mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-05 16:41:52 +00:00
Ref tests can now have a `<link rel="mismatch">` condition. The test will pass if the expectation page doesn't match the test page.
6 lines
82 B
HTML
6 lines
82 B
HTML
<!DOCTYPE html>
|
|
<style>
|
|
:root {
|
|
background-color: red;
|
|
}
|
|
</style>
|