Commit 6a44a630 authored by Vikas Soni's avatar Vikas Soni Committed by Commit Bot

Add viewport metadata tag to pixel video tests.

1. Add viewport metadata tag to the pixel video tests since they are run on
mobile devices(android). Without this tag, the webpages are not scaled
as expected according to device pixel ratio and hence was failing to match
color expectations.

2. This CL fixed 3 tests - Pixel_Video_MP4,
Pixel_Video_MP4_FourColors_Aspect_4x3 and Pixel_Video_MP4_FourColors_Rot_180.

Bug: 925744
Change-Id: I5dac913b158146f69c6b539d99fb386c3162eb8e
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1698981Reviewed-by: default avatarZhenyao Mo <zmo@chromium.org>
Reviewed-by: default avatarKenneth Russell <kbr@chromium.org>
Commit-Queue: vikas soni <vikassoni@chromium.org>
Cr-Commit-Position: refs/heads/master@{#676650}
parent 2d2a3ba4
......@@ -8,6 +8,7 @@ that the baseline images are regenerated on the next run.
<html>
<head>
<meta name="viewport" content="initial-scale=1">
<title>MP4 Video test</title>
<style type="text/css">
.nomargin {
......
......@@ -8,6 +8,7 @@ that the baseline images are regenerated on the next run.
<html>
<head>
<meta name="viewport" content="initial-scale=1">
<title>MP4 Video with Aspect 4x3 Test</title>
<style type="text/css">
.nomargin {
......
......@@ -8,6 +8,7 @@ that the baseline images are regenerated on the next run.
<html>
<head>
<meta name="viewport" content="initial-scale=1">
<title>MP4 Video with 180 Degree Rotation Test</title>
<style type="text/css">
.nomargin {
......
......@@ -151,9 +151,6 @@ crbug.com/911413 [ mac amd-0x679e ] Pixel_Video_MP4_FourColors_Rot_270 [ Skip ]
crbug.com/927107 [ android ] Pixel_CSS3DBlueBox [ Failure ]
# Fail on Nexus 5, 5X, 6, 6P, 9 and Shield TV.
crbug.com/925744 [ android ] Pixel_Video_MP4 [ Skip ]
crbug.com/925744 [ android ] Pixel_Video_MP4_FourColors_Aspect_4x3 [ Skip ]
crbug.com/925744 [ android ] Pixel_Video_MP4_FourColors_Rot_180 [ Skip ]
crbug.com/925744 [ android ] Pixel_Video_MP4_FourColors_Rot_270 [ Skip ]
crbug.com/925744 [ android ] Pixel_Video_MP4_FourColors_Rot_90 [ Skip ]
crbug.com/925744 [ android ] Pixel_Video_VP9 [ Skip ]
......
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