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

Unified Diff: LayoutTests/fullscreen/full-screen-min-max-width-height-video-expected.txt

Issue 432323002: Add min-width/max-width/min-height/max-height to the fullscreen UA style sheet (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 5 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 | « LayoutTests/fullscreen/full-screen-min-max-width-height-video.html ('k') | Source/core/css/fullscreen.css » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fullscreen/full-screen-min-max-width-height-video-expected.txt
diff --git a/LayoutTests/fullscreen/full-screen-min-max-width-height-video-expected.txt b/LayoutTests/fullscreen/full-screen-min-max-width-height-video-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..95e90f26802ba5076f42a631472442336c88a7e6
--- /dev/null
+++ b/LayoutTests/fullscreen/full-screen-min-max-width-height-video-expected.txt
@@ -0,0 +1,9 @@
+EVENT(webkitfullscreenchange)
+EXPECTED (computedStyle.minWidth == '0px') OK
+EXPECTED (computedStyle.maxWidth == 'none') OK
+EXPECTED (computedStyle.minHeight == '0px') OK
+EXPECTED (computedStyle.maxHeight == 'none') OK
+EXPECTED (computedStyle.width == '800px') OK
+EXPECTED (computedStyle.height == '600px') OK
+END OF TEST
+
« no previous file with comments | « LayoutTests/fullscreen/full-screen-min-max-width-height-video.html ('k') | Source/core/css/fullscreen.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698