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

Unified Diff: third_party/WebKit/LayoutTests/editing/surrounding-text/surrounding-text-expected.txt

Issue 2928073002: Reland: Made surrounding text work for last word in a document (Closed)
Patch Set: Do not create surrounding text for control elements, updated layout tests Created 3 years, 6 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/surrounding-text/surrounding-text-expected.txt
diff --git a/third_party/WebKit/LayoutTests/editing/surrounding-text/surrounding-text-expected.txt b/third_party/WebKit/LayoutTests/editing/surrounding-text/surrounding-text-expected.txt
index 48da62cae36b853c8a5f2ce4c30c9208ed19f89e..1752c27aae113b8925721303bf09ead8392edee3 100644
--- a/third_party/WebKit/LayoutTests/editing/surrounding-text/surrounding-text-expected.txt
+++ b/third_party/WebKit/LayoutTests/editing/surrounding-text/surrounding-text-expected.txt
@@ -12,8 +12,8 @@ PASS surroundingText('<select>.</select><div>57th Street and Lake Shore Drive</d
PASS surroundingText('<fieldset>.</fieldset>12345<button>abc</button><p>6789<br id="here"/>12345</p>6789<textarea>abc</textarea>0123<fieldset>.</fieldset>', 0, 100) is "6789 12345 6789"
PASS surroundingText('<button>.</button><div id="here">This is <!-- comment --!>a test <' + 'script language="javascript"><' + '/script>example<button>.</button>', 0, 100) is "This is a test example"
PASS surroundingText('<button>.</button><div id="here">012345678901234567890123456789</div><button>.</button>', 15, 12) is "901234567890"
-PASS surroundingText('<option>.</option>12345<button id="here">test</button><option>.</option>', 0, 100) is ""
-PASS surroundingText('<option>.</option>12345<button>te<span id="here">st</span></button><option>.</option>', 0, 100) is ""
+PASS surroundingText('<option>.</option>12345<button id="here">test</button><option>.</option>', 1, 100) is ""
+PASS surroundingText('<option>.</option>12345<button>te<span id="here">st</span></button><option>.</option>', 1, 100) is ""
PASS surroundingText('<p id="here">.</p>', 0, 2) is "."
PASS successfullyParsed is true

Powered by Google App Engine
This is Rietveld 408576698