Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(407)

Unified Diff: Source/core/css/fullscreen.css

Issue 1014853003: Move translate:none to the standard Fullscreen UA style sheet (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/css/fullscreen.css
diff --git a/Source/core/css/fullscreen.css b/Source/core/css/fullscreen.css
index 09823168df1db0f89693ed78cf173f4ed9a342fd..fb79d5894d43d3ae2ed516dc10546adf68dca7bc 100644
--- a/Source/core/css/fullscreen.css
+++ b/Source/core/css/fullscreen.css
@@ -21,6 +21,7 @@
width: 100% !important;
height: 100% !important;
object-fit: contain !important;
+ transform: none !important;
}
iframe:-webkit-full-screen {
@@ -29,13 +30,6 @@ iframe:-webkit-full-screen {
/* Anything below are extensions over what the Fullscreen API mandates. */
-/* The transform rule is needed to prevent transforms that make sense in the
- context of the page from messing up the fullscreen rendering. It will likely
- be added to the spec: https://www.w3.org/Bugs/Public/show_bug.cgi?id=27931 */
-:not(:root):-webkit-full-screen {
- transform: none !important;
-}
-
/* FIXME: Remove these rules when moving Fullscreen to top layer.
(see crbug.com/240576) */
:-webkit-full-screen {
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698