Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create optgroup-name-desc.tentative.html #49645

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Update html-aam/customized-select/optgroup-name-desc.tentative.html

e60fd27
Select commit
Loading
Failed to load commit list.
Open

Create optgroup-name-desc.tentative.html #49645

Update html-aam/customized-select/optgroup-name-desc.tentative.html
e60fd27
Select commit
Loading
Failed to load commit list.
Community-TC Integration / wpt-firefox-nightly-stability succeeded Dec 12, 2024 in 5m 47s

Community-TC (pull_request)

Verify that all tests affected by a pull request are stable when executed in firefox.

Details

View task in Taskcluster | View logs in Taskcluster | View task group in Taskcluster

Task Status

Started: 2024-12-12T22:09:16.370Z
Resolved: 2024-12-12T22:11:52.167Z
Task Execution Time: 2 minutes, 35 seconds, 797 milliseconds
Task Status: completed
Reason Resolved: completed
RunId: 0

Artifacts

- public/logs/live_backing.log
- public/logs/live.log
- public/results/checkrun.md

WPT Command: python3 ./wpt run --channel=nightly --verify --verify-no-chaos-mode --verify-repeat-loop=0 --verify-repeat-restart=10 --github-checks-text-file=/home/test/artifacts/checkrun.md --affected base_head --log-mach-level=info --log-mach=- -y --no-pause --no-restart-on-unexpected --install-fonts --no-headless --verify-log-full --binary=/home/test/build/firefox/firefox firefox


[taskcluster 2024-12-12 22:09:16.443Z] Task ID: Yl9jnRxxSmSEclh7AIBpTw
[taskcluster 2024-12-12 22:09:16.443Z] Worker ID: 137706966846202631
[taskcluster 2024-12-12 22:09:16.443Z] Worker Group: us-east1-d
[taskcluster 2024-12-12 22:09:16.443Z] Worker Node Type: projects/757942385826/machineTypes/n2-standard-4
[taskcluster 2024-12-12 22:09:16.443Z] Worker Pool: proj-wpt/ci
[taskcluster 2024-12-12 22:09:16.443Z] Worker Version: 46.1.0
[taskcluster 2024-12-12 22:09:16.443Z] Public IP: 35.185.52.1
[taskcluster 2024-12-12 22:09:16.443Z] Hostname: proj-wpt-ci-bz0qnrojqjip8bs3dsrsfa

