OLD | NEW |
1 <!DOCTYPE html> | 1 <!DOCTYPE html> |
2 <html> | 2 <html> |
3 <style> | 3 <style> |
4 .c0 { display: inherit; } | 4 .c0 { display: inherit; } |
5 .c10 { display: table-column-group; -webkit-column-span: all; } | 5 .c10 { display: table-column-group; -webkit-column-span: all; } |
6 .c11[class$="c11"] { vertical-align: -10; -webkit-column-width: 1px; } | 6 .c11[class$="c11"] { vertical-align: -10; -webkit-column-width: 1px; } |
7 .c17 { overflow: hidden; position: fixed; } | 7 .c17 { overflow: hidden; position: fixed; } |
8 .c17::after { position: inherit; content: no-close-quote;</style> | 8 .c17::after { position: inherit; content: no-close-quote;</style> |
9 <script> | 9 <script> |
10 window.onload = function() { | 10 window.onload = function() { |
(...skipping 14 matching lines...) Expand all Loading... |
25 buttonElem.setAttribute('class', 'c17'); | 25 buttonElem.setAttribute('class', 'c17'); |
26 document.documentElement.offsetHeight; | 26 document.documentElement.offsetHeight; |
27 document.documentElement.removeChild(pElem); | 27 document.documentElement.removeChild(pElem); |
28 | 28 |
29 document.body.innerHTML = "PASS if no crash or assert in debug"; | 29 document.body.innerHTML = "PASS if no crash or assert in debug"; |
30 if (window.testRunner) | 30 if (window.testRunner) |
31 testRunner.dumpAsText(); | 31 testRunner.dumpAsText(); |
32 } | 32 } |
33 </script> | 33 </script> |
34 </html> | 34 </html> |
OLD | NEW |