Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / inspector-protocol / css / cssom-matching-rules-multiple-expected.txt
blobf93fa34de0325e7b3fe0e3af238561e22411e2dc
1 The test verifies CSS.getMatchedStylesForNode when used concurrently with multiple CSSOM modifications.
4 Running test: testModifyRule
5 --------------
6 Original rule:
7 *#test* {    regular
8     color: red;
10 *#test* {    regular
11     color: green;
13 *#test* {    regular
14     color: blue;
16 *#test* {    regular
17     width: 10%;
19 *#test* {    regular
20     width: 20%;
22 *#test* {    regular
23     width: 30%;
25 *#test* {    regular
26     width: 40%;
28 *#test* {    regular
29     width: 50%;
31 *#test* {    regular
32     width: 60%;
34 Mutating 3rd:
35 ---------------
36 *#test* {    regular
37     color: red;
39 *#test* {    regular
40     color: green;
42 *#test* {    regular
43     color: blue;
45 *#test* {    regular    readonly
46     color: red;
48 *#test* {    regular
49     width: 20%;
51 *#test* {    regular
52     width: 30%;
54 *#test* {    regular
55     width: 40%;
57 *#test* {    regular
58     width: 50%;
60 *#test* {    regular
61     width: 60%;
63 Mutating 4th:
64 --------------
65 *#test* {    regular
66     color: red;
68 *#test* {    regular
69     color: green;
71 *#test* {    regular
72     color: blue;
74 *#test* {    regular    readonly
75     color: red;
77 *#test* {    regular    readonly
78     color: green;
80 *#test* {    regular
81     width: 30%;
83 *#test* {    regular
84     width: 40%;
86 *#test* {    regular
87     width: 50%;
89 *#test* {    regular
90     width: 60%;
92 Mutating 5th:
93 --------------
94 *#test* {    regular
95     color: red;
97 *#test* {    regular
98     color: green;
100 *#test* {    regular
101     color: blue;
103 *#test* {    regular    readonly
104     color: red;
106 *#test* {    regular    readonly
107     color: green;
109 *#test* {    regular    readonly
110     color: blue;
112 *#test* {    regular
113     width: 40%;
115 *#test* {    regular
116     width: 50%;
118 *#test* {    regular
119     width: 60%;
121 Delete first 3:
122 ---------------
123 *#test* {    regular
124     color: red;
126 *#test* {    regular
127     color: green;
129 *#test* {    regular
130     color: blue;
132 *#test* {    regular
133     width: 40%;
135 *#test* {    regular
136     width: 50%;
138 *#test* {    regular
139     width: 60%;