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

Unified Diff: LayoutTests/css3/device-adapt/viewport-width-not-affecting-next-page.html

Issue 16209003: Unprefix the @viewport rule of CSS Device Adaptation spec (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 6 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: LayoutTests/css3/device-adapt/viewport-width-not-affecting-next-page.html
diff --git a/LayoutTests/css3/device-adapt/viewport-width-not-affecting-next-page.html b/LayoutTests/css3/device-adapt/viewport-width-not-affecting-next-page.html
index 828001f34150b13205028a669183332636065660..e97884a164746e877ca1c97a737da7ee27a7e5af 100644
--- a/LayoutTests/css3/device-adapt/viewport-width-not-affecting-next-page.html
+++ b/LayoutTests/css3/device-adapt/viewport-width-not-affecting-next-page.html
@@ -4,7 +4,7 @@
<title>CSS Test: viewport 'width' descriptor does not affect contents width of next loaded page.</title>
<link rel="author" title="Mikhail Pozdnyakov" href="mailto:mikhail.pozdnyakov@intel.com" />
<style type="text/css">
- @-webkit-viewport {
+ @viewport {
width: 300px;
}
</style>
« no previous file with comments | « LayoutTests/css3/device-adapt/viewport-properties-validation.html ('k') | Source/bindings/v8/custom/V8CSSRuleCustom.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698