| OLD | NEW |
| 1 <!DOCTYPE HTML> | 1 <!DOCTYPE HTML> |
| 2 <script> | 2 <script> |
| 3 if (window.testRunner) | 3 if (window.testRunner) |
| 4 window.testRunner.dumpAsText(); | 4 window.testRunner.dumpAsText(); |
| 5 </script> | 5 </script> |
| 6 <style> | 6 <style> |
| 7 .c1 { | 7 .c1 { |
| 8 display: table-footer-group; | 8 display: table-footer-group; |
| 9 overflow: auto; | 9 overflow: auto; |
| 10 -webkit-backface-visibility: hidden; | 10 -webkit-backface-visibility: hidden; |
| 11 } | 11 } |
| 12 .c11 { | 12 .c11 { |
| 13 overflow: auto; | 13 overflow: auto; |
| 14 float: right; | 14 float: right; |
| 15 width: 10px; | 15 width: 10px; |
| 16 } | 16 } |
| 17 .c18 { | 17 .c18 { |
| 18 display: block; | 18 display: block; |
| 19 padding-left: 10px; | 19 padding-left: 10px; |
| 20 padding-right: 10px; | 20 padding-right: 10px; |
| 21 padding-bottom: 100px; | 21 padding-bottom: 100px; |
| 22 -webkit-transform: scale(0.5, 0.5); | 22 transform: scale(0.5, 0.5); |
| 23 } | 23 } |
| 24 </style> | 24 </style> |
| 25 <body> | 25 <body> |
| 26 This test passes if it does not crash. | 26 This test passes if it does not crash. |
| 27 <sup class='c11'> | 27 <sup class='c11'> |
| 28 <dfn class='c18'></dfn> | 28 <dfn class='c18'></dfn> |
| 29 <legend class='c1'></legend> | 29 <legend class='c1'></legend> |
| 30 </sup> | 30 </sup> |
| 31 </body> | 31 </body> |
| OLD | NEW |