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

Unified Diff: content/test/data/gpu/pixel_css3d.html

Issue 308033002: gpu testing: Fix viewport initial-scale for pixel tests. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 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
« no previous file with comments | « no previous file | content/test/gpu/page_sets/pixel_tests.py » ('j') | content/test/gpu/page_sets/pixel_tests.py » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/test/data/gpu/pixel_css3d.html
diff --git a/content/test/data/gpu/pixel_css3d.html b/content/test/data/gpu/pixel_css3d.html
index ebbad4c87df010e8b19fb8beb282fa1a7790ab23..5821db3a6346791de1d1d9212ec48d48ea6db544 100644
--- a/content/test/data/gpu/pixel_css3d.html
+++ b/content/test/data/gpu/pixel_css3d.html
@@ -8,12 +8,9 @@ that the baseline images are regenerated on the next run.
<html>
<head>
+<meta name="viewport" content="initial-scale=1">
Ken Russell (switch to Gerrit) 2014/05/29 22:42:31 Please double-check that this doesn't affect the t
alokp 2014/05/29 22:56:13 Tested it on mac and linux. Works as expected.
<title>CSS 3D Test: Projected Blue Box over Black Background</title>
<style type="text/css">
-.nomargin {
- margin: 0px auto;
-}
-
#container {
-webkit-perspective: 500;
}
« no previous file with comments | « no previous file | content/test/gpu/page_sets/pixel_tests.py » ('j') | content/test/gpu/page_sets/pixel_tests.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698