Index: LayoutTests/platform/chromium-win/editing/execCommand/unlink-expected.txt |
diff --git a/LayoutTests/editing/execCommand/unlink-expected.txt b/LayoutTests/platform/chromium-win/editing/execCommand/unlink-expected.txt |
similarity index 98% |
copy from LayoutTests/editing/execCommand/unlink-expected.txt |
copy to LayoutTests/platform/chromium-win/editing/execCommand/unlink-expected.txt |
index 712891ac0051354c51f2d9ebd995555e6e633d81..8aa4480a3a319b551e6de29d5448532f00b03e03 100644 |
--- a/LayoutTests/editing/execCommand/unlink-expected.txt |
+++ b/LayoutTests/platform/chromium-win/editing/execCommand/unlink-expected.txt |
@@ -61,6 +61,6 @@ This line contains an image. |
The innerHTML of editable regions after the test: |
This paragraph should should end up unlinked. |
-<a href="http://www.apple.com/">The</a> second<a href="http://www.apple.com/"> word in this paragraph should end up being unlinked, everything else should be a link.</a> |
+<a href="http://www.apple.com/">The </a>second <a href="http://www.apple.com/">word in this paragraph should end up being unlinked, everything else should be a link.</a> |
This paragraph starts with <a href="http://www.google.com"><i>a</i></a><span id="test3start"> link</span> in the middle. Only the 'a' in the previous sentence should be linked after the test. |
<p>This <i>editable region</i> contains lists, tables, styled text, and images. Everything in this region that is not selected should be a link, nothing that is selected should be a link.</p> <ul> <li>Item 1</li> <li>Item 2</li> </ul> <table border="1"><tbody><tr><td>1</td><td>2</td><td><span id="test4end"><a href="http://www.google.com/">3</a></span></td></tr></tbody></table> <a href="http://www.google.com/"><br> This <b>line</b> contains <img src="../resources/abe.png"> an image. </a> |