Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(690)

Unified Diff: third_party/WebKit/LayoutTests/fast/dom/NodeList/nodelist-reachable-expected.txt

Issue 2528393002: Revert of Reland "[wrapper-tracing] Enable flag per default" (Closed)
Patch Set: Rebase + don't revert test fix Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/fast/xmlhttprequest/xmlhttprequest-responsetype-arraybuffer-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 50943e44dd52c92c460204efdb8381c13c760c06..871653e647b2d8c26ce199725d8666a974cc32c6 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
-PASS document.querySelector("form").elements["radios"].customProperty is 5
+FAIL document.querySelector("form").elements["radios"].customProperty should be 5 (of type number). Was undefined (of type undefined).
PASS document.querySelector("input").labels.customProperty is 6
PASS successfullyParsed is true
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/fast/xmlhttprequest/xmlhttprequest-responsetype-arraybuffer-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698