gecko-dev/layout/reftests/display-list/retained-dl-remove-for-ancestor-change-1-ref.html
Matt Woodrow ext:(%2C%20Miko%20Mynttinen%20%3Cmikokm%40gmail.com%3E%2C%20Timothy%20Nikkel%20%3Ctnikkel%40gmail.com%3E) db37a82e0b Bug 1404181 - Part 9: Add code for detecting if display list building happened for a given frame, and use it to add some tests for retained display lists. r=mstange
MozReview-Commit-ID: AIb0AWU7iiS

--HG--
extra : rebase_source : f6277bbe2c8ffd571e32bb886903243df655918e
2017-09-27 17:17:11 +13:00

11 lines
258 B
HTML

<html>
<head>
</head>
<body>
<div id="container" style="height: 40px; overflow: hidden;">
<div id="spacer" style="height: 50px;"></div>
<div id="second" style="background-color:red; width: 10px; height: 10px;"></div>
</div>
</body>
</html>