haikuwebkit/LayoutTests/fast/text/dilation-save-restore.html

12 lines
310 B
HTML

<!DOCTYPE html>
<html>
<head>
</head>
<body>
This test makes sure that we save and restore state properly when issuing dilation rendering parameters.
<div>Hello, World!</div>
<div style="margin-top: -100px; color: white;">Hello, World!</div>
<div style="margin-top: 100px;">Hello, World!</div>
</body>
</html>