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

Unified Diff: LayoutTests/fast/viewport/viewport-91.html

Issue 14813025: Refactor viewport initialization logic out of WebViewImpl. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fix webkit_unit_tests 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
Index: LayoutTests/fast/viewport/viewport-91.html
diff --git a/LayoutTests/fast/viewport/viewport-91.html b/LayoutTests/fast/viewport/viewport-91.html
deleted file mode 100644
index f085b962096fb21aac0609d2690c44a8ed86bf1f..0000000000000000000000000000000000000000
--- a/LayoutTests/fast/viewport/viewport-91.html
+++ /dev/null
@@ -1,13 +0,0 @@
-<head>
- <title>Check that device dimensions are adapted due to the heigher DPI.</title>
- <meta name="viewport" content="width=device-width">
- <script>
- function test() {
- if (window.testRunner) {
- testRunner.dumpAsText();
- alert(internals.configurationForViewport(document, 1.5, 480, 564, 480, 534));
- }
- }
- </script>
-</head>
-<body onload="test();">

Powered by Google App Engine
This is Rietveld 408576698