mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-05-30 06:52: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
150 B
HTML
7 lines
150 B
HTML
<!DOCTYPE html>
|
|
<link rel="mismatch" href="../expected/mismatch-test-ref.html" />
|
|
<style>
|
|
:root {
|
|
background-color: green;
|
|
}
|
|
</style>
|