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
This commit is contained in:
Aryeh Gregor 2012-02-16 14:30:34 +01:00
parent 4f7befc144
commit ca639d81bb
3 changed files with 12 additions and 0 deletions

View File

@ -0,0 +1,9 @@
<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>

View File

@ -31,6 +31,7 @@ fails-if(/^Windows\x20NT\x206\.1/.test(http.oscpu)) == preserve3d-1a.html preser
== rotate3d-2a.html rotatey-1-ref.html
!= backface-visibility-1a.html about:blank
== backface-visibility-1b.html about:blank
== backface-visibility-1c.html about:blank
!= perspective-origin-1a.html rotatex-perspective-1a.html
== perspective-origin-1b.html perspective-origin-1a.html
== perspective-origin-2a.html perspective-origin-2-ref.html

View File

@ -77,6 +77,8 @@
/* Bug 722777 */
-moz-transform: inherit;
-moz-transform-origin: inherit;
/* Bug 724750 */
-moz-backface-visibility: inherit;
}
*|*::-moz-table-row {