gecko/layout/reftests/flexbox/flexbox-pref-1-enabled-ref.xhtml

23 lines
450 B
HTML
Raw Normal View History

<?xml version="1.0" encoding="UTF-8"?>
<!--
Any copyright is dedicated to the Public Domain.
http://creativecommons.org/publicdomain/zero/1.0/
-->
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<style>
body { margin: 0 }
</style>
</head>
<body>
<p>
"display: -moz-flex" is:
<div>enabled</div>
</p>
<p>
"display: -moz-inline-flex" is:
<div>enabled</div>
</p>
</body>
</html>