mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-04-23 13:05:12 +00:00
LibWeb: Fix typo on CSSConditionRule test
This commit is contained in:
parent
d878975f95
commit
3bd9566847
Notes:
sideshowbarker
2024-07-18 03:20:18 +09:00
Author: https://github.com/tcl3 Commit: https://github.com/SerenityOS/serenity/commit/3bd9566847 Pull-request: https://github.com/SerenityOS/serenity/pull/23401
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@
|
|||
|
||||
const supportsRule = document.styleSheets[0].cssRules[1];
|
||||
println(`@supports rule conditionText initial value: ${supportsRule.conditionText}`);
|
||||
mediaRule.conditionText = "(unsupported-property: unsupported-value)";
|
||||
supportsRule.conditionText = "(unsupported-property: unsupported-value)";
|
||||
println(`@supports rule conditionText value after assignment: ${supportsRule.conditionText}`);
|
||||
});
|
||||
</script>
|
||||
|
|
Loading…
Add table
Reference in a new issue