| <html> | |
| <head> | |
| <style> | |
| * { | |
| -webkit-columns: 2; | |
| position: absolute; | |
| } | |
| </style> | |
| </head> | |
| <body> | |
| Test for <a href="https://bugs.webkit.org/show_bug.cgi?id=135563">the bug 135563</a>. It should not crash or assert. | |
| <script> | |
| if (window.testRunner) | |
| window.testRunner.dumpAsText(); | |
| </script> | |
| </body> | |
| </html> |