fune/layout/reftests/display-list/retained-dl-style-change-stacking-context-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

18 lines
235 B
HTML

<html>
<head>
<style>
body {
margin: 0px;
}
div {
width:200px;
height:200px;
display: inline-block;
position: absolute;
}
</style>
</head>
<body>
<div style="background-color:green"></div>
</body>
</html>