diff options
Diffstat (limited to 'testing/web-platform/tests/conformance-checkers/html/elements/label')
3 files changed, 3 insertions, 0 deletions
diff --git a/testing/web-platform/tests/conformance-checkers/html/elements/label/for-descendant-no-id-novalid.html b/testing/web-platform/tests/conformance-checkers/html/elements/label/for-descendant-no-id-novalid.html new file mode 100644 index 000000000..2f1ed73f2 --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html/elements/label/for-descendant-no-id-novalid.html @@ -0,0 +1 @@ +<!doctype html><meta charset=utf-8><title><input id=a><label for=a><input></title><p>There should be an error. <input id=a><label for=a><input></label> diff --git a/testing/web-platform/tests/conformance-checkers/html/elements/label/for-isvalid.html b/testing/web-platform/tests/conformance-checkers/html/elements/label/for-isvalid.html new file mode 100644 index 000000000..c4a4e60da --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html/elements/label/for-isvalid.html @@ -0,0 +1 @@ +<!doctype html><meta charset=utf-8><title><label for=a><input id=a></title><p>There should be no error. <label for=a><input id=a></label> diff --git a/testing/web-platform/tests/conformance-checkers/html/elements/label/multiple-descendants-novalid.html b/testing/web-platform/tests/conformance-checkers/html/elements/label/multiple-descendants-novalid.html new file mode 100644 index 000000000..014085bb6 --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html/elements/label/multiple-descendants-novalid.html @@ -0,0 +1 @@ +<!doctype html><meta charset=utf-8><title><label><input><input></title><p>There should be an error. <label><input><input></label> |