OLD | NEW |
1 <script> | 1 <script> |
2 if (window.testRunner) | 2 if (window.testRunner) |
3 testRunner.dumpAsText(); | 3 testRunner.dumpAsText(); |
4 </script> | 4 </script> |
5 <p>Test case for | 5 <p>Test case for |
6 <a href="https://bugs.webkit.org/show_bug.cgi?id=26088" | 6 <a href="https://bugs.webkit.org/show_bug.cgi?id=26088" |
7 >https://bugs.webkit.org/show_bug.cgi?id=26088</a>, | 7 >https://bugs.webkit.org/show_bug.cgi?id=26088</a>, |
8 which would crash the chromium port. If the browser does not crash, you should | 8 which would crash the chromium port. If the browser does not crash, you should |
9 see an partially-transparent "world" on the next line.</p> | 9 see an partially-transparent "world" on the next line.</p> |
10 <p style="opacity: 0.5"><span style="letter-spacing: -1000em" | 10 <p style="opacity: 0.5"><span style="letter-spacing: -1000em" |
11 >Hello</span>world</p> | 11 >Hello</span>world</p> |
OLD | NEW |