gecko-dev/layout/reftests/display-list/retained-dl-displayport-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

12 lines
360 B
HTML

<html>
<head>
</head>
<body>
<div id="container" style="width: 100px; height: 100px; overflow: auto;">
<div id="first" style="background-color:blue; width: 10px; height: 10px;"></div>
<div id="second" style="background-color:green; width: 10px; height: 10px;"></div>
<div id="spacer" style="height: 200px;"></div>
</div>
</body>
</html>