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

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

Issue 1685063002: Make 'mode' required parameter for Element.attachShadow (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: more fixes for tests Created 4 years, 10 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
(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