| 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 #ff0000 - #p1 region-style-crash.html:6 -> region-style-crash.html:6:1 | 6 #ff0000 - #p1 region-style-crash.html:6 -> region-style-crash.html:6:1 |
| 7 display: block; | 7 display: block; |
| 8 block - p user agent stylesheet | 8 block - p user agent stylesheet |
| 9 -webkit-margin-after: 16px; |
| 10 1em - p user agent stylesheet |
| 11 -webkit-margin-before: 16px; |
| 12 1em - p user agent stylesheet |
| 13 -webkit-margin-end: 0px; |
| 14 0px - p user agent stylesheet |
| 15 -webkit-margin-start: 0px; |
| 16 0px - p user agent stylesheet |
| 9 [expanded] | 17 [expanded] |
| 10 element.style { () | 18 element.style { () |
| 11 | 19 |
| 12 [expanded] | 20 [expanded] |
| 13 #p1 { (region-style-crash.html:6 -> region-style-crash.html:6:1) | 21 #p1 { (region-style-crash.html:6 -> region-style-crash.html:6:1) |
| 14 color: #ff0000; | 22 color: #ff0000; |
| 15 | 23 |
| 16 [expanded] | 24 [expanded] |
| 17 p { (user agent stylesheet) | 25 p { (user agent stylesheet) |
| 18 display: block; | 26 display: block; |
| 19 -webkit-margin-before: 1em; | 27 -webkit-margin-before: 1em; |
| 20 -webkit-margin-after: 1em; | 28 -webkit-margin-after: 1em; |
| 21 -webkit-margin-start: 0px; | 29 -webkit-margin-start: 0px; |
| 22 -webkit-margin-end: 0px; | 30 -webkit-margin-end: 0px; |
| 23 | 31 |
| 24 | 32 |
| OLD | NEW |