diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-19 01:14:29 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-19 01:14:29 +0000 |
commit | fbaf0bb26397aa498eb9156f06d5a6fe34dd7dd8 (patch) | |
tree | 4c1ccaf5486d4f2009f9a338a98a83e886e29c97 /testing/web-platform/tests/css/css-scoping/keyframes-001.html | |
parent | Releasing progress-linux version 124.0.1-1~progress7.99u1. (diff) | |
download | firefox-fbaf0bb26397aa498eb9156f06d5a6fe34dd7dd8.tar.xz firefox-fbaf0bb26397aa498eb9156f06d5a6fe34dd7dd8.zip |
Merging upstream version 125.0.1.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'testing/web-platform/tests/css/css-scoping/keyframes-001.html')
-rw-r--r-- | testing/web-platform/tests/css/css-scoping/keyframes-001.html | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/testing/web-platform/tests/css/css-scoping/keyframes-001.html b/testing/web-platform/tests/css/css-scoping/keyframes-001.html index b0a95ac686..56f0f32dcf 100644 --- a/testing/web-platform/tests/css/css-scoping/keyframes-001.html +++ b/testing/web-platform/tests/css/css-scoping/keyframes-001.html @@ -4,10 +4,7 @@ <script src="/resources/testharnessreport.js"></script> <link rel="author" title="Emilio Cobos Álvarez" href="mailto:emilio@crisal.io"> <link rel="help" href="https://drafts.csswg.org/css-scoping/#selectors-data-model"> -<!-- - Beware of https://github.com/w3c/csswg-drafts/issues/1995 potentially, but - unlikely, changing the expected result of this test. ---> + <style> #in-document { width: 100px; |