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

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: added test expectation 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/gpu_tests/pixel_expectations.py » ('j') | no next file with comments »
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">
<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/gpu_tests/pixel_expectations.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698