Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / text / text-large-negative-letter-spacing-with-opacity.html
blob1771d26c504f01b08d10d23f3d08e5e79ea2466a
1 <script>
2 if (window.testRunner)
3 testRunner.dumpAsText();
4 </script>
5 <p>Test case for
6 <a href="https://bugs.webkit.org/show_bug.cgi?id=26088"
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
9 see an partially-transparent "world" on the next line.</p>
10 <p style="opacity: 0.5"><span style="letter-spacing: -1000em"
11 >Hello</span>world</p>