mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-02-08 00:34:19 +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.
7 lines
82 B
HTML
7 lines
82 B
HTML
<!DOCTYPE html>
|
|
<style>
|
|
:root {
|
|
background-color: red;
|
|
}
|
|
</style>
|