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

Unified Diff: LayoutTests/fast/dom/shadow/layout-tests-can-access-shadow-expected.txt

Issue 445933003: Clean up testing.internals argument type checking. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Tidy up result type Created 6 years, 4 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 | « LayoutTests/fast/dom/shadow/layout-tests-can-access-shadow.html ('k') | Source/core/testing/Internals.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/dom/shadow/layout-tests-can-access-shadow-expected.txt
diff --git a/LayoutTests/fast/dom/shadow/layout-tests-can-access-shadow-expected.txt b/LayoutTests/fast/dom/shadow/layout-tests-can-access-shadow-expected.txt
index 3c4fe13ae7f20336aa0a81d3fd222741f1ab1d34..d6c0008b791db95bb2c8c4fbf439d8f9e985ce70 100644
--- a/LayoutTests/fast/dom/shadow/layout-tests-can-access-shadow-expected.txt
+++ b/LayoutTests/fast/dom/shadow/layout-tests-can-access-shadow-expected.txt
@@ -2,7 +2,7 @@
This tests that layout tests can access shadow DOM.
PASS shadow.nodeName is "#document-fragment"
-PASS exceptionCode is DOMException.INVALID_ACCESS_ERR
+PASS internals.shadowRoot(shadow) threw exception TypeError: Failed to execute 'shadowRoot' on 'Internals': parameter 1 is not of type 'Element'..
PASS internals.shadowRoot(p) is null
PASS shadow.nodeName is "#document-fragment"
PASS shadow === internals.shadowRoot(p) is true
« no previous file with comments | « LayoutTests/fast/dom/shadow/layout-tests-can-access-shadow.html ('k') | Source/core/testing/Internals.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698