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

Side by Side Diff: LayoutTests/fast/css/style-scoped/style-scoped-change-scoped-in-shadow-expected.txt

Issue 325663003: Remove scoped styles (retry) (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fix layout test (and expectation) Created 6 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 PASS window.internals is defined.
2 PASS successfullyParsed is true
3
4 TEST COMPLETE
5 test a scoped style in shadow tree.
6 PASS textColor is "rgb(255, 0, 0)"
7 PASS textColor is "rgb(0, 0, 0)"
8 test a style in shadow tree.
9 PASS textColor is "rgb(255, 0, 0)"
10 PASS textColor is "rgb(255, 0, 0)"
11 test styles in multiple shadow trees.
12 PASS textColor is "rgb(255, 0, 0)"
13 PASS textColor is "rgb(255, 0, 0)"
14 PASS textColor is "rgb(0, 0, 255)"
15 test a scoped style in nested shadow tree.
16 PASS textColor is "rgb(255, 0, 0)"
17 PASS textColor is "rgb(0, 0, 0)"
18 PASS textColor is "rgb(0, 0, 255)"
19 PASS textColor is "rgb(255, 0, 0)"
20 test a style in nested shadow tree.
21 PASS textColor is "rgb(255, 0, 0)"
22 PASS textColor is "rgb(255, 0, 0)"
23 PASS textColor is "rgb(0, 0, 255)"
24 PASS textColor is "rgb(0, 0, 255)"
25 test changing scoped attribute online.
26 PASS textColor is "rgb(255, 0, 0)"
27 PASS textColor is "rgb(0, 0, 0)"
28 PASS textColor is "rgb(255, 0, 0)"
29 PASS textColor is "rgb(0, 0, 0)"
30 PASS textColor is "rgb(255, 0, 0)"
31 PASS textColor is "rgb(255, 0, 0)"
32 PASS textColor is "rgb(255, 0, 0)"
33 PASS textColor is "rgb(0, 0, 0)"
34 test removing a scoped style from shadow tree.
35 PASS textColor is "rgb(255, 0, 0)"
36 PASS textColor is "rgb(0, 0, 0)"
37 PASS textColor is "rgb(0, 0, 0)"
38 PASS textColor is "rgb(0, 0, 0)"
39 test removing a style from shadow tree.
40 PASS textColor is "rgb(255, 0, 0)"
41 PASS textColor is "rgb(255, 0, 0)"
42 PASS textColor is "rgb(0, 0, 0)"
43 PASS textColor is "rgb(0, 0, 0)"
44 test inserting a scoped style into shadow tree.
45 PASS textColor is "rgb(255, 0, 0)"
46 PASS textColor is "rgb(0, 0, 0)"
47 test inserting a style into shadow tree.
48 PASS textColor is "rgb(255, 0, 0)"
49 PASS textColor is "rgb(255, 0, 0)"
50 test re-inserting a style after changing scoped attribute offline.
51 PASS textColor is "rgb(255, 0, 0)"
52 PASS textColor is "rgb(255, 0, 0)"
53 PASS textColor is "rgb(255, 0, 0)"
54 PASS textColor is "rgb(0, 0, 0)"
55
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698