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

Unified Diff: third_party/WebKit/Source/web/tests/data/overscroll/div-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
Index: third_party/WebKit/Source/web/tests/data/overscroll/div-overscroll.html
diff --git a/third_party/WebKit/Source/web/tests/data/overscroll/div-overscroll.html b/third_party/WebKit/Source/web/tests/data/overscroll/div-overscroll.html
index dff5a521b9afddda9199ed164661410583ad6f7b..d7ec7ff8842060064e78293eafc0da7652ca2175 100644
--- a/third_party/WebKit/Source/web/tests/data/overscroll/div-overscroll.html
+++ b/third_party/WebKit/Source/web/tests/data/overscroll/div-overscroll.html
@@ -1,6 +1,7 @@
<!DOCTYPE html>
<html>
<head>
+ <meta name="viewport" content="width=device-width, minimum-scale=1">
<style type="text/css">
#scrollable {
width: 300px;

Powered by Google App Engine
This is Rietveld 408576698