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

Unified Diff: third_party/WebKit/LayoutTests/editing/selection/document-mutation-expected.txt

Issue 2368263003: Convert editing/selection/document-mutation.html to use w3c test harness (Closed)
Patch Set: 2016-09-27T18:54:28 Created 4 years, 3 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
« no previous file with comments | « third_party/WebKit/LayoutTests/editing/selection/document-mutation.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/editing/selection/document-mutation-expected.txt
diff --git a/third_party/WebKit/LayoutTests/editing/selection/document-mutation-expected.txt b/third_party/WebKit/LayoutTests/editing/selection/document-mutation-expected.txt
deleted file mode 100644
index 582568471439ed7a5abe24e6f951305a3e82cdf9..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/editing/selection/document-mutation-expected.txt
+++ /dev/null
@@ -1,38 +0,0 @@
-This test ensures WebKit adjusts the selection under document mutation.
-
-Examples are from:
-http://www.w3.org/TR/DOM-Level-2-Traversal-Range/ranges.html#Level-2-Range-Mutation
-
-Base is first
-
-Insertion tests:
-PASS: selection is (24, 32) "Y blah i"
-PASS: selection is (11, 32) "inserted textY blah i"
-PASS: selection is (11, 32) "Yinserted text blah i"
-PASS: selection is (11, 32) "Y blahinserted text i"
-PASS: selection is (11, 19) "Y blah i"
-
-Deletion tests:
-PASS: selection is (5, 13) "Range i"
-PASS: selection is (5, 5) ""
-PASS: selection is (5, 15) "he Range i"
-PASS: selection is (1, 1) ""
-
-
-Extent is first
-
-Insertion tests:
-PASS: selection is (24, 32) "Y blah i"
-PASS: selection is (11, 32) "inserted textY blah i"
-PASS: selection is (11, 32) "Yinserted text blah i"
-PASS: selection is (11, 32) "Y blahinserted text i"
-PASS: selection is (11, 19) "Y blah i"
-
-Deletion tests:
-PASS: selection is (5, 13) "Range i"
-PASS: selection is (5, 5) ""
-PASS: selection is (5, 15) "he Range i"
-PASS: selection is (1, 1) ""
-
-DONE
-
« no previous file with comments | « third_party/WebKit/LayoutTests/editing/selection/document-mutation.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698