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

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

Issue 16818023: DOMException toString is not correct (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebase Created 7 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 | 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.webkitCreateShadowRoot() is not null 7 PASS element.webkitCreateShadowRoot() is not null
8 SPAN 8 SPAN
9 PASS element.webkitCreateShadowRoot() is not null 9 PASS element.webkitCreateShadowRoot() is not null
10 A 10 A
11 PASS element.webkitCreateShadowRoot() is not null 11 PASS element.webkitCreateShadowRoot() is not null
12 SECTION 12 SECTION
13 PASS element.webkitCreateShadowRoot() is not null 13 PASS element.webkitCreateShadowRoot() is not null
14 INPUT 14 INPUT
15 PASS element.webkitCreateShadowRoot() threw exception Error: HierarchyRequestErr or: DOM Exception 3. 15 PASS element.webkitCreateShadowRoot() threw exception HierarchyRequestError: A N ode was inserted somewhere it doesn't belong..
16 tref 16 tref
17 PASS element.webkitCreateShadowRoot() threw exception Error: HierarchyRequestErr or: DOM Exception 3. 17 PASS element.webkitCreateShadowRoot() threw exception HierarchyRequestError: A N ode was inserted somewhere it doesn't belong..
18 AUDIO 18 AUDIO
19 PASS element.webkitCreateShadowRoot() threw exception Error: HierarchyRequestErr or: DOM Exception 3. 19 PASS element.webkitCreateShadowRoot() threw exception HierarchyRequestError: A N ode was inserted somewhere it doesn't belong..
20 VIDEO 20 VIDEO
21 PASS element.webkitCreateShadowRoot() threw exception Error: HierarchyRequestErr or: DOM Exception 3. 21 PASS element.webkitCreateShadowRoot() threw exception HierarchyRequestError: A N ode was inserted somewhere it doesn't belong..
22 SELECT 22 SELECT
23 PASS element.webkitCreateShadowRoot() threw exception Error: HierarchyRequestErr or: DOM Exception 3. 23 PASS element.webkitCreateShadowRoot() threw exception HierarchyRequestError: A N ode was inserted somewhere it doesn't belong..
24 IMG 24 IMG
25 PASS element.webkitCreateShadowRoot() threw exception Error: HierarchyRequestErr or: DOM Exception 3. 25 PASS element.webkitCreateShadowRoot() threw exception HierarchyRequestError: A N ode was inserted somewhere it doesn't belong..
26 TEXTAREA 26 TEXTAREA
27 PASS element.webkitCreateShadowRoot() threw exception Error: HierarchyRequestErr or: DOM Exception 3. 27 PASS element.webkitCreateShadowRoot() threw exception HierarchyRequestError: A N ode was inserted somewhere it doesn't belong..
28 IFRAME 28 IFRAME
29 PASS element.webkitCreateShadowRoot() threw exception Error: HierarchyRequestErr or: DOM Exception 3. 29 PASS element.webkitCreateShadowRoot() threw exception HierarchyRequestError: A N ode was inserted somewhere it doesn't belong..
30 CANVAS 30 CANVAS
31 PASS element.webkitCreateShadowRoot() threw exception Error: HierarchyRequestErr or: DOM Exception 3. 31 PASS element.webkitCreateShadowRoot() threw exception HierarchyRequestError: A N ode was inserted somewhere it doesn't belong..
32 METER 32 METER
33 PASS element.webkitCreateShadowRoot() threw exception Error: HierarchyRequestErr or: DOM Exception 3. 33 PASS element.webkitCreateShadowRoot() threw exception HierarchyRequestError: A N ode was inserted somewhere it doesn't belong..
34 PROGRESS 34 PROGRESS
35 PASS element.webkitCreateShadowRoot() threw exception Error: HierarchyRequestErr or: DOM Exception 3. 35 PASS element.webkitCreateShadowRoot() threw exception HierarchyRequestError: A N ode was inserted somewhere it doesn't belong..
36 OBJECT 36 OBJECT
37 PASS element.webkitCreateShadowRoot() threw exception Error: HierarchyRequestErr or: DOM Exception 3. 37 PASS element.webkitCreateShadowRoot() threw exception HierarchyRequestError: A N ode was inserted somewhere it doesn't belong..
38 EMBED 38 EMBED
39 PASS element.webkitCreateShadowRoot() threw exception Error: HierarchyRequestErr or: DOM Exception 3. 39 PASS element.webkitCreateShadowRoot() threw exception HierarchyRequestError: A N ode was inserted somewhere it doesn't belong..
40 KEYGEN 40 KEYGEN
41 PASS element.webkitCreateShadowRoot() threw exception Error: HierarchyRequestErr or: DOM Exception 3. 41 PASS element.webkitCreateShadowRoot() threw exception HierarchyRequestError: A N ode was inserted somewhere it doesn't belong..
42 VIDEO 42 VIDEO
43 PASS element.webkitCreateShadowRoot() threw exception Error: HierarchyRequestErr or: DOM Exception 3. 43 PASS element.webkitCreateShadowRoot() threw exception HierarchyRequestError: A N ode was inserted somewhere it doesn't belong..
44 AUDIO 44 AUDIO
45 PASS element.webkitCreateShadowRoot() threw exception Error: HierarchyRequestErr or: DOM Exception 3. 45 PASS element.webkitCreateShadowRoot() threw exception HierarchyRequestError: A N ode was inserted somewhere it doesn't belong..
46 FIELDSET 46 FIELDSET
47 PASS element.webkitCreateShadowRoot() threw exception Error: HierarchyRequestErr or: DOM Exception 3. 47 PASS element.webkitCreateShadowRoot() threw exception HierarchyRequestError: A N ode was 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

Powered by Google App Engine
This is Rietveld 408576698