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

Side by Side 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 unified diff | Download patch
OLDNEW
1 1
2 This tests that layout tests can access shadow DOM. 2 This tests that layout tests can access shadow DOM.
3 3
4 PASS shadow.nodeName is "#document-fragment" 4 PASS shadow.nodeName is "#document-fragment"
5 PASS exceptionCode is DOMException.INVALID_ACCESS_ERR 5 PASS internals.shadowRoot(shadow) threw exception TypeError: Failed to execute ' shadowRoot' on 'Internals': parameter 1 is not of type 'Element'..
6 PASS internals.shadowRoot(p) is null 6 PASS internals.shadowRoot(p) is null
7 PASS shadow.nodeName is "#document-fragment" 7 PASS shadow.nodeName is "#document-fragment"
8 PASS shadow === internals.shadowRoot(p) is true 8 PASS shadow === internals.shadowRoot(p) is true
9 PASS successfullyParsed is true 9 PASS successfullyParsed is true
10 10
11 TEST COMPLETE 11 TEST COMPLETE
12 12
OLDNEW
« 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