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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/dom/shadow/focus-navigation-with-multiple-shadow-roots-expected.txt

Issue 1707443003: Consider slots as a focus scope (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Adding initializations of member variables Created 4 years, 9 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 CONSOLE WARNING: Calling Element.createShadowRoot() for an element which already hosts a shadow root is deprecated. See https://www.chromestatus.com/features/46 68884095336448 for more details. 1 CONSOLE WARNING: Calling Element.createShadowRoot() for an element which already hosts a shadow root is deprecated. See https://www.chromestatus.com/features/46 68884095336448 for more details.
2 This tests that pressing Tab key should traverse into shadow DOM subtrees, and p ressing Shift-Tab should reverse the order. 2 This tests that pressing Tab key should traverse into shadow DOM subtrees, and p ressing Shift-Tab should reverse the order.
3 3
4 Should move from A to host in forward 4 Should move from A to host in forward
5 PASS 5 PASS
6 Should move from host to host///younger-A in forward 6 Should move from host to host///younger-A in forward
7 PASS 7 PASS
8 Should move from host///younger-A to host//older-A in forward 8 Should move from host///younger-A to host//older-A in forward
9 PASS 9 PASS
10 Should move from host//older-A to host//older-B in forward 10 Should move from host//older-A to host//older-B in forward
11 PASS 11 PASS
12 Should move from host//older-B to host///younger-B in forward 12 Should move from host//older-B to host///younger-B in forward
13 PASS 13 PASS
14 Should move from host///younger-B to B in forward 14 Should move from host///younger-B to light-child-B in forward
15 Expected innermost activeElement is B, but actual innermost activeElement is #li ght-child-B 15 PASS
16 FAIL 16 Should move from light-child-B to B in forward
17 Should move from B to host///younger-B in backward 17 PASS
18 Expected innermost activeElement is host///younger-B, but actual innermost activ eElement is #light-child-B 18 Should move from B to light-child-B in backward
19 FAIL 19 PASS
20 Should move from light-child-B to host///younger-B in backward
21 PASS
20 Should move from host///younger-B to host//older-B in backward 22 Should move from host///younger-B to host//older-B in backward
21 PASS 23 PASS
22 Should move from host//older-B to host//older-A in backward 24 Should move from host//older-B to host//older-A in backward
23 PASS 25 PASS
24 Should move from host//older-A to host///younger-A in backward 26 Should move from host//older-A to host///younger-A in backward
25 PASS 27 PASS
26 Should move from host///younger-A to host in backward 28 Should move from host///younger-A to host in backward
27 PASS 29 PASS
28 Should move from host to A in backward 30 Should move from host to A in backward
29 PASS 31 PASS
30 Test finished. 32 Test finished.
31 PASS successfullyParsed is true 33 PASS successfullyParsed is true
32 34
33 TEST COMPLETE 35 TEST COMPLETE
34 36
35 37
36 38
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698