Commit d500272c authored by alokp@chromium.org's avatar alokp@chromium.org

Remove viewport tag from test page for pixel tests.

The viewport tag makes the test fail for unknown reasons on just one
bot: win7-nvidia-release.

BUG=368495

Review URL: https://codereview.chromium.org/313513002

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@274488 0039d316-1c4b-4281-b951-d872f2087c98
parent 0d0ba184
...@@ -8,7 +8,6 @@ that the baseline images are regenerated on the next run. ...@@ -8,7 +8,6 @@ that the baseline images are regenerated on the next run.
<html> <html>
<head> <head>
<meta name="viewport" content="initial-scale=1">
<title>CSS 3D Test: Projected Blue Box over Black Background</title> <title>CSS 3D Test: Projected Blue Box over Black Background</title>
<style type="text/css"> <style type="text/css">
#container { #container {
......
...@@ -42,7 +42,7 @@ class PixelTestsPageSet(page_set_module.PageSet): ...@@ -42,7 +42,7 @@ class PixelTestsPageSet(page_set_module.PageSet):
url='file://../../data/gpu/pixel_css3d.html', url='file://../../data/gpu/pixel_css3d.html',
name='Pixel.CSS3DBlueBox', name='Pixel.CSS3DBlueBox',
test_rect=[0, 0, 300, 300], test_rect=[0, 0, 300, 300],
revision=7, revision=8,
page_set=self)) page_set=self))
self.AddPage(PixelTestsPage( self.AddPage(PixelTestsPage(
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment