OLD | NEW |
1 <html> | 1 <html> |
2 <head> | 2 <head> |
3 <style> | 3 <style> |
4 #test1 { | 4 #test1 { |
5 height: 1px; | 5 height: 1px; |
6 -webkit-writing-mode: vertical-rl; | 6 -webkit-writing-mode: vertical-rl; |
7 } | 7 } |
8 #test1:nth-child(3) { | 8 #test1:nth-child(3) { |
9 height: auto; | 9 height: auto; |
10 } | 10 } |
(...skipping 12 matching lines...) Expand all Loading... |
23 document.execCommand('selectall'); | 23 document.execCommand('selectall'); |
24 document.execCommand('FormatBlock', false, '<'+'pre>'); | 24 document.execCommand('FormatBlock', false, '<'+'pre>'); |
25 document.body.offsetTop; | 25 document.body.offsetTop; |
26 document.body.innerHTML = "WebKit bug 88017 - Crash due to renderer not remo
ved from height descendant map.<br />PASS. WebKit didn't crash."; | 26 document.body.innerHTML = "WebKit bug 88017 - Crash due to renderer not remo
ved from height descendant map.<br />PASS. WebKit didn't crash."; |
27 } | 27 } |
28 </script> | 28 </script> |
29 </head> | 29 </head> |
30 <body> | 30 <body> |
31 </body> | 31 </body> |
32 </html> | 32 </html> |
OLD | NEW |