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

Side by Side Diff: LayoutTests/fast/css/style-scoped/style-scoped-set-scoped-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 Test setting the 'scoped' attribute on a <style> element
2
3 Text
4 Text
5
6 Text
7
8
9 Text
10 Text
11
12 Text
13
14
15 Text
16 Text
17
18 Text
19
20
21 --- ORIGINAL ---
22 S1: rgb(255, 0, 0)
23 P1: rgb(0, 128, 0)
24 R1: rgb(0, 0, 255)
25 S2: rgb(255, 0, 0)
26 P2: rgb(0, 128, 0)
27 R2: rgb(0, 0, 255)
28 S3: rgb(255, 0, 0)
29 P3: rgb(0, 128, 0)
30 R3: rgb(0, 0, 255)
31 --- AFTER SETTING @SCOPED ---
32 S1: rgb(0, 0, 0)
33 P1: rgb(0, 0, 0)
34 R1: rgb(0, 0, 0)
35 S2: rgb(255, 0, 0)
36 P2: rgb(0, 128, 0)
37 R2: rgb(255, 0, 0)
38 S3: rgb(0, 0, 0)
39 P3: rgb(0, 0, 0)
40 R3: rgb(0, 0, 0)
41 --- FINISHED ---
42
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698