gecko/layout/reftests/transform-3d/backface-visibility-1c.html
Aryeh Gregor 5830e4bae8 Bug 724750 - 3D transform backface-visibility has no effect when applied to an element with display:table. r=roc
--HG--
rename : layout/reftests/transform-3d/backface-visibility-1b.html => layout/reftests/transform-3d/backface-visibility-1c.html
extra : rebase_source : 8e878d9729f49b3adc0107b6760f618b8025f390
2012-02-16 14:30:34 +01:00

10 lines
195 B
HTML

<html>
<head>
</head>
<body>
<div style="-moz-transform: rotatex(180deg); -moz-backface-visibility: hidden; width: 100px; height: 100px; display: table">
Test Text
</div>
</body>
</html>