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

Side by Side 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 unified diff | Download patch
OLDNEW
1 Tests basic dump-as-markup functionality. 1 Tests basic dump-as-markup functionality.
2 | <!DOCTYPE html> 2 | <!DOCTYPE html>
3 | <html> 3 | <html>
4 | <head> 4 | <head>
5 | <script> 5 | <script>
6 | src="../../resources/dump-as-markup.js" 6 | src="../../resources/dump-as-markup.js"
7 | " 7 | "
8 8
9 " 9 "
10 | <body> 10 | <body>
11 | <div> 11 | <div>
12 | id="bar" 12 | id="bar"
13 | "<#selection-anchor>foo" 13 | <#selection-anchor>
14 | "foo"
14 | <hr> 15 | <hr>
15 | <#selection-focus> 16 | <#selection-focus>
16 | " 17 | "
17 " 18 "
18 | <input> 19 | <input>
19 | type="text" 20 | type="text"
20 | this.value="" 21 | this.value=""
21 | <shadow:root> 22 | <shadow:root>
22 | <div> 23 | <div>
23 | id="inner-editor" 24 | id="inner-editor"
(...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after
81 | " 82 | "
82 " 83 "
83 | <body> 84 | <body>
84 | " 85 | "
85 " 86 "
86 | <p> 87 | <p>
87 | " 88 | "
88 89
89 90
90 " 91 "
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698