summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/fast/dom/shadow/import-rule-in-shadow-tree-needs-document-style-recalc-expected.html
blob: 64bea7fc5c270b58b27ed38cf6aad1d4117c2988 (plain)
1
2
3
4
5
6
7
8
9
10
<!DOCTYPE html>
<html>
<body>
  <div id="host">
    <div>
      <div style="background-color: green;">PASS</div>
    </div>
  </div>
</body>
</html>