haikuwebkit/LayoutTests/fast/css/variables/revert-inheritance-expected...

13 lines
354 B
HTML

<!DOCTYPE html>
<!--
Any copyright is dedicated to the Public Domain.
http://creativecommons.org/publicdomain/zero/1.0/
--><html><head><title>CSS Reftest Reference</title>
<link href="mailto:cam@mcc.id.au" rel="author" title="Cameron McCormack">
<style>
p {
color: green;
}
</style>
</head><body><p>This text must be green.</p>
</body></html>