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

Unified Diff: LayoutTests/fast/dom/shadow/shadow-root-js-api-expected.txt

Issue 216123005: Don't expose WebKitShadowRoot constructor. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: reset results to fix end of line Created 6 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
Index: LayoutTests/fast/dom/shadow/shadow-root-js-api-expected.txt
diff --git a/LayoutTests/fast/dom/shadow/shadow-root-js-api-expected.txt b/LayoutTests/fast/dom/shadow/shadow-root-js-api-expected.txt
index b2f5f17557e65ce85088ea5a6e47bbf948843b02..ea16487685d124870aa288fbc1b3963b775a3613 100644
--- a/LayoutTests/fast/dom/shadow/shadow-root-js-api-expected.txt
+++ b/LayoutTests/fast/dom/shadow/shadow-root-js-api-expected.txt
@@ -4,11 +4,8 @@ On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
PASS window.ShadowRoot is defined.
-PASS window.WebKitShadowRoot is defined.
PASS new window.ShadowRoot(document.createElement('div')) threw exception TypeError: Illegal constructor.
-PASS new window.WebKitShadowRoot(document.createElement('div')) threw exception TypeError: Illegal constructor.
PASS shadowRoot instanceof window.ShadowRoot is true
-PASS shadowRoot instanceof window.WebKitShadowRoot is true
PASS shadowRoot.getElementById('div1') is div1
PASS shadowRoot.getElementById('foo') is null
PASS shadowRoot.getElementsByClassName('class2') is [div2]

Powered by Google App Engine
This is Rietveld 408576698