Files
UXP-Fixed/layout/generic/crashtests/1272983-2.html
T
2018-02-02 04:16:08 -05:00

16 lines
202 B
HTML

<!DOCTYPE html>
<html>
<head>
<style>
div.foo {
padding-bottom: 50%;
display: -moz-box;
direction: rtl;
}
</style>
</head>
<body>
<div class="foo"></div>
</body>
</html>