Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / compositing / squashing / backing-owner-determines-scroll-parent.html
blob3339781b23dcc45c6cfaac96e2a34007cb20d3f9
1 <!DOCTYPE HTML>
2 <script>
3 if (window.testRunner)
4 window.testRunner.dumpAsText();
5 </script>
6 <style>
7 .c1 {
8 display: table-footer-group;
9 overflow: auto;
10 -webkit-backface-visibility: hidden;
12 .c11 {
13 overflow: auto;
14 float: right;
15 width: 10px;
17 .c18 {
18 display: block;
19 padding-left: 10px;
20 padding-right: 10px;
21 padding-bottom: 100px;
22 transform: scale(0.5, 0.5);
24 </style>
25 <body>
26 This test passes if it does not crash.
27 <sup class='c11'>
28 <dfn class='c18'></dfn>
29 <legend class='c1'></legend>
30 </sup>
31 </body>