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

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

Issue 585183004: Enable author shadows for SVG elements (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: ::shadow > patches { rebase } Created 6 years, 2 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 | Annotate | Revision Log
OLDNEW
1 Tests to ensure that shadow element cannot be created in elements having dynamic ally created shadow root. 1 Tests to ensure that shadow element cannot be created in elements having dynamic ally created shadow root.
2 2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4 4
5 5
6 DIV 6 DIV
7 PASS element.createShadowRoot() is not null 7 PASS element.createShadowRoot() is not null
8 SPAN 8 SPAN
9 PASS element.createShadowRoot() is not null 9 PASS element.createShadowRoot() is not null
10 A 10 A
11 PASS element.createShadowRoot() is not null 11 PASS element.createShadowRoot() is not null
12 SECTION 12 SECTION
13 PASS element.createShadowRoot() is not null 13 PASS element.createShadowRoot() is not null
14 INPUT 14 INPUT
15 PASS element.createShadowRoot() is not null 15 PASS element.createShadowRoot() is not null
16 APPLET 16 APPLET
17 PASS element.createShadowRoot() is not null 17 PASS element.createShadowRoot() is not null
18 EMBED 18 EMBED
19 PASS element.createShadowRoot() is not null 19 PASS element.createShadowRoot() is not null
20 OBJECT 20 OBJECT
21 PASS element.createShadowRoot() is not null 21 PASS element.createShadowRoot() is not null
22 tref 22 g
23 PASS element.createShadowRoot() threw exception HierarchyRequestError: Failed to execute 'createShadowRoot' on 'Element': Author-created shadow roots are disabl ed for this element.. 23 PASS element.createShadowRoot() is not null
24 rect
25 PASS element.createShadowRoot() is not null
26 svg
27 PASS element.createShadowRoot() is not null
24 AUDIO 28 AUDIO
25 PASS element.createShadowRoot() threw exception HierarchyRequestError: Failed to execute 'createShadowRoot' on 'Element': Author-created shadow roots are disabl ed for this element.. 29 PASS element.createShadowRoot() threw exception HierarchyRequestError: Failed to execute 'createShadowRoot' on 'Element': Author-created shadow roots are disabl ed for this element..
26 VIDEO 30 VIDEO
27 PASS element.createShadowRoot() threw exception HierarchyRequestError: Failed to execute 'createShadowRoot' on 'Element': Author-created shadow roots are disabl ed for this element.. 31 PASS element.createShadowRoot() threw exception HierarchyRequestError: Failed to execute 'createShadowRoot' on 'Element': Author-created shadow roots are disabl ed for this element..
28 SELECT 32 SELECT
29 PASS element.createShadowRoot() threw exception HierarchyRequestError: Failed to execute 'createShadowRoot' on 'Element': Author-created shadow roots are disabl ed for this element.. 33 PASS element.createShadowRoot() threw exception HierarchyRequestError: Failed to execute 'createShadowRoot' on 'Element': Author-created shadow roots are disabl ed for this element..
30 IMG 34 IMG
31 PASS element.createShadowRoot() threw exception HierarchyRequestError: Failed to execute 'createShadowRoot' on 'Element': Author-created shadow roots are disabl ed for this element.. 35 PASS element.createShadowRoot() threw exception HierarchyRequestError: Failed to execute 'createShadowRoot' on 'Element': Author-created shadow roots are disabl ed for this element..
32 TEXTAREA 36 TEXTAREA
33 PASS element.createShadowRoot() threw exception HierarchyRequestError: Failed to execute 'createShadowRoot' on 'Element': Author-created shadow roots are disabl ed for this element.. 37 PASS element.createShadowRoot() threw exception HierarchyRequestError: Failed to execute 'createShadowRoot' on 'Element': Author-created shadow roots are disabl ed for this element..
(...skipping 10 matching lines...) Expand all
44 VIDEO 48 VIDEO
45 PASS element.createShadowRoot() threw exception HierarchyRequestError: Failed to execute 'createShadowRoot' on 'Element': Author-created shadow roots are disabl ed for this element.. 49 PASS element.createShadowRoot() threw exception HierarchyRequestError: Failed to execute 'createShadowRoot' on 'Element': Author-created shadow roots are disabl ed for this element..
46 AUDIO 50 AUDIO
47 PASS element.createShadowRoot() threw exception HierarchyRequestError: Failed to execute 'createShadowRoot' on 'Element': Author-created shadow roots are disabl ed for this element.. 51 PASS element.createShadowRoot() threw exception HierarchyRequestError: Failed to execute 'createShadowRoot' on 'Element': Author-created shadow roots are disabl ed for this element..
48 FIELDSET 52 FIELDSET
49 PASS element.createShadowRoot() threw exception HierarchyRequestError: Failed to execute 'createShadowRoot' on 'Element': Author-created shadow roots are disabl ed for this element.. 53 PASS element.createShadowRoot() threw exception HierarchyRequestError: Failed to execute 'createShadowRoot' on 'Element': Author-created shadow roots are disabl ed for this element..
50 PASS successfullyParsed is true 54 PASS successfullyParsed is true
51 55
52 TEST COMPLETE 56 TEST COMPLETE
53 57
OLDNEW
« no previous file with comments | « LayoutTests/fast/dom/shadow/shadow-disable.html ('k') | LayoutTests/svg/dom/custom-elements.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698