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">	</span>foo</div> |
+<div><span style="white-space:pre">	</span>bar</div> |
</div> |
<script> |