gecko-dev/layout/generic/crashtests/1183431.html
Jonathan Kew 04f89231e4 Bug 1183431 - Tests for hypothetical box computation (to determine static position of abspos element) where orthogonal writing modes are involved. r=dholbert
--HG--
rename : layout/reftests/writing-mode/blue-32x32.png => layout/reftests/writing-mode/abspos/blue-32x32.png
2015-08-06 21:00:45 +01:00

7 lines
124 B
HTML

<!DOCTYPE>
<html>
<body>
<div style="writing-mode: vertical-lr;"><div style="position: fixed;"></div></div>
</body>
</html>