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

Side by Side Diff: LayoutTests/editing/deleting/delete-button-background-image-none.html

Issue 217003006: Remove carriage returns from LayoutTests (01) (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fix caret-and-focus-ring 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 <p> 1 <p>
2 The test passes if it does not crash. 2 The test passes if it does not crash.
3 </p> 3 </p>
4 <div id="target" contenteditable style="background-image: none, url()"></div> 4 <div id="target" contenteditable style="background-image: none, url()"></div>
5 <script> 5 <script>
6 if (window.testRunner) 6 if (window.testRunner)
7 testRunner.dumpAsText(); 7 testRunner.dumpAsText();
8 8
9 document.getElementById("target").focus(); 9 document.getElementById("target").focus();
10 </script> 10 </script>
OLDNEW
« no previous file with comments | « LayoutTests/dom/svg/level3/xpath/XPathResult_stringValue.svg ('k') | LayoutTests/editing/execCommand/align-in-span.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698