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