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