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

Unified Diff: third_party/WebKit/LayoutTests/editing/selection/dump-as-markup-expected.txt

Issue 2695193002: Selection API: setBaseAndExtent() and selectAllChildren() should create new Range based on the spec… (Closed)
Patch Set: rebase Created 3 years, 10 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/selection/dump-as-markup-expected.txt
diff --git a/third_party/WebKit/LayoutTests/editing/selection/dump-as-markup-expected.txt b/third_party/WebKit/LayoutTests/editing/selection/dump-as-markup-expected.txt
index cbdf3e03d030395dd470d30076649425420bbae6..d4d52cc77c8ddfed7425195e335ffc3391d95ed2 100644
--- a/third_party/WebKit/LayoutTests/editing/selection/dump-as-markup-expected.txt
+++ b/third_party/WebKit/LayoutTests/editing/selection/dump-as-markup-expected.txt
@@ -10,7 +10,8 @@ Tests basic dump-as-markup functionality.
| <body>
| <div>
| id="bar"
-| "<#selection-anchor>foo"
+| <#selection-anchor>
+| "foo"
| <hr>
| <#selection-focus>
| "

Powered by Google App Engine
This is Rietveld 408576698