| Index: third_party/WebKit/LayoutTests/editing/pasteboard/5761530-1.html
|
| diff --git a/third_party/WebKit/LayoutTests/editing/pasteboard/5761530-1.html b/third_party/WebKit/LayoutTests/editing/pasteboard/5761530-1.html
|
| index b7b3004fa662107721d9cd245266f41125cb5019..87844a02028c24d592afa85c96f046e5990d42f9 100644
|
| --- a/third_party/WebKit/LayoutTests/editing/pasteboard/5761530-1.html
|
| +++ b/third_party/WebKit/LayoutTests/editing/pasteboard/5761530-1.html
|
| @@ -1,5 +1,5 @@
|
| <div id="description">This tests to see that tabs are put into tab spans when they are copied individually. The pasted tab should be inside of a tab span, not a style span. To run the test manually, paste and then inspect the editable region, and ensure that there is a tab span at the beginning of the editable div.</div>
|
| -<div id="edit" contenteditable="true"><span class="Apple-tab-span" style="white-space:pre;"> </span>xxx</div>
|
| +<div id="edit" contenteditable="true"><span style="white-space:pre;"> </span>xxx</div>
|
| <script>
|
| if (window.testRunner)
|
| window.testRunner.dumpAsText();
|
|
|