Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(228)

Side by Side Diff: LayoutTests/fast/text/text-large-negative-letter-spacing-with-opacity.html

Issue 216553010: Remove carriage returns from LayoutTests (04) (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
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>
OLDNEW
« no previous file with comments | « LayoutTests/fast/text/split-text-crash.xhtml ('k') | LayoutTests/fast/text/text-letter-spacing.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698