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

Side by Side Diff: third_party/WebKit/LayoutTests/imported/wpt/html/semantics/forms/the-label-element/labelable-elements-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: 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: The <keygen> element is deprecated and will be removed in M56, around January 2017. See https://www.chromestatus.com/features/5716060992962560 for more details.
2 This is a testharness.js-based test. 2 This is a testharness.js-based test.
3 PASS Check if the output element is a labelable element 3 PASS Check if the output element is a labelable element
4 PASS Check if the output element can access 'labels' 4 PASS Check if the output element can access 'labels'
5 PASS Check if the progress element is a labelable element 5 PASS Check if the progress element is a labelable element
6 PASS Check if the progress element can access 'labels' 6 PASS Check if the progress element can access 'labels'
7 PASS Check if the select element is a labelable element 7 PASS Check if the select element is a labelable element
8 PASS Check if the select element can access 'labels' 8 PASS Check if the select element can access 'labels'
9 PASS Check if the textarea element is a labelable form-element 9 PASS Check if the textarea element is a labelable form-element
10 PASS Check if the textarea element can access 'labels' 10 PASS Check if the textarea element can access 'labels'
11 PASS Check if the button element is a labelable element 11 PASS Check if the button element is a labelable element
12 PASS Check if the button element can access 'labels' 12 PASS Check if the button element can access 'labels'
13 PASS Check if the hidden input element is not a labelable element. 13 PASS Check if the hidden input element is not a labelable element.
14 FAIL Check if the hidden input element can access 'labels' Cannot read property 'length' of null 14 FAIL Check if the hidden input element can access 'labels' Cannot read property 'length' of null
15 PASS Check if the input element in radio state is a labelable element 15 PASS Check if the input element in radio state is a labelable element
16 PASS Check if the input element in radio state can access 'labels' 16 PASS Check if the input element in radio state can access 'labels'
17 PASS Check if the keygen element is a labelable element 17 PASS Check if the keygen element is a labelable element
18 PASS Check if the keygen element can access 'labels' 18 PASS Check if the keygen element can access 'labels'
19 PASS Check if the meter element is a labelable element 19 PASS Check if the meter element is a labelable element
20 PASS Check if the meter element can access 'labels' 20 PASS Check if the meter element can access 'labels'
21 PASS Check if the fieldset element is not a labelable element 21 PASS Check if the fieldset element is not a labelable element
22 PASS Check if the fieldset element can access 'labels' 22 PASS Check if the fieldset element can access 'labels'
23 PASS Check if the label element is not a labelable element 23 PASS Check if the label element is not a labelable element
24 PASS Check if the label element can access 'labels' 24 PASS Check if the label element can access 'labels'
25 PASS Check if the object element is not a labelable element 25 PASS Check if the object element is not a labelable element
26 PASS Check if the object element can access 'labels' 26 PASS Check if the object element can access 'labels'
27 PASS Check if the img element is not a labelable element 27 PASS Check if the img element is not a labelable element
28 PASS Check if the img element can access 'labels' 28 PASS Check if the img element can access 'labels'
29 Harness: the test ran to completion. 29 Harness: the test ran to completion.
30 30
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698