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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/forms/label/label-contains-other-interactive-content-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 button 2 button
2 PASS document.activeElement.id is not "control" 3 PASS document.activeElement.id is not "control"
3 details 4 details
4 PASS document.activeElement.id is not "control" 5 PASS document.activeElement.id is not "control"
5 embed 6 embed
6 PASS document.activeElement.id is not "control" 7 PASS document.activeElement.id is not "control"
7 iframe 8 iframe
8 PASS document.activeElement.id is not "control" 9 PASS document.activeElement.id is not "control"
9 keygen 10 keygen
10 PASS document.activeElement.id is not "control" 11 PASS document.activeElement.id is not "control"
(...skipping 21 matching lines...) Expand all
32 object 33 object
33 FAIL document.activeElement.id should be control. Was object. 34 FAIL document.activeElement.id should be control. Was object.
34 object[usemap] 35 object[usemap]
35 PASS document.activeElement.id is not "control" 36 PASS document.activeElement.id is not "control"
36 input 37 input
37 PASS document.activeElement.id is not "control" 38 PASS document.activeElement.id is not "control"
38 PASS successfullyParsed is true 39 PASS successfullyParsed is true
39 40
40 TEST COMPLETE 41 TEST COMPLETE
41 42
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698