OLD | NEW |
1 Tests to ensure that a '-webkit-user-modify' CSS porperty is not inherited acros
s shadow boundaries. | 1 Tests to ensure that a '-webkit-user-modify' CSS property is not inherited acros
s shadow boundaries. |
2 | 2 |
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". | 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". |
4 | 4 |
5 | 5 |
6 PASS computedStyle(prepareNodeInShadowRoot(document.getElementById("contentedita
ble-host1"), null), userModifyPropertyName) is "read-only" | 6 PASS computedStyle(prepareNodeInShadowRoot(document.getElementById("contentedita
ble-host1"), null)) is "read-only" |
7 PASS computedStyle(prepareNodeInShadowRoot(document.getElementById("contentedita
ble-host2"), "false"), userModifyPropertyName) is "read-only" | 7 PASS computedStyle(prepareNodeInShadowRoot(document.getElementById("contentedita
ble-host2"), "false")) is "read-only" |
8 PASS computedStyle(prepareNodeInShadowRoot(document.getElementById("contentedita
ble-host3"), "true"), userModifyPropertyName) is "read-write" | 8 PASS computedStyle(prepareNodeInShadowRoot(document.getElementById("contentedita
ble-host3"), "true")) is "read-write" |
9 PASS computedStyle(prepareNodeInShadowRoot(document.getElementById("non-contente
ditable-host1"), null), userModifyPropertyName) is "read-only" | 9 PASS computedStyle(prepareNodeInShadowRoot(document.getElementById("non-contente
ditable-host1"), null)) is "read-only" |
10 PASS computedStyle(prepareNodeInShadowRoot(document.getElementById("non-contente
ditable-host2"), "false"), userModifyPropertyName) is "read-only" | 10 PASS computedStyle(prepareNodeInShadowRoot(document.getElementById("non-contente
ditable-host2"), "false")) is "read-only" |
11 PASS computedStyle(prepareNodeInShadowRoot(document.getElementById("non-contente
ditable-host3"), "true"), userModifyPropertyName) is "read-write" | 11 PASS computedStyle(prepareNodeInShadowRoot(document.getElementById("non-contente
ditable-host3"), "true")) is "read-write" |
12 PASS getUserModifyProperty("child-a") is "read-write" | 12 PASS getUserModifyProperty("child-a") is "read-write" |
13 PASS getUserModifyProperty("child-b") is "read-write" | 13 PASS getUserModifyProperty("child-b") is "read-write" |
14 PASS getUserModifyProperty("child-c") is "read-only" | 14 PASS getUserModifyProperty("child-c") is "read-only" |
15 PASS getUserModifyProperty("child-d") is "read-only" | 15 PASS getUserModifyProperty("child-d") is "read-only" |
16 PASS successfullyParsed is true | 16 PASS successfullyParsed is true |
17 | 17 |
18 TEST COMPLETE | 18 TEST COMPLETE |
19 | 19 |
OLD | NEW |