| OLD | NEW |
| 1 <!DOCTYPE html> | 1 <!DOCTYPE html> |
| 2 <html> | 2 <html> |
| 3 WebKit Bug 85804 - Crash in RenderInline::linesVisualOverflowBoundingBox.<br /> | 3 WebKit Bug 85804 - Crash in RenderInline::linesVisualOverflowBoundingBox.<br /> |
| 4 Test passes if it does not crash. | 4 Test passes if it does not crash. |
| 5 <div style='-webkit-writing-mode: vertical-rl;'> | 5 <div style='-webkit-writing-mode: vertical-rl;'> |
| 6 <div style='-webkit-transform: translatey(1px) translatez(1px) rotatex(1deg);'><
/div> | 6 <div style='-webkit-transform: translatey(1px) translatez(1px) rotatex(1deg);'><
/div> |
| 7 <textarea></textarea> | 7 <textarea></textarea> |
| 8 <span style='-webkit-opacity: 0.0;'/> | 8 <span style='-webkit-opacity: 0.0;'/> |
| 9 <input autofocus> | 9 <input autofocus> |
| 10 </div> | 10 </div> |
| 11 <body dir=rtl> | 11 <body dir=rtl> |
| 12 </body> | 12 </body> |
| 13 <script> | 13 <script> |
| 14 if (window.layoutTestController) | 14 if (window.layoutTestController) |
| 15 layoutTestController.dumpAsText(); | 15 layoutTestController.dumpAsText(); |
| 16 </script> | 16 </script> |
| 17 </html> | 17 </html> |
| OLD | NEW |