OLD | NEW |
1 <!DOCTYPE html> | 1 <!DOCTYPE html> |
2 <html> | 2 <html> |
3 <head> | 3 <head> |
4 <style> | 4 <style> |
5 #el1 { | 5 #el1 { |
6 border-collapse: collapse; | 6 border-collapse: collapse; |
7 -webkit-writing-mode: vertical-rl; | 7 -webkit-writing-mode: vertical-rl; |
8 } | 8 } |
9 </style> | 9 </style> |
10 </head> | 10 </head> |
(...skipping 14 matching lines...) Expand all Loading... |
25 | 25 |
26 function crash() { | 26 function crash() { |
27 tbody.style.display = 'table'; | 27 tbody.style.display = 'table'; |
28 document.body.innerHTML = "<a href='https://bugs.webkit.org/show_bug.cgi
?id=75215'>Bug 75215: Crash in RenderTable::borderBefore<a><br>This test has pas
sed!"; | 28 document.body.innerHTML = "<a href='https://bugs.webkit.org/show_bug.cgi
?id=75215'>Bug 75215: Crash in RenderTable::borderBefore<a><br>This test has pas
sed!"; |
29 } | 29 } |
30 | 30 |
31 window.addEventListener('load', crash, false); | 31 window.addEventListener('load', crash, false); |
32 </script> | 32 </script> |
33 </body> | 33 </body> |
34 </html> | 34 </html> |
OLD | NEW |