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

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

Issue 22454003: Support subtitles for native fullscreen video (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebased Created 7 years, 3 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
Index: Source/core/css/fullscreen.css
diff --git a/Source/core/css/fullscreen.css b/Source/core/css/fullscreen.css
index 62b33eac50a4ac42cc7a68d70c47e33dabe4a112..5ea5f06c2f071bf792657394e4c80fcec9e05b92 100644
--- a/Source/core/css/fullscreen.css
+++ b/Source/core/css/fullscreen.css
@@ -23,7 +23,7 @@
video:-webkit-full-screen, audio:-webkit-full-screen {
background-color: transparent !important;
- position: static !important;
+ position: relative !important;
margin: 0 !important;
height: 100% !important;
width: 100% !important;
« no previous file with comments | « LayoutTests/virtual/android/fullscreen/video-specified-size-expected.png ('k') | Source/core/dom/FullscreenElementStack.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698