Enable dom_svg_enabled on all tests (#36475)

This feature is part of --enable-experimental-web-platform-features, so
it should be enabled on all tests.

This causes some new failures, but mostly it's because the tests were
timing out instead of running the failing subtests.

This is part of #36315

Signed-off-by: Oriol Brufau <obrufau@igalia.com>
This commit is contained in:
Oriol Brufau 2025-04-11 11:46:00 -07:00 committed by GitHub
parent 2d2cfade36
commit fc2eb7bff2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
19 changed files with 1959 additions and 99 deletions

View file

@ -11,30 +11,12 @@
[Basic nonce tests for meh in SVG namespace]
expected: FAIL
[Ensure that removal of content attribute does not affect IDL attribute for meh in SVG namespace]
expected: FAIL
[Test empty nonces for meh in SVG namespace]
expected: FAIL
[Basic nonce tests for svg in SVG namespace]
expected: FAIL
[Ensure that removal of content attribute does not affect IDL attribute for svg in SVG namespace]
expected: FAIL
[Test empty nonces for svg in SVG namespace]
expected: FAIL
[Basic nonce tests for script in SVG namespace]
expected: FAIL
[Ensure that removal of content attribute does not affect IDL attribute for script in SVG namespace]
expected: FAIL
[Test empty nonces for script in SVG namespace]
expected: FAIL
[Basic nonce tests for style in HTML namespace]
expected: FAIL

View file

@ -1,19 +1,10 @@
[svgscript-nonces-hidden-meta.sub.html]
expected: TIMEOUT
[Reading 'nonce' content attribute and IDL attribute.]
expected: FAIL
[Cloned node retains nonce.]
expected: FAIL
[Cloned node retains nonce when inserted.]
expected: FAIL
[Writing 'nonce' content attribute.]
expected: FAIL
[Document-written script executes.]
expected: NOTRUN
[createElement.nonce.]
expected: FAIL
[Writing 'nonce' IDL attribute.]
expected: FAIL

View file

@ -9,9 +9,6 @@
[Cloned node retains nonce when inserted.]
expected: FAIL
[Writing 'nonce' content attribute.]
expected: FAIL
[Document-written script executes.]
expected: NOTRUN
@ -20,3 +17,6 @@
[createElement.setAttribute.]
expected: FAIL
[Writing 'nonce' IDL attribute.]
expected: FAIL