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

Side by Side 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, 4 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 EVENT(webkitfullscreenchange)
2 EXPECTED (computedStyle.minWidth == '0px') OK
3 EXPECTED (computedStyle.maxWidth == 'none') OK
4 EXPECTED (computedStyle.minHeight == '0px') OK
5 EXPECTED (computedStyle.maxHeight == 'none') OK
6 EXPECTED (computedStyle.width == '800px') OK
7 EXPECTED (computedStyle.height == '600px') OK
8 END OF TEST
9
OLDNEW
« 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