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

Unified Diff: LayoutTests/fast/dom/shadow/getelementbyid-shadow-expected.txt

Issue 799543002: Let ShadowRoot.getElementById() fall back to DocumentFragment (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: update tests Created 6 years 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
Index: LayoutTests/fast/dom/shadow/getelementbyid-shadow-expected.txt
diff --git a/LayoutTests/fast/dom/shadow/getelementbyid-shadow-expected.txt b/LayoutTests/fast/dom/shadow/getelementbyid-shadow-expected.txt
index 67089556ddda989fd0297f21abff10ac2a097026..6ff7bae9ad4e9d1ee4af74dc990aaf9a8353bde9 100644
--- a/LayoutTests/fast/dom/shadow/getelementbyid-shadow-expected.txt
+++ b/LayoutTests/fast/dom/shadow/getelementbyid-shadow-expected.txt
@@ -4,6 +4,7 @@ On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
PASS document.getElementById("A") is A
+PASS shadowRootA.getElementById() threw exception TypeError: Failed to execute 'getElementById' on 'DocumentFragment': 1 argument required, but only 0 present..
PASS shadowRootA.getElementById("B") is B
PASS shadowRootB.getElementById("C") is C
PASS shadowRootC.getElementById("D") is D

Powered by Google App Engine
This is Rietveld 408576698