|
10 | 10 | PASS computedStyle(prepareNodeInShadowRoot(document.getElementById("non-contenteditable-host2"), "false")) is "read-only"
|
---|
11 | 11 | PASS computedStyle(prepareNodeInShadowRoot(document.getElementById("non-contenteditable-host3"), "true")) is "read-write"
|
---|
12 | 12 | PASS getUserModifyProperty("child-a") is "read-write"
|
---|
13 | | PASS getUserModifyProperty("child-b") is "read-write"
|
---|
| 13 | FAIL getUserModifyProperty("child-b") should be read-write. Was read-only.
|
---|
14 | 14 | PASS getUserModifyProperty("child-c") is "read-only"
|
---|
15 | | PASS getUserModifyProperty("child-d") is "read-only"
|
---|
| 15 | FAIL getUserModifyProperty("child-d") should be read-only. Was read-write.
|
---|
16 | 16 | PASS successfullyParsed is true
|
---|
17 | 17 |
|
---|
18 | 18 | TEST COMPLETE
|
---|
19 | 19 |
|
---|