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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/forms/label/label-contains-other-interactive-content-expected.txt

Issue 2266283002: Updating deprecation message for <keygen>. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase. Created 4 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
OLDNEW
1 CONSOLE WARNING: line 22: The <keygen> element is deprecated and will be removed in M54, around October 2016. See https://www.chromestatus.com/features/57160609 92962560 for more details. 1 CONSOLE WARNING: line 22: The <keygen> element is deprecated and will be removed in M56, around January 2017. See https://www.chromestatus.com/features/57160609 92962560 for more details.
2 button 2 button
3 PASS document.activeElement.id is not "control" 3 PASS document.activeElement.id is not "control"
4 details 4 details
5 PASS document.activeElement.id is not "control" 5 PASS document.activeElement.id is not "control"
6 embed 6 embed
7 PASS document.activeElement.id is not "control" 7 PASS document.activeElement.id is not "control"
8 iframe 8 iframe
9 PASS document.activeElement.id is not "control" 9 PASS document.activeElement.id is not "control"
10 keygen 10 keygen
11 PASS document.activeElement.id is not "control" 11 PASS document.activeElement.id is not "control"
(...skipping 21 matching lines...) Expand all
33 object 33 object
34 FAIL document.activeElement.id should be control. Was object. 34 FAIL document.activeElement.id should be control. Was object.
35 object[usemap] 35 object[usemap]
36 PASS document.activeElement.id is not "control" 36 PASS document.activeElement.id is not "control"
37 input 37 input
38 PASS document.activeElement.id is not "control" 38 PASS document.activeElement.id is not "control"
39 PASS successfullyParsed is true 39 PASS successfullyParsed is true
40 40
41 TEST COMPLETE 41 TEST COMPLETE
42 42
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698