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

Unified Diff: third_party/WebKit/Source/web/tests/data/overscroll/iframe-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/iframe-overscroll.html
diff --git a/third_party/WebKit/Source/web/tests/data/overscroll/iframe-overscroll.html b/third_party/WebKit/Source/web/tests/data/overscroll/iframe-overscroll.html
index 61d98984391e1afd57ab4bdb68a69660aedf1bb9..b7672e28aa1a3ee137ea1d6d626d846f674399e6 100644
--- a/third_party/WebKit/Source/web/tests/data/overscroll/iframe-overscroll.html
+++ b/third_party/WebKit/Source/web/tests/data/overscroll/iframe-overscroll.html
@@ -1,5 +1,7 @@
<!DOCTYPE html>
<head>
+ <meta name="viewport" content="width=device-width, minimum-scale=1">
+
<style>
body {
margin: 0px;

Powered by Google App Engine
This is Rietveld 408576698