Index: LayoutTests/fast/dom/shadow/getelementbyid-shadow.html |
diff --git a/LayoutTests/fast/dom/shadow/getelementbyid-shadow.html b/LayoutTests/fast/dom/shadow/getelementbyid-shadow.html |
index eaa4ed1a176455c235721c70a4d5c25f53fe782e..9dd6e43bb72c116c37aa318650734fd565edda9e 100644 |
--- a/LayoutTests/fast/dom/shadow/getelementbyid-shadow.html |
+++ b/LayoutTests/fast/dom/shadow/getelementbyid-shadow.html |
@@ -30,6 +30,7 @@ shadowRootC.appendChild(D); |
container.appendChild(A); |
shouldBe('document.getElementById("A")', 'A'); |
+shouldThrow('shadowRootA.getElementById()'); |
shouldBe('shadowRootA.getElementById("B")', 'B'); |
shouldBe('shadowRootB.getElementById("C")', 'C'); |
shouldBe('shadowRootC.getElementById("D")', 'D'); |