| Index: third_party/WebKit/LayoutTests/fast/dom/NodeList/nodelist-reachable-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/fast/dom/NodeList/nodelist-reachable-expected.txt b/third_party/WebKit/LayoutTests/fast/dom/NodeList/nodelist-reachable-expected.txt
|
| index 871653e647b2d8c26ce199725d8666a974cc32c6..50943e44dd52c92c460204efdb8381c13c760c06 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/dom/NodeList/nodelist-reachable-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/fast/dom/NodeList/nodelist-reachable-expected.txt
|
| @@ -2,7 +2,7 @@ PASS document.body.childNodes.customProperty is 1
|
| PASS document.getElementsByClassName("class").customProperty is 2
|
| PASS document.getElementsByName("name").customProperty is 3
|
| PASS document.getElementsByTagName("body").customProperty is 4
|
| -FAIL document.querySelector("form").elements["radios"].customProperty should be 5 (of type number). Was undefined (of type undefined).
|
| +PASS document.querySelector("form").elements["radios"].customProperty is 5
|
| PASS document.querySelector("input").labels.customProperty is 6
|
| PASS successfullyParsed is true
|
|
|
|
|