From 5f8de423f190bbb79a62f804151bc24824fa32d8 Mon Sep 17 00:00:00 2001 From: "Matt A. Tobin" Date: Fri, 2 Feb 2018 04:16:08 -0500 Subject: Add m-esr52 at 52.6.0 --- .../semantics/forms/the-optgroup-element/.gitkeep | 0 .../optgroup-disabled-manual.html | 35 ++++++++++++++++++++++ 2 files changed, 35 insertions(+) create mode 100644 testing/web-platform/tests/html/semantics/forms/the-optgroup-element/.gitkeep create mode 100644 testing/web-platform/tests/html/semantics/forms/the-optgroup-element/optgroup-disabled-manual.html (limited to 'testing/web-platform/tests/html/semantics/forms/the-optgroup-element') diff --git a/testing/web-platform/tests/html/semantics/forms/the-optgroup-element/.gitkeep b/testing/web-platform/tests/html/semantics/forms/the-optgroup-element/.gitkeep new file mode 100644 index 000000000..e69de29bb diff --git a/testing/web-platform/tests/html/semantics/forms/the-optgroup-element/optgroup-disabled-manual.html b/testing/web-platform/tests/html/semantics/forms/the-optgroup-element/optgroup-disabled-manual.html new file mode 100644 index 000000000..ca8c6cda8 --- /dev/null +++ b/testing/web-platform/tests/html/semantics/forms/the-optgroup-element/optgroup-disabled-manual.html @@ -0,0 +1,35 @@ + + +HTMLOptGroupElement Test: disabled + + + +
+ +
+ +

Description

+

+ This test validates that an optgroup element is disabled if its disabled attribute is present. +

+ +

Test steps:

+
    +
  1. + Click the select flag to select section '8.01' +
  2. +
+ +

Result:

+

Click the select flag and try to select section 8.01, test passes if the section 8.01 is disable to be selected

-- cgit v1.2.3