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

Side by Side Diff: LayoutTests/fast/dom/shadow/css-focus-pseudo-match-shadow-host4-expected.txt

Issue 1177673005: Implement ShadowRoot.delegatesFocus 4/4 (match CSS :focus for shadow host) (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: fix for comments 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 | Annotate | Revision Log
OLDNEW
(Empty)
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 Testing shadow host :focus and distributed nodes
3 PASS backgroundColorOf('shadow-host') is "rgb(255, 255, 255)"
4 (1/3) shadow host without tabindex
5 PASS backgroundColorOf('shadow-host') is "rgb(255, 255, 255)"
6 PASS backgroundColorOf('shadow-host') is "rgb(255, 255, 255)"
7 PASS backgroundColorOf('shadow-host') is "rgb(0, 128, 0)"
8 PASS backgroundColorOf('shadow-host') is "rgb(0, 128, 0)"
9 PASS backgroundColorOf('shadow-host') is "rgb(0, 128, 0)"
10 (2/3) shadow host with tabindex=-1
11 PASS backgroundColorOf('shadow-host') is "rgb(255, 255, 255)"
12 PASS backgroundColorOf('shadow-host') is "rgb(255, 255, 255)"
13 PASS backgroundColorOf('shadow-host') is "rgb(0, 128, 0)"
14 PASS backgroundColorOf('shadow-host') is "rgb(0, 128, 0)"
15 PASS backgroundColorOf('shadow-host') is "rgb(0, 128, 0)"
16 (3/3) shadow host with tabindex=0
17 PASS backgroundColorOf('shadow-host') is "rgb(255, 255, 255)"
18 PASS backgroundColorOf('shadow-host') is "rgb(255, 255, 255)"
19 PASS backgroundColorOf('shadow-host') is "rgb(0, 128, 0)"
20 PASS backgroundColorOf('shadow-host') is "rgb(0, 128, 0)"
21 PASS backgroundColorOf('shadow-host') is "rgb(0, 128, 0)"
22 PASS successfullyParsed is true
23
24 TEST COMPLETE
25
26
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698