OLD | NEW |
1 <!DOCTYPE html> | 1 <!DOCTYPE html> |
2 <html> | 2 <html> |
3 <style> | 3 <style> |
4 .style1 { display: table-row; content: counter(section); } | 4 .style1 { display: table-row; content: counter(section); } |
5 .style2 { position: fixed; } | 5 .style2 { position: fixed; } |
6 .style3 { vertical-align: super; -webkit-appearance: button; -webkit-column-widt
h: 100px; } | 6 .style3 { vertical-align: super; -webkit-appearance: button; -webkit-column-widt
h: 100px; } |
7 .style3:nth-of-type(2n) { display: list-item; } | 7 .style3:nth-of-type(2n) { display: list-item; } |
8 </style> | 8 </style> |
9 <script> | 9 <script> |
10 window.onload = function() { | 10 window.onload = function() { |
(...skipping 27 matching lines...) Expand all Loading... |
38 spanElem2.removeChild(paragraphElem); | 38 spanElem2.removeChild(paragraphElem); |
39 | 39 |
40 if (window.layoutTestController) | 40 if (window.layoutTestController) |
41 layoutTestController.dumpAsText(); | 41 layoutTestController.dumpAsText(); |
42 } | 42 } |
43 </script> | 43 </script> |
44 <body> | 44 <body> |
45 PASS, if no crash or assert in debug | 45 PASS, if no crash or assert in debug |
46 </body> | 46 </body> |
47 </html> | 47 </html> |
OLD | NEW |