mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-24 19:37:15 +00:00
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:
parent
4f7befc144
commit
ca639d81bb
9
layout/reftests/transform-3d/backface-visibility-1c.html
Normal file
9
layout/reftests/transform-3d/backface-visibility-1c.html
Normal 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>
|
@ -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
|
||||
|
@ -77,6 +77,8 @@
|
||||
/* Bug 722777 */
|
||||
-moz-transform: inherit;
|
||||
-moz-transform-origin: inherit;
|
||||
/* Bug 724750 */
|
||||
-moz-backface-visibility: inherit;
|
||||
}
|
||||
|
||||
*|*::-moz-table-row {
|
||||
|
Loading…
x
Reference in New Issue
Block a user