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

Unified Diff: third_party/WebKit/Source/web/tests/data/overscroll/overscroll.html

Issue 2934853002: [Refactor] Use correct viewport style in Android tests (Closed)
Patch Set: bokan comments addressed Created 3 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
« no previous file with comments | « third_party/WebKit/Source/web/tests/data/overscroll/iframe-overscroll.html ('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/overscroll/overscroll.html
diff --git a/third_party/WebKit/Source/web/tests/data/overscroll/overscroll.html b/third_party/WebKit/Source/web/tests/data/overscroll/overscroll.html
index 2a39ef87099c7ba3cdd405c24658b18dd204d1f8..d2a60b12127262c352a4475306409d7c45f48583 100644
--- a/third_party/WebKit/Source/web/tests/data/overscroll/overscroll.html
+++ b/third_party/WebKit/Source/web/tests/data/overscroll/overscroll.html
@@ -1,6 +1,8 @@
<!DOCTYPE html>
<html>
<head>
+<meta name="viewport" content="width=device-width, minimum-scale=1">
+
<style type="text/css">
body {
height: 500px;
« no previous file with comments | « third_party/WebKit/Source/web/tests/data/overscroll/iframe-overscroll.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698