Index: LayoutTests/imported/web-platform-tests/html/semantics/forms/the-fieldset-element/disabled-expected.txt |
diff --git a/LayoutTests/imported/web-platform-tests/html/semantics/forms/the-fieldset-element/disabled-expected.txt b/LayoutTests/imported/web-platform-tests/html/semantics/forms/the-fieldset-element/disabled-expected.txt |
new file mode 100644 |
index 0000000000000000000000000000000000000000..2594c053d9f1c4ad3bd13ed702ab664a4418f1f7 |
--- /dev/null |
+++ b/LayoutTests/imported/web-platform-tests/html/semantics/forms/the-fieldset-element/disabled-expected.txt |
@@ -0,0 +1,7 @@ |
+This is a testharness.js-based test. |
+PASS The disabled attribute, when specified, causes all the form control descendants of the fieldset element, excluding those that are descendants of the fieldset element's first legend element child, if any, to be disabled. |
+PASS The first 'legend' element is not a child of the disabled fieldset: Its descendants should be disabled. |
+FAIL The <legend> element is not a child of the disabled fieldset: Its descendants should be disabled. assert_false: the first legend is not a child of the disbled fieldset: input 'club3' is disabled expected false got true |
+PASS The <legend> element is child of the disabled fieldset: Its descendants should be disabled. |
+Harness: the test ran to completion. |
+ |