mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
79ae565fb2
--HG-- rename : layout/reftests/transform-3d/backface-visibility-1b.html => layout/reftests/transform-3d/backface-visibility-1c.html extra : rebase_source : 8e878d9729f49b3adc0107b6760f618b8025f390
10 lines
195 B
HTML
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>
|