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

Side by Side Diff: third_party/WebKit/LayoutTests/shadow-dom/v0/multiple-shadowroot-with-params-expected.txt

Issue 2051373002: Rewrite and organize tests in LayoutTests/shadow-dom (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@clean-test2-3
Patch Set: clean up Created 4 years, 6 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 CONSOLE WARNING: line 31: Calling Element.createShadowRoot() for an element whic h already hosts a shadow root is deprecated. See https://www.chromestatus.com/fe atures/4668884095336448 for more details. 1 CONSOLE WARNING: line 31: Calling Element.createShadowRoot() for an element whic h already hosts a shadow root is deprecated. See https://www.chromestatus.com/fe atures/4668884095336448 for more details.
2 This tests multiple shadow roots creation with createShadowRoot and mode paramet er. 2 This tests multiple shadow roots creation with createShadowRoot and mode paramet er.
3 3
4 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 4 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
5 5
6 6
7 createShadowRoot() can still create multiple shadow roots. 7 createShadowRoot() can still create multiple shadow roots.
8 PASS internals.shadowRootType(shadow1) is "V0ShadowRoot" 8 PASS internals.shadowRootType(shadow1) is "V0ShadowRoot"
9 PASS internals.shadowRootType(shadow2) is "V0ShadowRoot" 9 PASS internals.shadowRootType(shadow2) is "V0ShadowRoot"
10 PASS internals.youngestShadowRoot(div) is shadow2 10 PASS internals.youngestShadowRoot(div) is shadow2
(...skipping 15 matching lines...) Expand all
26 PASS internals.youngestShadowRoot(div) is shadow1 26 PASS internals.youngestShadowRoot(div) is shadow1
27 V0 shadow root cannot be created on UA shadow root 27 V0 shadow root cannot be created on UA shadow root
28 PASS internals.shadowRootType(internals.shadowRoot(input)) is "UserAgentShadowRo ot" 28 PASS internals.shadowRootType(internals.shadowRoot(input)) is "UserAgentShadowRo ot"
29 PASS input.createShadowRoot() threw exception InvalidStateError: Failed to execu te 'createShadowRoot' on 'Element': Shadow root cannot be created on a host whic h already hosts an user-agent shadow tree.. 29 PASS input.createShadowRoot() threw exception InvalidStateError: Failed to execu te 'createShadowRoot' on 'Element': Shadow root cannot be created on a host whic h already hosts an user-agent shadow tree..
30 PASS input.attachShadow({mode: "open"}) threw exception NotSupportedError: Faile d to execute 'attachShadow' on 'Element': This element does not support attachSh adow. 30 PASS input.attachShadow({mode: "open"}) threw exception NotSupportedError: Faile d to execute 'attachShadow' on 'Element': This element does not support attachSh adow.
31 PASS input.attachShadow({mode: "closed"}) threw exception NotSupportedError: Fai led to execute 'attachShadow' on 'Element': This element does not support attach Shadow. 31 PASS input.attachShadow({mode: "closed"}) threw exception NotSupportedError: Fai led to execute 'attachShadow' on 'Element': This element does not support attach Shadow.
32 PASS successfullyParsed is true 32 PASS successfullyParsed is true
33 33
34 TEST COMPLETE 34 TEST COMPLETE
35 35
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698