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

Side by Side Diff: LayoutTests/imported/web-platform-tests/html/semantics/forms/the-fieldset-element/disabled-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 The disabled attribute, when specified, causes all the form control descend ants of the fieldset element, excluding those that are descendants of the fields et element's first legend element child, if any, to be disabled.
3 PASS The first 'legend' element is not a child of the disabled fieldset: Its des cendants should be disabled.
4 FAIL The <legend> element is not a child of the disabled fieldset: Its descendan ts should be disabled. assert_false: the first legend is not a child of the disb led fieldset: input 'club3' is disabled expected false got true
5 PASS The <legend> element is child of the disabled fieldset: Its descendants sho uld be disabled.
6 Harness: the test ran to completion.
7
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698