summaryrefslogtreecommitdiffstats
path: root/layout/reftests/display-list/reuse-sc-style-change-nested-1-ref.html
blob: 00bd5f097f9a29f4cbe72faad3a1234912cdc4e3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!DOCTYPE html>
<html>

<head>
  <meta charset="UTF-8">
</head>

<body>
  <div style="will-change: transform;">
    Foo

    <div style="will-change: transform;">
      Baz
    </div>
    <div style="color: green;">
    </div>
    <div style="color: green;">
      Bar
    </div>
</body>

</html>