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

Unified Diff: third_party/WebKit/Source/web/tests/data/viewport-inside-media.html

Issue 2414343002: Implement MediaValues for initial viewport. (Closed)
Patch Set: CORE_EXPORT in inheritance chain for Windows Created 4 years, 2 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 | « third_party/WebKit/Source/web/tests/WebFrameTest.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/web/tests/data/viewport-inside-media.html
diff --git a/third_party/WebKit/Source/web/tests/data/viewport-inside-media.html b/third_party/WebKit/Source/web/tests/data/viewport-inside-media.html
new file mode 100644
index 0000000000000000000000000000000000000000..c86ed03b9f340310a711d1638ec5283eb0915ab1
--- /dev/null
+++ b/third_party/WebKit/Source/web/tests/data/viewport-inside-media.html
@@ -0,0 +1,8 @@
+<!DOCTYPE html>
+<style>
+ @media (max-width: 1000px) {
+ @viewport {
+ width: 2000px;
+ }
+ }
+</style>
« no previous file with comments | « third_party/WebKit/Source/web/tests/WebFrameTest.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698