| OLD | NEW |
| 1 PASS successfullyParsed is true |
| 2 |
| 3 TEST COMPLETE |
| 1 This test ensures that content inside a seamless iframe does not inherit editabi
lity via the contenteditable attribute on a parent element, but does via a CSS r
ule that cascades into the frame. | 4 This test ensures that content inside a seamless iframe does not inherit editabi
lity via the contenteditable attribute on a parent element, but does via a CSS r
ule that cascades into the frame. |
| 2 PASS window.getComputedStyle(span).getPropertyCSSValue('-webkit-user-modify').cs
sText is "read-only" | 5 PASS window.getComputedStyle(span).getPropertyCSSValue('-webkit-user-modify').cs
sText is "read-only" |
| 3 PASS window.getComputedStyle(p).getPropertyCSSValue('-webkit-user-modify').cssTe
xt is "read-write" | 6 PASS window.getComputedStyle(p).getPropertyCSSValue('-webkit-user-modify').cssTe
xt is "read-write" |
| 4 PASS successfullyParsed is true | |
| 5 | 7 |
| 6 TEST COMPLETE | |
| 7 | |
| OLD | NEW |