aboutsummaryrefslogtreecommitdiffstats
path: root/tests/wpt/meta/html/dom
diff options
context:
space:
mode:
authorOriol Brufau <obrufau@igalia.com>2025-04-10 09:28:01 -0700
committerGitHub <noreply@github.com>2025-04-10 16:28:01 +0000
commit2d40fb7fe207703ebc225cd41d24d934422ec347 (patch)
tree2e29cedd83f30589bfa9e948c5a1607b7d2ca15b /tests/wpt/meta/html/dom
parente62aecb1037e36d9e222471f552cb07a0d78cc4b (diff)
downloadservo-2d40fb7fe207703ebc225cd41d24d934422ec347.tar.gz
servo-2d40fb7fe207703ebc225cd41d24d934422ec347.zip
Implement `disabled` attribute for `<link rel="stylesheet">` (#36446)
Adds support for both the content and the IDL attribute. Note this doesn't cover dynamic updates to `document.styleSheets` and the owner node of the sheet. Testing: Covered by WPT Fixes: #26739 Signed-off-by: Oriol Brufau <obrufau@igalia.com>
Diffstat (limited to 'tests/wpt/meta/html/dom')
-rw-r--r--tests/wpt/meta/html/dom/idlharness.https.html.ini6
1 files changed, 0 insertions, 6 deletions
diff --git a/tests/wpt/meta/html/dom/idlharness.https.html.ini b/tests/wpt/meta/html/dom/idlharness.https.html.ini
index a7c7cec2568..6b41e3a07f9 100644
--- a/tests/wpt/meta/html/dom/idlharness.https.html.ini
+++ b/tests/wpt/meta/html/dom/idlharness.https.html.ini
@@ -6052,9 +6052,6 @@
[HTMLLinkElement interface: attribute blocking]
expected: FAIL
- [HTMLLinkElement interface: attribute disabled]
- expected: FAIL
-
[HTMLLinkElement interface: attribute fetchPriority]
expected: FAIL
@@ -6073,9 +6070,6 @@
[HTMLLinkElement interface: document.createElement("link") must inherit property "blocking" with the proper type]
expected: FAIL
- [HTMLLinkElement interface: document.createElement("link") must inherit property "disabled" with the proper type]
- expected: FAIL
-
[HTMLLinkElement interface: document.createElement("link") must inherit property "fetchPriority" with the proper type]
expected: FAIL