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

Side by Side Diff: LayoutTests/fast/css/style-scoped/style-scoped-basic-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 <style scoped>
2
3 Text
4 Text
5
6 Text
7 Text
8 Text
9 Text
10
11 Text
12 Text
13 Text
14 Text
15
16 Text
17 Text
18 Text
19 Text
20
21 Text
22 Text
23 --- COMPUTED STYLES ---
24 S1: rgb(0, 0, 0)
25 P1: rgb(0, 0, 0)
26 R1: rgb(0, 0, 0)
27 E1: rgb(0, 0, 0)
28
29 S2: rgb(255, 0, 0)
30 P2: rgb(0, 128, 0)
31 R2: rgb(0, 0, 255)
32 E2: rgb(255, 0, 0)
33
34 S3: rgb(0, 0, 0)
35 P3: rgb(0, 0, 0)
36 R3: rgb(0, 0, 0)
37 E3: rgb(0, 0, 0)
38
39 S4: rgb(0, 0, 0)
40 P4: rgb(0, 0, 0)
41 R4: rgb(0, 0, 0)
42 E4: rgb(0, 0, 0)
43 --- FINISHED ---
44
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698