diff options
author | Ville Lindholm <ville@lindholm.dev> | 2024-12-08 18:50:28 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-12-08 16:50:28 +0000 |
commit | af8f35f5ef51e9743274f149900f0c9c80ca5288 (patch) | |
tree | 3f7d0e9aef7e67fbaa3abe1dbbc0e60fc09013fb /tests/wpt/meta/html | |
parent | 3363e1a26102eed3083d72aaa7b769de8fd0844e (diff) | |
download | servo-af8f35f5ef51e9743274f149900f0c9c80ca5288.tar.gz servo-af8f35f5ef51e9743274f149900f0c9c80ca5288.zip |
traverse Shadow DOM boundaries when determining element lang (#34529)
Signed-off-by: Ville Lindholm <ville@lindholm.dev>
Diffstat (limited to 'tests/wpt/meta/html')
-rw-r--r-- | tests/wpt/meta/html/dom/elements/global-attributes/lang-attribute-shadow.window.js.ini | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/tests/wpt/meta/html/dom/elements/global-attributes/lang-attribute-shadow.window.js.ini b/tests/wpt/meta/html/dom/elements/global-attributes/lang-attribute-shadow.window.js.ini deleted file mode 100644 index 69d3423ce87..00000000000 --- a/tests/wpt/meta/html/dom/elements/global-attributes/lang-attribute-shadow.window.js.ini +++ /dev/null @@ -1,9 +0,0 @@ -[lang-attribute-shadow.window.html] - [lang on slot inherits from shadow host] - expected: FAIL - - [lang only on host] - expected: FAIL - - [lang on host and slotted element] - expected: FAIL |