Upstream version 5.34.98.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / inspector / styles / parse-stylesheet-errors-expected.txt
1 Tests that CSSParser produces source data consistent with CSSOM when parsing broken stylesheets. Bug 98246
2
3 body: [regular, 1:0-1:4] {
4     ['color':'black'] @[2:4-2:17] active
5 }
6 body: [regular, 12:0-12:4] {
7     ['background-color':'broken-declaration' non-parsed] @[13:4-13:41] active
8 }
9 body: [regular, 2:0-2:4] {
10     ['color':'import-error' non-parsed] @[3:4-3:24] active
11 }
12 body: [regular, 2:0-2:4] {
13     ['color':'import-error-block' non-parsed] @[3:4-3:30] active
14 }
15 body: [regular, 2:0-2:4] {
16     ['color':'media-empty' non-parsed] @[3:4-3:23] active
17 }
18 body: [regular, 2:0-2:4] {
19     ['color':'page-error' non-parsed] @[3:4-3:22] active
20 }
21 body: [regular, 2:0-2:4] {
22     ['color':'page-block' non-parsed] @[3:4-3:22] active
23 }
24 body: [regular, 1:0-1:4] {
25     ['color':'before-import' non-parsed] @[2:4-2:25] active
26 }
27 body: [regular, 5:0-5:4] {
28     ['color':'after-import' non-parsed] @[6:4-6:24] active
29 }
30 body: [regular, 1:0-1:4] {
31     ['color':'before-viewport' non-parsed] @[2:4-2:27] active
32 }
33 body: [regular, 6:0-6:4] {
34     ['color':'after-viewport' non-parsed] @[7:4-7:26] active
35 }
36 body: [regular, 4:0-4:4] {
37     ['color':'after-invalid-font-face' non-parsed] @[5:4-5:35] active
38 }
39 body: [regular, 3:0-3:4] {
40     ['color':'after-invalid-region' non-parsed] @[4:4-4:32] active
41 }
42 body: [regular, 1:0-1:4] {
43     ['margin-left':'1px'] @[2:2-2:19] inactive
44     ['margin-left':'2px'] @[4:2-4:19] active
45 }
46 body: [regular, 1:0-1:4] {
47     ['margin-right':'1px'] @[2:2-2:20] inactive
48     ['margin-right':'2px'] @[4:2-4:20] active
49 }
50 body: [regular, 1:0-1:4] {
51     ['margin-top':'1px'] @[3:2-3:18] active
52 }
53 body: [regular, 1:0-1:4] {
54     ['margin-bottom':'2px'] @[3:2-3:21] active
55 }
56