ladybird/Tests/LibWeb/Ref/input/mismatch-test.html
Tim Ledbetter 2455618995 WebContent+headless-browser: Implement mismatch conditions for ref tests
Ref tests can now have a `<link rel="mismatch">` condition. The test
will pass if the expectation page doesn't match the test page.
2024-12-04 19:50:00 +00:00

7 lines
150 B
HTML

<!DOCTYPE html>
<link rel="mismatch" href="../expected/mismatch-test-ref.html" />
<style>
:root {
background-color: green;
}
</style>