summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/fast/text/text-large-negative-letter-spacing-with-opacity.html
blob: 1771d26c504f01b08d10d23f3d08e5e79ea2466a (plain)
1
2
3
4
5
6
7
8
9
10
11
<script>
if (window.testRunner)
    testRunner.dumpAsText();
</script>
<p>Test case for 
<a href="https://bugs.webkit.org/show_bug.cgi?id=26088" 
   >https://bugs.webkit.org/show_bug.cgi?id=26088</a>, 
which would crash the chromium port. If the browser does not crash, you should
see an partially-transparent "world" on the next line.</p>
<p style="opacity: 0.5"><span style="letter-spacing: -1000em" 
  >Hello</span>world</p>