summaryrefslogtreecommitdiffstats
path: root/layout/reftests/display-list/retained-dl-style-change-1-ref.html
blob: 8840f2c70af3992ba407dbff93cfab097718a8fd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<html>
<head>
<style>
  div {
    width:10px;
    height:10px;
    background-color:green;
    display: inline-block;
  }
</style>
</head>
<body id="body">
    <div id="first"></div><div id="second"></div>
</body>
</html>