Index: LayoutTests/platform/chromium-win/editing/execCommand/createLink-expected.txt |
diff --git a/LayoutTests/editing/execCommand/createLink-expected.txt b/LayoutTests/platform/chromium-win/editing/execCommand/createLink-expected.txt |
similarity index 96% |
copy from LayoutTests/editing/execCommand/createLink-expected.txt |
copy to LayoutTests/platform/chromium-win/editing/execCommand/createLink-expected.txt |
index bbc20d774bfe876afd27ac77a7363145c98396c4..4372ac44bf976a0b07852592cc21fb7be73490e9 100644 |
--- a/LayoutTests/editing/execCommand/createLink-expected.txt |
+++ b/LayoutTests/platform/chromium-win/editing/execCommand/createLink-expected.txt |
@@ -55,6 +55,6 @@ This line contains an image. |
innerHTML of editable regions after the test: |
<a href="http://www.google.com/">This paragraph starts unlinked. The entire paragraph should end up being a link to google.com.</a> |
-<a href="http://www.apple.com/">This</a><a href="http://www.google.com/"> paragraph</a><a href="http://www.apple.com/"> starts out as a link to apple.com. The second word in the paragraph should end up being a link to google.com.</a> |
-<a href="http://www.apple.com/">This</a><a href="http://www.google.com/"> paragraph</a><a href="http://www.apple.com/"> starts out as a link to apple.com. The second word in the paragraph should end up being a link to google.com.</a> |
+<a href="http://www.apple.com/">This </a><a href="http://www.google.com/">paragraph </a><a href="http://www.apple.com/">starts out as a link to apple.com. The second word in the paragraph should end up being a link to google.com.</a> |
+<a href="http://www.apple.com/">This </a><a href="http://www.google.com/">paragraph </a><a href="http://www.apple.com/">starts out as a link to apple.com. The second word in the paragraph should end up being a link to google.com.</a> |
<p><a href="http://www.google.com/">This <i>editable region</i> contains lists, tables, styled text, and images. The entire region should end up being a link to google.com.</a></p> <ul> <li><a href="http://www.google.com/">Item 1</a></li> <li><a href="http://www.google.com/">Item 2</a></li> </ul> <table border="1"><tbody><tr><td><a href="http://www.google.com/">1</a></td><td><a href="http://www.google.com/">2</a></td><td><a href="http://www.google.com/">3</a></td></tr></tbody></table> <a href="http://www.google.com/"><br> This <b>line</b> contains <img src="../resources/abe.png"> an image. </a> |