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

Side by Side Diff: third_party/WebKit/LayoutTests/shadow-dom/focus-slide-on-shadow-host-expected.txt

Issue 1774113002: Move Shadow DOM V1 tests from fast/dom/shadow to shadow-dom (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . 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 Click inside focusable shadow host should focus the host. 1 Click inside focusable shadow host should focus the host.
2 2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4 4
5 5
6 click on inner div should focus shadow host 6 click on inner div should focus shadow host
7 PASS innermost active element is shadowHost 7 PASS innermost active element is shadowHost
8 PASS innermost active element is shadowHost/inputA 8 PASS innermost active element is shadowHost/inputA
9 PASS innermost active element is shadowHost 9 PASS innermost active element is shadowHost
10 PASS innermost active element is shadowHost 10 PASS innermost active element is shadowHost
(...skipping 10 matching lines...) Expand all
21 PASS inputA.selectionEnd is 1 21 PASS inputA.selectionEnd is 1
22 PASS innermost active element is shadowHost/inputB 22 PASS innermost active element is shadowHost/inputB
23 PASS innermost active element is shadowHost/inputB 23 PASS innermost active element is shadowHost/inputB
24 PASS inputB.selectionStart is 1 24 PASS inputB.selectionStart is 1
25 PASS inputB.selectionEnd is 1 25 PASS inputB.selectionEnd is 1
26 PASS successfullyParsed is true 26 PASS successfullyParsed is true
27 27
28 TEST COMPLETE 28 TEST COMPLETE
29 29
30 30
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698