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

Unified Diff: LayoutTests/fast/media/mq-size-include-scrollbars-expected.html

Issue 14659008: Include scrollbar size in @media width/height (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: layoutSize(VisibleContentRectIncludesScrollbars) Created 7 years, 7 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/fast/media/mq-size-include-scrollbars.html ('k') | Source/core/css/MediaQueryEvaluator.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/media/mq-size-include-scrollbars-expected.html
diff --git a/LayoutTests/fast/media/mq-size-include-scrollbars-expected.html b/LayoutTests/fast/media/mq-size-include-scrollbars-expected.html
new file mode 100644
index 0000000000000000000000000000000000000000..2dbf402c05e85161dcfd19231c1de8529060716d
--- /dev/null
+++ b/LayoutTests/fast/media/mq-size-include-scrollbars-expected.html
@@ -0,0 +1,13 @@
+<!DOCTYPE html>
+<html>
+<style>
+ body {
+ background: green;
+ color: blue;
+ width: 1000px;
+ height: 1000px;
+ }
+</style>
+<body>
+Should be blue on green if body's full size (including scrollbars) &gt;= 795x595px.
+</body>
« no previous file with comments | « LayoutTests/fast/media/mq-size-include-scrollbars.html ('k') | Source/core/css/MediaQueryEvaluator.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698