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

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

Issue 2536993002: Remove support for the keygen tag (Closed)
Patch Set: Rebased Created 4 years 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 M57, around March 2017. See https://www.chromestatus.com/features/5716060992 962560 for more details.
2 button 1 button
3 PASS document.activeElement.id is not "control" 2 PASS document.activeElement.id is not "control"
4 details 3 details
5 PASS document.activeElement.id is not "control" 4 PASS document.activeElement.id is not "control"
6 embed 5 embed
7 PASS document.activeElement.id is not "control" 6 PASS document.activeElement.id is not "control"
8 iframe 7 iframe
9 PASS document.activeElement.id is not "control" 8 PASS document.activeElement.id is not "control"
10 keygen
11 PASS document.activeElement.id is not "control"
12 label 9 label
13 PASS document.activeElement.id is not "control" 10 PASS document.activeElement.id is not "control"
14 select 11 select
15 PASS document.activeElement.id is not "control" 12 PASS document.activeElement.id is not "control"
16 textarea 13 textarea
17 PASS document.activeElement.id is not "control" 14 PASS document.activeElement.id is not "control"
18 15
19 a 16 a
20 PASS document.activeElement.id is "control" 17 PASS document.activeElement.id is "control"
21 a[href] 18 a[href]
(...skipping 11 matching lines...) Expand all
33 object 30 object
34 FAIL document.activeElement.id should be control. Was object. 31 FAIL document.activeElement.id should be control. Was object.
35 object[usemap] 32 object[usemap]
36 PASS document.activeElement.id is not "control" 33 PASS document.activeElement.id is not "control"
37 input 34 input
38 PASS document.activeElement.id is not "control" 35 PASS document.activeElement.id is not "control"
39 PASS successfullyParsed is true 36 PASS successfullyParsed is true
40 37
41 TEST COMPLETE 38 TEST COMPLETE
42 39
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698