[taskcluster 2024-12-12 22:09:17.301Z] === Task Starting ===
+ '[' '' ']'
+ '[' -d /etc/profile.d ']'
+ for i in /etc/profile.d/*.sh
+ '[' -r /etc/profile.d/01-locale-fix.sh ']'
+ . /etc/profile.d/01-locale-fix.sh
+++ /usr/bin/locale-check C.UTF-8
++ eval
+ for i in /etc/profile.d/*.sh
+ '[' -r /etc/profile.d/libvirt-uri.sh ']'
+ . /etc/profile.d/libvirt-uri.sh

...(10031 lines hidden)...

  FAIL optgroup aria-label vs title - assert_false: Computed Role: "group" does not match any of the acceptable role strings in ["generic", "", "none"]: <optgroup aria-label="foo" title="bar" data-testname="optgroup aria-label vs title" data-expectedlabel="foo" class="ex">
        <option>test
    </option></optgroup> expected false got true
verifyRoleOrVariantRolesBySelector/<@http://web-platform.test:8000/wai-aria/scripts/aria-utils.js:95:16
  FAIL optgroup label attr - assert_false: Computed Role: "group" does not match any of the acceptable role strings in ["generic", "", "none"]: <optgroup label="foo" data-testname="optgroup label attr" data-expectedlabel="foo" class="ex">
        <option>test
    </option></optgroup> expected false got true
verifyRoleOrVariantRolesBySelector/<@http://web-platform.test:8000/wai-aria/scripts/aria-utils.js:95:16
  FAIL optgroup aria-label vs label attr - assert_false: Computed Role: "group" does not match any of the acceptable role strings in ["generic", "", "none"]: <optgroup aria-label="bar" label="foo" data-testname="optgroup aria-label vs label attr" data-expectedlabel="bar" class="ex">
        <option>test
    </option></optgroup> expected false got true
verifyRoleOrVariantRolesBySelector/<@http://web-platform.test:8000/wai-aria/scripts/aria-utils.js:95:16
  FAIL optgroup label attr vs title - assert_false: Computed Role: "group" does not match any of the acceptable role strings in ["generic", "", "none"]: <optgroup label="foo" title="bar" data-testname="optgroup label attr vs title" data-expectedlabel="foo" class="ex">
        <option>test
    </option></optgroup> expected false got true
verifyRoleOrVariantRolesBySelector/<@http://web-platform.test:8000/wai-aria/scripts/aria-utils.js:95:16
  FAIL optgroup legend - assert_false: Computed Role: "group" does not match any of the acceptable role strings in ["generic", "", "none"]: <optgroup data-testname="optgroup legend" data-expectedlabel="foo" class="ex">
        foo
        <option>test
    </option></optgroup> expected false got true
verifyRoleOrVariantRolesBySelector/<@http://web-platform.test:8000/wai-aria/scripts/aria-utils.js:95:16
  FAIL optgroup legend vs label attr - assert_false: Computed Role: "group" does not match any of the acceptable role strings in ["generic", "", "none"]: <optgroup label="bar" data-testname="optgroup legend vs label attr" data-expectedlabel="foo" class="ex">
        foo
        <option>test
    </option></optgroup> expected false got true
verifyRoleOrVariantRolesBySelector/<@http://web-platform.test:8000/wai-aria/scripts/aria-utils.js:95:16
  FAIL optgroup aria-label vs legend - assert_false: Computed Role: "group" does not match any of the acceptable role strings in ["generic", "", "none"]: <optgroup aria-label="bar" data-testname="optgroup aria-label vs legend" data-expectedlabel="bar" class="ex">
        foo
        <option>test
    </option></optgroup> expected false got true
verifyRoleOrVariantRolesBySelector/<@http://web-platform.test:8000/wai-aria/scripts/aria-utils.js:95:16
  FAIL optgroup aria-labelledby vs legend - assert_false: Computed Role: "group" does not match any of the acceptable role strings in ["generic", "", "none"]: <optgroup aria-labelledby="b" data-testname="optgroup aria-labelledby vs legend" data-expectedlabel="bar" class="ex">
        bar <!-- invalid per content model -->
        foo
        <option>test
    </option></optgroup> expected false got true
verifyRoleOrVariantRolesBySelector/<@http://web-platform.test:8000/wai-aria/scripts/aria-utils.js:95:16
  FAIL optgroup legend vs title - assert_false: Computed Role: "group" does not match any of the acceptable role strings in ["generic", "", "none"]: <optgroup title="bar" data-testname="optgroup legend vs title" data-expectedlabel="foo" class="ex">
        foo
        <option>test
    </option></optgroup> expected false got true
verifyRoleOrVariantRolesBySelector/<@http://web-platform.test:8000/wai-aria/scripts/aria-utils.js:95:16
  FAIL optgroup title - assert_false: Computed Role: "group" does not match any of the acceptable role strings in ["generic", "", "none"]: <optgroup title="foo" data-testname="optgroup title" data-expectedlabel="foo" class="ex">
        <option>test
    </option></optgroup> expected false got true
verifyRoleOrVariantRolesBySelector/<@http://web-platform.test:8000/wai-aria/scripts/aria-utils.js:95:16
  FAIL optgroup title vs empty label attr - assert_false: Computed Role: "group" does not match any of the acceptable role strings in ["generic", "", "none"]: <optgroup label="" title="foo" data-testname="optgroup title vs empty label attr" data-expectedlabel="foo" class="ex">
        <option>test
    </option></optgroup> expected false got true
verifyRoleOrVariantRolesBySelector/<@http://web-platform.test:8000/wai-aria/scripts/aria-utils.js:95:16
  FAIL optgroup title vs empty legend - assert_false: Computed Role: "group" does not match any of the acceptable role strings in ["generic", "", "none"]: <optgroup title="foo" data-testname="optgroup title vs empty legend" data-expectedlabel="foo" class="ex">
        
        <option>test
    </option></optgroup> expected false got true
verifyRoleOrVariantRolesBySelector/<@http://web-platform.test:8000/wai-aria/scripts/aria-utils.js:95:16
  FAIL optgroup title vs empty aria-label - assert_false: Computed Role: "group" does not match any of the acceptable role strings in ["generic", "", "none"]: <optgroup aria-label="" title="foo" data-testname="optgroup title vs empty aria-label" data-expectedlabel="foo" class="ex">
        
        <option>test
    </option></optgroup> expected false got true
verifyRoleOrVariantRolesBySelector/<@http://web-platform.test:8000/wai-aria/scripts/aria-utils.js:95:16
  FAIL optgroup title vs aria-labelledby pointing to empty element - assert_false: Computed Role: "group" does not match any of the acceptable role strings in ["generic", "", "none"]: <optgroup aria-labelledby="f" title="foo" data-testname="optgroup title vs aria-labelledby pointing to empty element" data-expectedlabel="foo" class="ex">
         <!-- no text within this, so not invalid per the content model -->
        
        <option>test
    </option></optgroup> expected false got true
verifyRoleOrVariantRolesBySelector/<@http://web-platform.test:8000/wai-aria/scripts/aria-utils.js:95:16
  FAIL optgroup aria-labelledby - assert_false: Computed Role: "group" does not match any of the acceptable role strings in ["generic", "", "none"]: <optgroup aria-labelledby="f" data-testname="optgroup aria-labelledby" data-expectedlabel="foo" class="ex">
       foo <!-- invalid per content model -->
       <option>test
    </option></optgroup> expected false got true
verifyRoleOrVariantRolesBySelector/<@http://web-platform.test:8000/wai-aria/scripts/aria-utils.js:95:16
  FAIL optgroup aria-labelledby vs aria-label - assert_false: Computed Role: "group" does not match any of the acceptable role strings in ["generic", "", "none"]: <optgroup aria-labelledby="f2" aria-label="bar" data-testname="optgroup aria-labelledby vs aria-label" data-expectedlabel="foo" class="ex">
       foo <!-- invalid per content model -->
       <option>test
    </option></optgroup> expected false got true
verifyRoleOrVariantRolesBySelector/<@http://web-platform.test:8000/wai-aria/scripts/aria-utils.js:95:16
  FAIL optgroup aria-labelledby vs title - assert_false: Computed Role: "group" does not match any of the acceptable role strings in ["generic", "", "none"]: <optgroup aria-labelledby="f" title="bar" data-testname="optgroup aria-labelledby vs title" data-expectedlabel="foo" class="ex">
       foo <!-- invalid per content model -->
       <option>test
    </option></optgroup> expected false got true
verifyRoleOrVariantRolesBySelector/<@http://web-platform.test:8000/wai-aria/scripts/aria-utils.js:95:16
  FAIL optgroup aria-label - assert_false: Computed Role: "group" does not match any of the acceptable role strings in ["generic", "", "none"]: <optgroup aria-label="foo" data-testname="optgroup aria-label" data-expectedlabel="foo" class="ex">
        <option>test
    </option></optgroup> expected false got true
verifyRoleOrVariantRolesBySelector/<@http://web-platform.test:8000/wai-aria/scripts/aria-utils.js:95:16
  FAIL optgroup aria-label vs title - assert_false: Computed Role: "group" does not match any of the acceptable role strings in ["generic", "", "none"]: <optgroup aria-label="foo" title="bar" data-testname="optgroup aria-label vs title" data-expectedlabel="foo" class="ex">
        <option>test
    </option></optgroup> expected false got true
verifyRoleOrVariantRolesBySelector/<@http://web-platform.test:8000/wai-aria/scripts/aria-utils.js:95:16
  FAIL optgroup label attr - assert_false: Computed Role: "group" does not match any of the acceptable role strings in ["generic", "", "none"]: <optgroup label="foo" data-testname="optgroup label attr" data-expectedlabel="foo" class="ex">
        <option>test
    </option></optgroup> expected false got true
verifyRoleOrVariantRolesBySelector/<@http://web-platform.test:8000/wai-aria/scripts/aria-utils.js:95:16
  FAIL optgroup aria-label vs label attr - assert_false: Computed Role: "group" does not match any of the acceptable role strings in ["generic", "", "none"]: <optgroup aria-label="bar" label="foo" data-testname="optgroup aria-label vs label attr" data-expectedlabel="bar" class="ex">
        <option>test
    </option></optgroup> expected false got true
verifyRoleOrVariantRolesBySelector/<@http://web-platform.test:8000/wai-aria/scripts/aria-utils.js:95:16
  FAIL optgroup label attr vs title - assert_false: Computed Role: "group" does not match any of the acceptable role strings in ["generic", "", "none"]: <optgroup label="foo" title="bar" data-testname="optgroup label attr vs title" data-expectedlabel="foo" class="ex">
        <option>test
    </option></optgroup> expected false got true
verifyRoleOrVariantRolesBySelector/<@http://web-platform.test:8000/wai-aria/scripts/aria-utils.js:95:16
  FAIL optgroup legend - assert_false: Computed Role: "group" does not match any of the acceptable role strings in ["generic", "", "none"]: <optgroup data-testname="optgroup legend" data-expectedlabel="foo" class="ex">
        foo
        <option>test
    </option></optgroup> expected false got true
verifyRoleOrVariantRolesBySelector/<@http://web-platform.test:8000/wai-aria/scripts/aria-utils.js:95:16
  FAIL optgroup legend vs label attr - assert_false: Computed Role: "group" does not match any of the acceptable role strings in ["generic", "", "none"]: <optgroup label="bar" data-testname="optgroup legend vs label attr" data-expectedlabel="foo" class="ex">
        foo
        <option>test
    </option></optgroup> expected false got true
verifyRoleOrVariantRolesBySelector/<@http://web-platform.test:8000/wai-aria/scripts/aria-utils.js:95:16
  FAIL optgroup aria-label vs legend - assert_false: Computed Role: "group" does not match any of the acceptable role strings in ["generic", "", "none"]: <optgroup aria-label="bar" data-testname="optgroup aria-label vs legend" data-expectedlabel="bar" class="ex">
        foo
        <option>test
    </option></optgroup> expected false got true
verifyRoleOrVariantRolesBySelector/<@http://web-platform.test:8000/wai-aria/scripts/aria-utils.js:95:16
  FAIL optgroup aria-labelledby vs legend - assert_false: Computed Role: "group" does not match any of the acceptable role strings in ["generic", "", "none"]: <optgroup aria-labelledby="b" data-testname="optgroup aria-labelledby vs legend" data-expectedlabel="bar" class="ex">
        bar <!-- invalid per content model -->
        foo
        <option>test
    </option></optgroup> expected false got true
verifyRoleOrVariantRolesBySelector/<@http://web-platform.test:8000/wai-aria/scripts/aria-utils.js:95:16
  FAIL optgroup legend vs title - assert_false: Computed Role: "group" does not match any of the acceptable role strings in ["generic", "", "none"]: <optgroup title="bar" data-testname="optgroup legend vs title" data-expectedlabel="foo" class="ex">
        foo
        <option>test
    </option></optgroup> expected false got true
verifyRoleOrVariantRolesBySelector/<@http://web-platform.test:8000/wai-aria/scripts/aria-utils.js:95:16
  FAIL optgroup title - assert_false: Computed Role: "group" does not match any of the acceptable role strings in ["generic", "", "none"]: <optgroup title="foo" data-testname="optgroup title" data-expectedlabel="foo" class="ex">
        <option>test
    </option></optgroup> expected false got true
verifyRoleOrVariantRolesBySelector/<@http://web-platform.test:8000/wai-aria/scripts/aria-utils.js:95:16
  FAIL optgroup title vs empty label attr - assert_false: Computed Role: "group" does not match any of the acceptable role strings in ["generic", "", "none"]: <optgroup label="" title="foo" data-testname="optgroup title vs empty label attr" data-expectedlabel="foo" class="ex">
        <option>test
    </option></optgroup> expected false got true
verifyRoleOrVariantRolesBySelector/<@http://web-platform.test:8000/wai-aria/scripts/aria-utils.js:95:16
  FAIL optgroup title vs empty legend - assert_false: Computed Role: "group" does not match any of the acceptable role strings in ["generic", "", "none"]: <optgroup title="foo" data-testname="optgroup title vs empty legend" data-expectedlabel="foo" class="ex">
        
        <option>test
    </option></optgroup> expected false got true
verifyRoleOrVariantRolesBySelector/<@http://web-platform.test:8000/wai-aria/scripts/aria-utils.js:95:16
  FAIL optgroup title vs empty aria-label - assert_false: Computed Role: "group" does not match any of the acceptable role strings in ["generic", "", "none"]: <optgroup aria-label="" title="foo" data-testname="optgroup title vs empty aria-label" data-expectedlabel="foo" class="ex">
        
        <option>test
    </option></optgroup> expected false got true
verifyRoleOrVariantRolesBySelector/<@http://web-platform.test:8000/wai-aria/scripts/aria-utils.js:95:16
  FAIL optgroup title vs aria-labelledby pointing to empty element - assert_false: Computed Role: "group" does not match any of the acceptable role strings in ["generic", "", "none"]: <optgroup aria-labelledby="f" title="foo" data-testname="optgroup title vs aria-labelledby pointing to empty element" data-expectedlabel="foo" class="ex">
         <!-- no text within this, so not invalid per the content model -->
        
        <option>test
    </option></optgroup> expected false got true
verifyRoleOrVariantRolesBySelector/<@http://web-platform.test:8000/wai-aria/scripts/aria-utils.js:95:16
 1:01.93 INFO Got 10 unexpected results, with 0 unexpected passes
 1:01.94 wptserve INFO Stopped WebTransport over HTTP/3 server on 127.0.0.1:11000
 1:02.07 wptserve INFO Stopped http server on 127.0.0.1:8000
 1:02.37 wptserve INFO Stopped http server on 127.0.0.1:8443
 1:02.37 wptserve INFO Close on: (<AddressFamily.AF_INET: 2>, <SocketKind.SOCK_STREAM: 1>, 6, '', ('127.0.0.1', 8888))
 1:02.37 wptserve INFO Stopped http server on 127.0.0.1:8446
 1:02.37 wptserve INFO Stopped http server on 127.0.0.1:8445
 1:02.37 wptserve INFO Stopped http server on 127.0.0.1:8002
 1:02.37 wptserve INFO Stopped http server on 127.0.0.1:9000
 1:02.37 wptserve INFO Stopped http server on 127.0.0.1:8003
 1:02.38 wptserve INFO Stopped http server on 127.0.0.1:8001
 1:02.38 wptserve INFO Stopped http server on 127.0.0.1:8444
 1:02.38 wptserve INFO Close on: (<AddressFamily.AF_INET: 2>, <SocketKind.SOCK_STREAM: 1>, 6, '', ('127.0.0.1', 8889))
 1:02.48 INFO Removed font: Ahem.ttf
 1:02.50 INFO Closing logging queue
 1:02.50 INFO queue closed
 1:02.51 INFO ::: Ran 10 of expected 10 iterations.
 1:02.51 INFO ## All results ##

 1:02.51 INFO ### /html-aam/customized-select/optgroup-name-desc.tentative.html ###
 1:02.51 INFO |                            Subtest                            | Results |                                                                                                                                                                                                                    Messages                                                                                                                                                                                                                    |
 1:02.51 INFO |---------------------------------------------------------------|---------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
 1:02.51 INFO |                                                               | OK      |                                                                                                                                                                                                                                                                                                                                                                                                                                                |
 1:02.51 INFO | `optgroup aria-labelledby`                                    | FAIL    | `assert_false: Computed Role: "group" does not match any of the acceptable role strings in ["generic", "", "none"]: <optgroup aria-labelledby="f" data-testname="optgroup aria-labelledby" data-expectedlabel="foo" class="ex">\n       foo <!-- invalid per content model -->\n       <option>test\n    </option></optgroup> expected false got true`                                                                                         |
 1:02.51 INFO | `optgroup aria-labelledby vs aria-label`                      | FAIL    | `assert_false: Computed Role: "group" does not match any of the acceptable role strings in ["generic", "", "none"]: <optgroup aria-labelledby="f2" aria-label="bar" data-testname="optgroup aria-labelledby vs aria-label" data-expectedlabel="foo" class="ex">\n       foo <!-- invalid per content model -->\n       <option>test\n    </option></optgroup> expected false got true`                                                         |
 1:02.51 INFO | `optgroup aria-labelledby vs title`                           | FAIL    | `assert_false: Computed Role: "group" does not match any of the acceptable role strings in ["generic", "", "none"]: <optgroup aria-labelledby="f" title="bar" data-testname="optgroup aria-labelledby vs title" data-expectedlabel="foo" class="ex">\n       foo <!-- invalid per content model -->\n       <option>test\n    </option></optgroup> expected false got true`                                                                    |
 1:02.51 INFO | `optgroup aria-label`                                         | FAIL    | `assert_false: Computed Role: "group" does not match any of the acceptable role strings in ["generic", "", "none"]: <optgroup aria-label="foo" data-testname="optgroup aria-label" data-expectedlabel="foo" class="ex">\n        <option>test\n    </option></optgroup> expected false got true`                                                                                                                                               |
 1:02.51 INFO | `optgroup aria-label vs title`                                | FAIL    | `assert_false: Computed Role: "group" does not match any of the acceptable role strings in ["generic", "", "none"]: <optgroup aria-label="foo" title="bar" data-testname="optgroup aria-label vs title" data-expectedlabel="foo" class="ex">\n        <option>test\n    </option></optgroup> expected false got true`                                                                                                                          |
 1:02.51 INFO | `optgroup label attr`                                         | FAIL    | `assert_false: Computed Role: "group" does not match any of the acceptable role strings in ["generic", "", "none"]: <optgroup label="foo" data-testname="optgroup label attr" data-expectedlabel="foo" class="ex">\n        <option>test\n    </option></optgroup> expected false got true`                                                                                                                                                    |
 1:02.51 INFO | `optgroup aria-label vs label attr`                           | FAIL    | `assert_false: Computed Role: "group" does not match any of the acceptable role strings in ["generic", "", "none"]: <optgroup aria-label="bar" label="foo" data-testname="optgroup aria-label vs label attr" data-expectedlabel="bar" class="ex">\n        <option>test\n    </option></optgroup> expected false got true`                                                                                                                     |
 1:02.51 INFO | `optgroup label attr vs title`                                | FAIL    | `assert_false: Computed Role: "group" does not match any of the acceptable role strings in ["generic", "", "none"]: <optgroup label="foo" title="bar" data-testname="optgroup label attr vs title" data-expectedlabel="foo" class="ex">\n        <option>test\n    </option></optgroup> expected false got true`                                                                                                                               |
 1:02.51 INFO | `optgroup legend`                                             | FAIL    | `assert_false: Computed Role: "group" does not match any of the acceptable role strings in ["generic", "", "none"]: <optgroup data-testname="optgroup legend" data-expectedlabel="foo" class="ex">\n        foo\n        <option>test\n    </option></optgroup> expected false got true`                                                                                                                                                       |
 1:02.51 INFO | `optgroup legend vs label attr`                               | FAIL    | `assert_false: Computed Role: "group" does not match any of the acceptable role strings in ["generic", "", "none"]: <optgroup label="bar" data-testname="optgroup legend vs label attr" data-expectedlabel="foo" class="ex">\n        foo\n        <option>test\n    </option></optgroup> expected false got true`                                                                                                                             |
 1:02.51 INFO | `optgroup aria-label vs legend`                               | FAIL    | `assert_false: Computed Role: "group" does not match any of the acceptable role strings in ["generic", "", "none"]: <optgroup aria-label="bar" data-testname="optgroup aria-label vs legend" data-expectedlabel="bar" class="ex">\n        foo\n        <option>test\n    </option></optgroup> expected false got true`                                                                                                                        |
 1:02.51 INFO | `optgroup aria-labelledby vs legend`                          | FAIL    | `assert_false: Computed Role: "group" does not match any of the acceptable role strings in ["generic", "", "none"]: <optgroup aria-labelledby="b" data-testname="optgroup aria-labelledby vs legend" data-expectedlabel="bar" class="ex">\n        bar <!-- invalid per content model -->\n        foo\n        <option>test\n    </option></optgroup> expected false got true`                                                                |
 1:02.51 INFO | `optgroup legend vs title`                                    | FAIL    | `assert_false: Computed Role: "group" does not match any of the acceptable role strings in ["generic", "", "none"]: <optgroup title="bar" data-testname="optgroup legend vs title" data-expectedlabel="foo" class="ex">\n        foo\n        <option>test\n    </option></optgroup> expected false got true`                                                                                                                                  |
 1:02.51 INFO | `optgroup title`                                              | FAIL    | `assert_false: Computed Role: "group" does not match any of the acceptable role strings in ["generic", "", "none"]: <optgroup title="foo" data-testname="optgroup title" data-expectedlabel="foo" class="ex">\n        <option>test\n    </option></optgroup> expected false got true`                                                                                                                                                         |
 1:02.51 INFO | `optgroup title vs empty label attr`                          | FAIL    | `assert_false: Computed Role: "group" does not match any of the acceptable role strings in ["generic", "", "none"]: <optgroup label="" title="foo" data-testname="optgroup title vs empty label attr" data-expectedlabel="foo" class="ex">\n        <option>test\n    </option></optgroup> expected false got true`                                                                                                                            |
 1:02.51 INFO | `optgroup title vs empty legend`                              | FAIL    | `assert_false: Computed Role: "group" does not match any of the acceptable role strings in ["generic", "", "none"]: <optgroup title="foo" data-testname="optgroup title vs empty legend" data-expectedlabel="foo" class="ex">\n        \n        <option>test\n    </option></optgroup> expected false got true`                                                                                                                               |
 1:02.51 INFO | `optgroup title vs empty aria-label`                          | FAIL    | `assert_false: Computed Role: "group" does not match any of the acceptable role strings in ["generic", "", "none"]: <optgroup aria-label="" title="foo" data-testname="optgroup title vs empty aria-label" data-expectedlabel="foo" class="ex">\n        \n        <option>test\n    </option></optgroup> expected false got true`                                                                                                             |
 1:02.51 INFO | `optgroup title vs aria-labelledby pointing to empty element` | FAIL    | `assert_false: Computed Role: "group" does not match any of the acceptable role strings in ["generic", "", "none"]: <optgroup aria-labelledby="f" title="foo" data-testname="optgroup title vs aria-labelledby pointing to empty element" data-expectedlabel="foo" class="ex">\n         <!-- no text within this, so not invalid per the content model -->\n        \n        <option>test\n    </option></optgroup> expected false got true` |
 1:02.51 INFO 
 1:02.51 INFO ::: Running tests in a loop with restarts 10 times : PASS
 1:02.51 INFO :::
 1:02.51 INFO ::: Test verification PASS
 1:02.51 INFO :::
[taskcluster 2024-12-12 22:11:49.992Z] === Task Finished ===
[taskcluster 2024-12-12 22:11:50.330Z] Successful task run with exit code: 0 completed in 153.888 seconds