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

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

Issue 1746293002: Adding Deprecation Message for <keygen> (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@2623
Patch Set: Undoing change. 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: 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. 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.
2 Tests to ensure that shadow element cannot be created in elements having dynamic ally created shadow root. 3 Tests to ensure that shadow element cannot be created in elements having dynamic ally created shadow root.
3 4
4 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 5 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
5 6
6 7
7 DIV 8 DIV
8 PASS element.createShadowRoot() is not null 9 PASS element.createShadowRoot() is not null
9 SPAN 10 SPAN
10 PASS element.createShadowRoot() is not null 11 PASS element.createShadowRoot() is not null
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
49 VIDEO 50 VIDEO
50 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..
51 AUDIO 52 AUDIO
52 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..
53 FIELDSET 54 FIELDSET
54 PASS element.createShadowRoot() threw exception HierarchyRequestError: Failed to execute 'createShadowRoot' on 'Element': Author-created shadow roots are disabl ed for this element.. 55 PASS element.createShadowRoot() threw exception HierarchyRequestError: Failed to execute 'createShadowRoot' on 'Element': Author-created shadow roots are disabl ed for this element..
55 PASS successfullyParsed is true 56 PASS successfullyParsed is true
56 57
57 TEST COMPLETE 58 TEST COMPLETE
58 59
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698