| OLD | NEW |
| 1 CONSOLE ERROR: line 3484: The given range isn't in document. |
| 2 CONSOLE ERROR: line 3484: The given range isn't in document. |
| 3 CONSOLE ERROR: line 3484: The given range isn't in document. |
| 1 Tests that splitting properties when pasting works. | 4 Tests that splitting properties when pasting works. |
| 2 | 5 |
| 3 Text | 6 Text |
| 4 Before pasting: | 7 Before pasting: |
| 5 [expanded] | 8 [expanded] |
| 6 element.style { () | 9 element.style { () |
| 7 font-size: 12px; | 10 font-size: 12px; |
| 8 | 11 |
| 9 [expanded] | 12 [expanded] |
| 10 div { (user agent stylesheet) | 13 div { (user agent stylesheet) |
| (...skipping 28 matching lines...) Expand all Loading... |
| 39 font-size: 12px; | 42 font-size: 12px; |
| 40 /-- overloaded --/ foo: bar; | 43 /-- overloaded --/ foo: bar; |
| 41 /-- overloaded --/ moo: zoo; | 44 /-- overloaded --/ moo: zoo; |
| 42 color: red; | 45 color: red; |
| 43 | 46 |
| 44 [expanded] | 47 [expanded] |
| 45 div { (user agent stylesheet) | 48 div { (user agent stylesheet) |
| 46 display: block; | 49 display: block; |
| 47 | 50 |
| 48 | 51 |
| OLD | NEW |