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

Side by Side Diff: LayoutTests/fast/text/one-letter-transform-crash.html

Issue 216553010: Remove carriage returns from LayoutTests (04) (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 8 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 <html> 1 <html>
2 Test passes if it does not crash. 2 Test passes if it does not crash.
3 <style> 3 <style>
4 div:first-letter { 4 div:first-letter {
5 text-decoration: overline; 5 text-decoration: overline;
6 } 6 }
7 div { 7 div {
8 text-transform: capitalize; 8 text-transform: capitalize;
9 } 9 }
10 </style> 10 </style>
11 <script> 11 <script>
12 if (window.testRunner) 12 if (window.testRunner)
13 testRunner.dumpAsText(); 13 testRunner.dumpAsText();
14 </script> 14 </script>
15 <div/> 15 <div/>
16 <summary> 16 <summary>
17 </html> 17 </html>
18 18
OLDNEW
« no previous file with comments | « LayoutTests/fast/text/international/thai-baht-space.html ('k') | LayoutTests/fast/text/resources/gw432047-license.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698