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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/dom/shadow/shadow-disable-expected.txt

Issue 1751953003: Remove the support of multiple shadow roots with a user agent shadow root (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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 unified diff | Download patch
OLDNEW
1 CONSOLE WARNING: The <keygen> element is deprecated and will be removed in M54, around October 2016. See https://www.chromestatus.com/features/5716060992962560 for more details. 1 CONSOLE WARNING: The <keygen> element is deprecated and will be removed in M54, around October 2016. See https://www.chromestatus.com/features/5716060992962560 for more details.
2 CONSOLE WARNING: Calling Element.createShadowRoot() for an element which already hosts a user-agent shadow root is deprecated. See https://www.chromestatus.com/ features/4668884095336448 for more details.
3 Tests to ensure that shadow element cannot be created in elements having dynamic ally created shadow root. 2 Tests to ensure that shadow element cannot be created in elements having dynamic ally created shadow root.
4 3
5 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 ".
6 5
7 6
8 DIV 7 DIV
9 PASS element.createShadowRoot() is not null 8 PASS element.createShadowRoot() is not null
10 SPAN 9 SPAN
11 PASS element.createShadowRoot() is not null 10 PASS element.createShadowRoot() is not null
12 A 11 A
13 PASS element.createShadowRoot() is not null 12 PASS element.createShadowRoot() is not null
14 SECTION 13 SECTION
15 PASS element.createShadowRoot() is not null 14 PASS element.createShadowRoot() is not null
16 INPUT
17 PASS element.createShadowRoot() is not null
18 APPLET
19 PASS element.createShadowRoot() is not null
20 EMBED
21 PASS element.createShadowRoot() is not null
22 OBJECT
23 PASS element.createShadowRoot() is not null
24 g 15 g
25 PASS element.createShadowRoot() is not null 16 PASS element.createShadowRoot() is not null
26 rect 17 rect
27 PASS element.createShadowRoot() is not null 18 PASS element.createShadowRoot() is not null
28 svg 19 svg
29 PASS element.createShadowRoot() is not null 20 PASS element.createShadowRoot() is not null
21 INPUT
22 PASS element.createShadowRoot() threw exception InvalidStateError: Failed to exe cute 'createShadowRoot' on 'Element': Shadow root cannot be created on a host wh ich already hosts an user-agent shadow tree..
23 APPLET
24 FAIL element.createShadowRoot() should throw an exception. Was [object ShadowRoo t].
tkent 2016/03/02 06:52:20 Failing. It's ok to remove a test for APPLET bec
hayato 2016/03/02 07:04:50 Done.
25 EMBED
26 PASS element.createShadowRoot() threw exception InvalidStateError: Failed to exe cute 'createShadowRoot' on 'Element': Shadow root cannot be created on a host wh ich already hosts an user-agent shadow tree..
27 OBJECT
28 PASS element.createShadowRoot() threw exception InvalidStateError: Failed to exe cute 'createShadowRoot' on 'Element': Shadow root cannot be created on a host wh ich already hosts an user-agent shadow tree..
30 AUDIO 29 AUDIO
31 PASS element.createShadowRoot() threw exception HierarchyRequestError: Failed to execute 'createShadowRoot' on 'Element': Author-created shadow roots are disabl ed for this element.. 30 PASS element.createShadowRoot() threw exception InvalidStateError: Failed to exe cute 'createShadowRoot' on 'Element': Shadow root cannot be created on a host wh ich already hosts an user-agent shadow tree..
32 VIDEO 31 VIDEO
33 PASS element.createShadowRoot() threw exception HierarchyRequestError: Failed to execute 'createShadowRoot' on 'Element': Author-created shadow roots are disabl ed for this element.. 32 PASS element.createShadowRoot() threw exception InvalidStateError: Failed to exe cute 'createShadowRoot' on 'Element': Shadow root cannot be created on a host wh ich already hosts an user-agent shadow tree..
34 SELECT 33 SELECT
35 PASS element.createShadowRoot() threw exception HierarchyRequestError: Failed to execute 'createShadowRoot' on 'Element': Author-created shadow roots are disabl ed for this element.. 34 PASS element.createShadowRoot() threw exception InvalidStateError: Failed to exe cute 'createShadowRoot' on 'Element': Shadow root cannot be created on a host wh ich already hosts an user-agent shadow tree..
36 IMG 35 IMG
37 PASS element.createShadowRoot() threw exception HierarchyRequestError: Failed to execute 'createShadowRoot' on 'Element': Author-created shadow roots are disabl ed for this element.. 36 PASS element.createShadowRoot() threw exception HierarchyRequestError: Failed to execute 'createShadowRoot' on 'Element': Author-created shadow roots are disabl ed for this element..
38 TEXTAREA 37 TEXTAREA
39 PASS element.createShadowRoot() threw exception HierarchyRequestError: Failed to execute 'createShadowRoot' on 'Element': Author-created shadow roots are disabl ed for this element.. 38 PASS element.createShadowRoot() threw exception InvalidStateError: Failed to exe cute 'createShadowRoot' on 'Element': Shadow root cannot be created on a host wh ich already hosts an user-agent shadow tree..
40 IFRAME 39 IFRAME
41 PASS element.createShadowRoot() threw exception HierarchyRequestError: Failed to execute 'createShadowRoot' on 'Element': Author-created shadow roots are disabl ed for this element.. 40 PASS element.createShadowRoot() threw exception HierarchyRequestError: Failed to execute 'createShadowRoot' on 'Element': Author-created shadow roots are disabl ed for this element..
42 CANVAS 41 CANVAS
43 PASS element.createShadowRoot() threw exception HierarchyRequestError: Failed to execute 'createShadowRoot' on 'Element': Author-created shadow roots are disabl ed for this element.. 42 PASS element.createShadowRoot() threw exception HierarchyRequestError: Failed to execute 'createShadowRoot' on 'Element': Author-created shadow roots are disabl ed for this element..
44 METER 43 METER
45 PASS element.createShadowRoot() threw exception HierarchyRequestError: Failed to execute 'createShadowRoot' on 'Element': Author-created shadow roots are disabl ed for this element.. 44 PASS element.createShadowRoot() threw exception InvalidStateError: Failed to exe cute 'createShadowRoot' on 'Element': Shadow root cannot be created on a host wh ich already hosts an user-agent shadow tree..
46 PROGRESS 45 PROGRESS
47 PASS element.createShadowRoot() threw exception HierarchyRequestError: Failed to execute 'createShadowRoot' on 'Element': Author-created shadow roots are disabl ed for this element.. 46 PASS element.createShadowRoot() threw exception InvalidStateError: Failed to exe cute 'createShadowRoot' on 'Element': Shadow root cannot be created on a host wh ich already hosts an user-agent shadow tree..
48 KEYGEN 47 KEYGEN
49 PASS element.createShadowRoot() threw exception HierarchyRequestError: Failed to execute 'createShadowRoot' on 'Element': Author-created shadow roots are disabl ed for this element.. 48 PASS element.createShadowRoot() threw exception InvalidStateError: Failed to exe cute 'createShadowRoot' on 'Element': Shadow root cannot be created on a host wh ich already hosts an user-agent shadow tree..
50 VIDEO 49 VIDEO
51 PASS element.createShadowRoot() threw exception HierarchyRequestError: Failed to execute 'createShadowRoot' on 'Element': Author-created shadow roots are disabl ed for this element.. 50 PASS element.createShadowRoot() threw exception InvalidStateError: Failed to exe cute 'createShadowRoot' on 'Element': Shadow root cannot be created on a host wh ich already hosts an user-agent shadow tree..
52 AUDIO 51 AUDIO
53 PASS element.createShadowRoot() threw exception HierarchyRequestError: Failed to execute 'createShadowRoot' on 'Element': Author-created shadow roots are disabl ed for this element.. 52 PASS element.createShadowRoot() threw exception InvalidStateError: Failed to exe cute 'createShadowRoot' on 'Element': Shadow root cannot be created on a host wh ich already hosts an user-agent shadow tree..
54 FIELDSET 53 FIELDSET
55 PASS element.createShadowRoot() threw exception HierarchyRequestError: Failed to execute 'createShadowRoot' on 'Element': Author-created shadow roots are disabl ed for this element.. 54 PASS element.createShadowRoot() threw exception HierarchyRequestError: Failed to execute 'createShadowRoot' on 'Element': Author-created shadow roots are disabl ed for this element..
56 PASS successfullyParsed is true 55 PASS successfullyParsed is true
57 56
58 TEST COMPLETE 57 TEST COMPLETE
59 58
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698