OLD | NEW |
---|---|
1 <html> | 1 <html> |
2 <head> | 2 <head> |
3 <style> | 3 <style> |
4 #el0 { | 4 #el0 { |
5 -webkit-column-axis: vertical; | 5 -webkit-column-axis: vertical; |
6 border-collapse: collapse; | 6 border-collapse: collapse; |
7 width: 1; | 7 width: 1; |
8 height: 1; | 8 height: 1; |
9 } | 9 } |
10 #el1 { | 10 #el1 { |
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
45 if (window.layoutTestController) | 45 if (window.layoutTestController) |
46 layoutTestController.notifyDone(); | 46 layoutTestController.notifyDone(); |
47 }, 0); | 47 }, 0); |
48 } | 48 } |
49 window.onload=crash | 49 window.onload=crash |
50 </script> | 50 </script> |
51 </head> | 51 </head> |
52 <body> | 52 <body> |
53 </body> | 53 </body> |
54 </html> | 54 </html> |
OLD | NEW |