OLD | NEW |
1 Tests that webkit css region styling can be parsed correctly. Test passes if it
doesn't crash. | 1 Tests that webkit css region styling can be parsed correctly. Test passes if it
doesn't crash. |
2 | 2 |
3 P color styled in region: #008000. | 3 P color styled in region: #008000. |
4 | 4 |
5 color: rgb(255, 0, 0); | 5 color: rgb(255, 0, 0) |
6 display: block; | 6 #ff0000 - #p1 region-style-crash.html:6 -> region-style-crash.html:6:1 |
| 7 display: block |
| 8 block - p user agent stylesheet |
7 [expanded] | 9 [expanded] |
8 element.style { () | 10 element.style { () |
9 | 11 |
10 [expanded] | 12 [expanded] |
11 #p1 { (region-style-crash.html:6 -> region-style-crash.html:6:1) | 13 #p1 { (region-style-crash.html:6 -> region-style-crash.html:6:1) |
12 color: #ff0000; | 14 color: #ff0000; |
13 | 15 |
14 [expanded] | 16 [expanded] |
15 p { (user agent stylesheet) | 17 p { (user agent stylesheet) |
16 display: block; | 18 display: block; |
17 -webkit-margin-before: 1em; | 19 -webkit-margin-before: 1em; |
18 -webkit-margin-after: 1em; | 20 -webkit-margin-after: 1em; |
19 -webkit-margin-start: 0px; | 21 -webkit-margin-start: 0px; |
20 -webkit-margin-end: 0px; | 22 -webkit-margin-end: 0px; |
21 | 23 |
22 | 24 |
OLD | NEW |