haikuwebkit/LayoutTests/fast/text/text-zoom-reset-expected.html

9 lines
299 B
HTML

<!doctype html>
<html style="font-size:18px">
<body>
<p style="-webkit-text-zoom:reset">This text should not zoom</p>
<p style="-webkit-text-zoom:reset; font-size:24px">This text should not zoom</p>
<p style="-webkit-text-zoom:reset; font-size:inherit">This text should not zoom</p>
</body>
</html>