summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-page/page-name-propagated-001-print-ref.html
blob: 7cd7b54c231924ab377290d546cdec93a22c9b4e (plain)
1
2
3
4
5
6
7
8
9
10
11
<!DOCTYPE html>
<html>
  <body>
    <div>a</div>
    <div>
      <div>
        <div>b</div>
      </div>
    </div>
  </body>
</html>