OLD | NEW |
1 Tests that source data are extracted correctly from external stylesheets in UTF-
8 with BOM. Bug 59322. | 1 Tests that source data are extracted correctly from external stylesheets in UTF-
8 with BOM. Bug 59322. |
2 | 2 |
3 I'm red. | 3 I'm red. |
4 | 4 |
5 [expanded] | 5 [expanded] |
6 element.style { () | 6 element.style { () |
7 | 7 |
8 [expanded] | 8 [expanded] |
9 h1 { (parse-utf8-bom-main.css:3 -> parse-utf8-bom-main.css:3:1) | 9 h1 { (parse-utf8-bom-main.css:3 -> parse-utf8-bom-main.css:3:1) |
10 color: red; | 10 color: red; |
11 | 11 |
12 [expanded] | 12 [expanded] |
13 h1 { (user agent stylesheet) | 13 h1 { (user agent stylesheet) |
14 display: block; | 14 display: block; |
15 font-size: 2em; | 15 font-size: 2em; |
16 -webkit-margin-before: 0.67em; | 16 -webkit-margin-before: 0.67em; |
17 -webkit-margin-after: 0.67em; | 17 -webkit-margin-after: 0.67em; |
18 -webkit-margin-start: 0px; | 18 -webkit-margin-start: 0px; |
19 -webkit-margin-end: 0px; | 19 -webkit-margin-end: 0px; |
20 font-weight: bold; | 20 font-weight: bold; |
21 | 21 |
22 | 22 |
23 | |
OLD | NEW |