mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-30 19:47:17 +02:00
Tests: Re-import disabled WPT crash tests in Text/ directory
We've had proper support for crash tests, so these can go where they belong.
This commit is contained in:
committed by
Andreas Kling
parent
08d2776860
commit
4a4c439ffe
Notes:
github-actions[bot]
2026-01-09 07:12:47 +00:00
Author: https://github.com/AtkinsSJ Commit: https://github.com/LadybirdBrowser/ladybird/commit/4a4c439ffed Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/7384
@@ -0,0 +1,9 @@
|
||||
<!DOCTYPE html>
|
||||
<style>
|
||||
.foo {
|
||||
::before:where(&) {
|
||||
color: red;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
<div class=foo></div>
|
||||
Reference in New Issue
Block a user