summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/fast/dom/shadow/content-pseudo-element-reprojection-expected.html
blob: e69c9127de5e703b7a1a5c93694ea7cd0b124842 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<!DOCTYPE html>
<html>
<body>
<div id="sandbox">
  <div id="host">
    <div id="host2">
      <div style='color: green'>
        green
      </div>
    </div>
  </div>
</body>
</html>