author | Morris Tseng <mtseng@mozilla.com> |
Mon, 06 Oct 2014 02:46:00 +0200 | |
changeset 232491 | 7ba191b165e420add8d0c79f78e0a5b26d7e90b4 |
parent 232490 | 1cefa7ecccbda6ef03c37e5c902f752eefaf476f |
child 232492 | 8f67c2d3a7489b5ef9ad02acadddc9988a88ca7e |
push id | 4187 |
push user | bhearsum@mozilla.com |
push date | Fri, 28 Nov 2014 15:29:12 +0000 |
treeherder | mozilla-beta@f23cc6a30c11 [default view] [failures only] |
perfherder | [talos] [build metrics] [platform microbench] (compared to previous push) |
reviewers | bz |
bugs | 1062468 |
milestone | 35.0a1 |
first release with | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
last release without | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
--- a/layout/style/full-screen-override.css +++ b/layout/style/full-screen-override.css @@ -15,16 +15,17 @@ /* Ancestors of a full-screen element should not apply SVG masking, clipping, or filtering, since that would affect the full-screen element and create a pseudo- stacking context. */ mask: initial !important; clip-path: initial !important; filter: initial !important; clip: initial !important; transform: initial !important; + transform-style: initial !important; /* FIXME: do we need to worry about 'overflow'? */ } /* XXXdholbert This '@supports' wrapper should be removed once we remove support for the pref 'layout.css.will-change.enabled'. (This CSS rule should then be merged with the main rule up above.) */ @supports (will-change: initial) { *|*:-moz-full-screen-ancestor {