mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-09 00:11:44 +00:00
Bug 839812 - Add clip-path style for fullscreen override, which was probably originally intended ("SVG masking, clipping, or filtering"). r=dholbert
This commit is contained in:
parent
a5286da929
commit
c1d3740db7
@ -36,6 +36,7 @@ const gPropertyTestDecls = {
|
||||
"opacity": "opacity: 0.8",
|
||||
"mask": "mask: url(#mymask)",
|
||||
"clip": "clip: rect(0 0 0 0)",
|
||||
"clipPath": "clip-path: url(#mypath)",
|
||||
"filter": "filter: url(#myfilter)",
|
||||
"transform": "transform: translate(0)",
|
||||
// XXXdholbert The "will-change" line in full-screen-override.css is only
|
||||
|
@ -16,9 +16,11 @@
|
||||
filtering, since that would affect the full-screen element and create a pseudo-
|
||||
stacking context. */
|
||||
mask: initial !important;
|
||||
clip: initial !important;
|
||||
clip-path: initial !important;
|
||||
filter: initial !important;
|
||||
clip: initial !important;
|
||||
transform: initial !important;
|
||||
/* FIXME: do we need to worry about 'overflow'? */
|
||||
will-change: initial !important;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user