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

Side by Side Diff: LayoutTests/fast/text/input-box-text-fragment-combine-text-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 <input type="submit" value="Search"></input> 3 <input type="submit" value="Search"></input>
4 <style> 4 <style>
5 input { -webkit-text-combine:horizontal; } 5 input { -webkit-text-combine:horizontal; }
6 </style> 6 </style>
7 <script> 7 <script>
8 if (window.testRunner) 8 if (window.testRunner)
9 testRunner.dumpAsText(); 9 testRunner.dumpAsText();
10 </script> 10 </script>
11 </html> 11 </html>
OLDNEW
« no previous file with comments | « LayoutTests/fast/text/dirty-inline-textbox-crash.html ('k') | LayoutTests/fast/text/international/bdi-neutral-wrapped.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698