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

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

Issue 21165005: Support author Shadow DOM for INPUT elements (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Test should work on Windows and Linux. Created 7 years, 3 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() threw exception HierarchyRequestError: A Node wa s inserted somewhere it doesn't belong.. 15 PASS element.createShadowRoot() is not null
16 tref 16 tref
17 PASS element.createShadowRoot() threw exception HierarchyRequestError: A Node wa s inserted somewhere it doesn't belong.. 17 PASS element.createShadowRoot() threw exception HierarchyRequestError: A Node wa s inserted somewhere it doesn't belong..
18 AUDIO 18 AUDIO
19 PASS element.createShadowRoot() threw exception HierarchyRequestError: A Node wa s inserted somewhere it doesn't belong.. 19 PASS element.createShadowRoot() threw exception HierarchyRequestError: A Node wa s inserted somewhere it doesn't belong..
20 VIDEO 20 VIDEO
21 PASS element.createShadowRoot() threw exception HierarchyRequestError: A Node wa s inserted somewhere it doesn't belong.. 21 PASS element.createShadowRoot() threw exception HierarchyRequestError: A Node wa s inserted somewhere it doesn't belong..
22 SELECT 22 SELECT
23 PASS element.createShadowRoot() threw exception HierarchyRequestError: A Node wa s inserted somewhere it doesn't belong.. 23 PASS element.createShadowRoot() threw exception HierarchyRequestError: A Node wa s inserted somewhere it doesn't belong..
24 IMG 24 IMG
25 PASS element.createShadowRoot() threw exception HierarchyRequestError: A Node wa s inserted somewhere it doesn't belong.. 25 PASS element.createShadowRoot() threw exception HierarchyRequestError: A Node wa s inserted somewhere it doesn't belong..
(...skipping 16 matching lines...) Expand all
42 VIDEO 42 VIDEO
43 PASS element.createShadowRoot() threw exception HierarchyRequestError: A Node wa s inserted somewhere it doesn't belong.. 43 PASS element.createShadowRoot() threw exception HierarchyRequestError: A Node wa s inserted somewhere it doesn't belong..
44 AUDIO 44 AUDIO
45 PASS element.createShadowRoot() threw exception HierarchyRequestError: A Node wa s inserted somewhere it doesn't belong.. 45 PASS element.createShadowRoot() threw exception HierarchyRequestError: A Node wa s inserted somewhere it doesn't belong..
46 FIELDSET 46 FIELDSET
47 PASS element.createShadowRoot() threw exception HierarchyRequestError: A Node wa s inserted somewhere it doesn't belong.. 47 PASS element.createShadowRoot() threw exception HierarchyRequestError: A Node wa s inserted somewhere it doesn't belong..
48 PASS successfullyParsed is true 48 PASS successfullyParsed is true
49 49
50 TEST COMPLETE 50 TEST COMPLETE
51 51
OLDNEW
« no previous file with comments | « LayoutTests/fast/dom/shadow/shadow-disable.html ('k') | LayoutTests/fast/dom/shadow/shadow-element-inactive.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698