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

Unified Diff: third_party/WebKit/LayoutTests/editing/inserting/5549929-2.html

Issue 2718543003: Remove EditingAppleTabSpan class handling (Closed)
Patch Set: Make editing/inserting/5549929-2.html pass Created 3 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 side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/editing/inserting/5549929-2.html
diff --git a/third_party/WebKit/LayoutTests/editing/inserting/5549929-2.html b/third_party/WebKit/LayoutTests/editing/inserting/5549929-2.html
index aa98ad072b635a60cba71127d1961bac4cba263d..28edda62bc75309c10e129c9d05a1183384db29a 100644
--- a/third_party/WebKit/LayoutTests/editing/inserting/5549929-2.html
+++ b/third_party/WebKit/LayoutTests/editing/inserting/5549929-2.html
@@ -1,7 +1,7 @@
<p>This tests to make sure that a br isn't inserted into a tab span during an InsertLineBreak operation. You can test for its existence with the DOM inspector or you can look at the render tree.</p>
<div id="div" contenteditable="true">
-<div><span class="Apple-tab-span" style="white-space:pre"> </span>foo</div>
-<div><span class="Apple-tab-span" style="white-space:pre"> </span>bar</div>
+<div><span style="white-space:pre">&#9;</span>foo</div>
+<div><span style="white-space:pre">&#9;</span>bar</div>
</div>
<script>

Powered by Google App Engine
This is Rietveld 408576698