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

Unified Diff: LayoutTests/fast/dom/Node/contains-method-expected.txt

Issue 978223002: Add [TypeChecking=Interface] to Node interface (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: update test wrt isSameNode() change Created 5 years, 9 months 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 | LayoutTests/fast/dom/Node/script-tests/contains-method.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/dom/Node/contains-method-expected.txt
diff --git a/LayoutTests/fast/dom/Node/contains-method-expected.txt b/LayoutTests/fast/dom/Node/contains-method-expected.txt
index 5bf7f58172690fdb4be301c3e4d397fba817fde0..a64000ca02e979de25dd43a2a347ef75209f17ef 100644
--- a/LayoutTests/fast/dom/Node/contains-method-expected.txt
+++ b/LayoutTests/fast/dom/Node/contains-method-expected.txt
@@ -12,7 +12,7 @@ PASS document.contains(test1TextChild) is true
PASS document.contains(document) is true
PASS test1.contains(test1) is true
PASS test1TextChild.contains(test1TextChild) is true
-PASS test1.contains(123) is false
+PASS test1.contains(123) threw exception TypeError: Failed to execute 'contains' on 'Node': parameter 1 is not of type 'Node'..
PASS test1.contains(null) is false
PASS document.contains(iframe) is false
PASS iframe.contains(iframe) is true
« no previous file with comments | « no previous file | LayoutTests/fast/dom/Node/script-tests/contains-method.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698