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

Side by Side Diff: LayoutTests/fast/dom/shadow/selections-in-shadow-expected.txt

Issue 54473004: Make js-test-post a noop. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: add mac NeedsRebaselines Created 7 years, 1 month 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 | Annotate | Revision Log
OLDNEW
1 1
2 2
3 CONTAINER1 --> CONTAINER1 3 CONTAINER1 --> CONTAINER1
4 PASS internals.treeScopeRootNode(window.getSelection().anchorNode) is internals. treeScopeRootNode(window.getSelection().focusNode) 4 PASS internals.treeScopeRootNode(window.getSelection().anchorNode) is internals. treeScopeRootNode(window.getSelection().focusNode)
5 CONTAINER1 --> CONTAINER2 5 CONTAINER1 --> CONTAINER2
6 PASS internals.treeScopeRootNode(window.getSelection().anchorNode) is internals. treeScopeRootNode(window.getSelection().focusNode) 6 PASS internals.treeScopeRootNode(window.getSelection().anchorNode) is internals. treeScopeRootNode(window.getSelection().focusNode)
7 CONTAINER1 --> IN HOST 7 CONTAINER1 --> IN HOST
8 PASS internals.treeScopeRootNode(window.getSelection().anchorNode) is internals. treeScopeRootNode(window.getSelection().focusNode) 8 PASS internals.treeScopeRootNode(window.getSelection().anchorNode) is internals. treeScopeRootNode(window.getSelection().focusNode)
9 CONTAINER1 --> SPAN IN NESTED IN SHADOW OLDER 9 CONTAINER1 --> SPAN IN NESTED IN SHADOW OLDER
10 PASS internals.treeScopeRootNode(window.getSelection().anchorNode) is internals. treeScopeRootNode(window.getSelection().focusNode) 10 PASS internals.treeScopeRootNode(window.getSelection().anchorNode) is internals. treeScopeRootNode(window.getSelection().focusNode)
(...skipping 247 matching lines...) Expand 10 before | Expand all | Expand 10 after
258 PASS internals.treeScopeRootNode(window.getSelection().anchorNode) is internals. treeScopeRootNode(window.getSelection().focusNode) 258 PASS internals.treeScopeRootNode(window.getSelection().anchorNode) is internals. treeScopeRootNode(window.getSelection().focusNode)
259 SPAN IN NESTED IN SHADOW YOUNGER: double click 259 SPAN IN NESTED IN SHADOW YOUNGER: double click
260 PASS internals.treeScopeRootNode(window.getSelection().anchorNode) is internals. treeScopeRootNode(window.getSelection().focusNode) 260 PASS internals.treeScopeRootNode(window.getSelection().anchorNode) is internals. treeScopeRootNode(window.getSelection().focusNode)
261 SPAN 1 INYOUNGER: double click 261 SPAN 1 INYOUNGER: double click
262 PASS internals.treeScopeRootNode(window.getSelection().anchorNode) is internals. treeScopeRootNode(window.getSelection().focusNode) 262 PASS internals.treeScopeRootNode(window.getSelection().anchorNode) is internals. treeScopeRootNode(window.getSelection().focusNode)
263 SPAN 2 INYOUNGER: double click 263 SPAN 2 INYOUNGER: double click
264 PASS internals.treeScopeRootNode(window.getSelection().anchorNode) is internals. treeScopeRootNode(window.getSelection().focusNode) 264 PASS internals.treeScopeRootNode(window.getSelection().anchorNode) is internals. treeScopeRootNode(window.getSelection().focusNode)
265 SPAN 3 INYOUNGER: double click 265 SPAN 3 INYOUNGER: double click
266 PASS internals.treeScopeRootNode(window.getSelection().anchorNode) is internals. treeScopeRootNode(window.getSelection().focusNode) 266 PASS internals.treeScopeRootNode(window.getSelection().anchorNode) is internals. treeScopeRootNode(window.getSelection().focusNode)
267 267
268
269
270
271
268 PASS successfullyParsed is true 272 PASS successfullyParsed is true
269 273
270 TEST COMPLETE 274 TEST COMPLETE
271 275
272
273
274
275
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698