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

Side by Side Diff: LayoutTests/imported/web-platform-tests/html/semantics/forms/the-label-element/label-attributes-expected.txt

Issue 1144143009: W3C Test: Import web-platform-tests/html/semantics (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 6 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 | Annotate | Revision Log
OLDNEW
(Empty)
1 This is a testharness.js-based test.
2 PASS A label element with a 'for' attribute should only be associated with a lab elable element.
3 FAIL A label element not in a document can not label any element in the document . assert_not_equals: A label element not in a document should not label an eleme nt in a document. got disallowed value Element node <input id="test1"></input>
4 PASS The labeled control for a label element that has no 'for' attribute is the first labelable element which is a descendant of that label element.
5 PASS The 'for' attribute points to an inexistent id.
6 PASS A non-control follows by a control with same ID.
7 PASS The 'for' attribute is an empty string.
8 PASS A form control has multiple labels.
9 PASS A form control has no label 1.
10 PASS A form control has no label 2.
11 PASS A label's form attribute should return its form owner.
12 PASS Check that the labels property of a form control with no label returns a ze ro-length NodeList.
13 Harness: the test ran to completion.
14
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698