mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-27 10:55: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.
7 lines
82 B
HTML
7 lines
82 B
HTML
<!DOCTYPE html>
|
|
<style>
|
|
:root {
|
|
background-color: red;
|
|
}
|
|
</style>
|