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

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

Issue 1159563012: Add a deprecation message for multiple shadow roots. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebase more expectations. Created 5 years, 6 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 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.
2 3
3 Should move from A to host in forward 4 Should move from A to host in forward
4 PASS 5 PASS
5 Should move from host to host///younger-A in forward 6 Should move from host to host///younger-A in forward
6 PASS 7 PASS
7 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
8 PASS 9 PASS
9 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
10 PASS 11 PASS
(...skipping 15 matching lines...) Expand all
26 PASS 27 PASS
27 Should move from host to A in backward 28 Should move from host to A in backward
28 PASS 29 PASS
29 Test finished. 30 Test finished.
30 PASS successfullyParsed is true 31 PASS successfullyParsed is true
31 32
32 TEST COMPLETE 33 TEST COMPLETE
33 34
34 35
35 36
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698