Commit 8970a3d2 authored by Stephen McGruer's avatar Stephen McGruer Committed by Chromium LUCI CQ

[blinkpy] Re-enable four css-background/ tests that need fuzzy reftest

Bug: 997202
Change-Id: Ic14e10dfd0d4fbdc22c9b22289fb9a428eb3dbca
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2575453
Commit-Queue: Stephen McGruer <smcgruer@chromium.org>
Commit-Queue: Xida Chen <xidachen@chromium.org>
Auto-Submit: Stephen McGruer <smcgruer@chromium.org>
Reviewed-by: default avatarXida Chen <xidachen@chromium.org>
Cr-Commit-Position: refs/heads/master@{#834291}
parent f957e2aa
...@@ -215,12 +215,6 @@ crbug.com/1093466 virtual/portals/http/tests/inspector-protocol/portals/* [ Pass ...@@ -215,12 +215,6 @@ crbug.com/1093466 virtual/portals/http/tests/inspector-protocol/portals/* [ Pass
crbug.com/1093466 virtual/portals/http/tests/portals/* [ Pass ] crbug.com/1093466 virtual/portals/http/tests/portals/* [ Pass ]
crbug.com/1093466 virtual/portals/wpt_internal/portals/* [ Pass ] crbug.com/1093466 virtual/portals/wpt_internal/portals/* [ Pass ]
# Subpixel differences
crbug.com/997202 external/wpt/css/css-backgrounds/background-attachment-local/attachment-local-clipping-color-5.html [ Failure ]
crbug.com/997202 external/wpt/css/css-backgrounds/background-attachment-local/attachment-local-clipping-image-5.html [ Failure ]
crbug.com/997202 external/wpt/css/css-backgrounds/border-radius-clip-001.html [ Failure ]
crbug.com/997202 external/wpt/css/css-backgrounds/border-radius-clip-002.htm [ Failure ]
crbug.com/807395 fast/multicol/mixed-opacity-test.html [ Failure ] crbug.com/807395 fast/multicol/mixed-opacity-test.html [ Failure ]
########## Ref tests can't be rebaselined ########## ########## Ref tests can't be rebaselined ##########
...@@ -3292,6 +3286,8 @@ crbug.com/697971 [ Mac10.12 ] virtual/text-antialias/selection/flexbox-selection ...@@ -3292,6 +3286,8 @@ crbug.com/697971 [ Mac10.12 ] virtual/text-antialias/selection/flexbox-selection
# [composite-bgcolor-animation] # [composite-bgcolor-animation]
crbug.com/1148369 virtual/composite-bgcolor-animation/external/wpt/css/css-backgrounds/border-bottom-left-radius-010.xht [ Failure ] crbug.com/1148369 virtual/composite-bgcolor-animation/external/wpt/css/css-backgrounds/border-bottom-left-radius-010.xht [ Failure ]
crbug.com/1148369 virtual/composite-bgcolor-animation/external/wpt/css/css-backgrounds/border-bottom-right-radius-010.xht [ Failure ] crbug.com/1148369 virtual/composite-bgcolor-animation/external/wpt/css/css-backgrounds/border-bottom-right-radius-010.xht [ Failure ]
crbug.com/1148369 virtual/composite-bgcolor-animation/external/wpt/css/css-backgrounds/border-radius-clip-001.html [ Failure ]
crbug.com/1148369 virtual/composite-bgcolor-animation/external/wpt/css/css-backgrounds/border-radius-clip-002.htm [ Failure ]
crbug.com/1148369 virtual/composite-bgcolor-animation/external/wpt/css/css-backgrounds/border-top-left-radius-010.xht [ Failure ] crbug.com/1148369 virtual/composite-bgcolor-animation/external/wpt/css/css-backgrounds/border-top-left-radius-010.xht [ Failure ]
crbug.com/1148369 virtual/composite-bgcolor-animation/external/wpt/css/css-backgrounds/border-top-right-radius-010.xht [ Failure ] crbug.com/1148369 virtual/composite-bgcolor-animation/external/wpt/css/css-backgrounds/border-top-right-radius-010.xht [ Failure ]
......
...@@ -2,6 +2,7 @@ ...@@ -2,6 +2,7 @@
<title>CSS Test: background-{attachment: local; clip: padding-box; color}; border-radius</title> <title>CSS Test: background-{attachment: local; clip: padding-box; color}; border-radius</title>
<link rel="match" href="attachment-local-clipping-color-4-ref.html" /> <link rel="match" href="attachment-local-clipping-color-4-ref.html" />
<meta name="flags" content="dom" /> <meta name="flags" content="dom" />
<meta name=fuzzy content="0-10;0-160">
<link rel="author" title="Simon Sapin" href="http://exyr.org/about/" /> <link rel="author" title="Simon Sapin" href="http://exyr.org/about/" />
<link rel="help" href="http://www.w3.org/TR/css3-background/#the-background-attachment" /> <link rel="help" href="http://www.w3.org/TR/css3-background/#the-background-attachment" />
<style> <style>
......
...@@ -2,6 +2,7 @@ ...@@ -2,6 +2,7 @@
<title>CSS Test: background-{attachment: local; clip: padding-box; image}; border-radius</title> <title>CSS Test: background-{attachment: local; clip: padding-box; image}; border-radius</title>
<link rel="match" href="attachment-local-clipping-image-4-ref.html" /> <link rel="match" href="attachment-local-clipping-image-4-ref.html" />
<meta name="flags" content="dom" /> <meta name="flags" content="dom" />
<meta name=fuzzy content="0-10;0-160">
<link rel="author" title="Simon Sapin" href="http://exyr.org/about/" /> <link rel="author" title="Simon Sapin" href="http://exyr.org/about/" />
<link rel="help" href="http://www.w3.org/TR/css3-background/#the-background-attachment" /> <link rel="help" href="http://www.w3.org/TR/css3-background/#the-background-attachment" />
<style> <style>
......
...@@ -12,6 +12,8 @@ ...@@ -12,6 +12,8 @@
<meta name="assert" content="Test passes if a box with border-radius that clips its content to a box edge clips to the border-radius curve in the corners."> <meta name="assert" content="Test passes if a box with border-radius that clips its content to a box edge clips to the border-radius curve in the corners.">
<meta name="fuzzy" content="0-1;0-1000">
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" /> <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<style> <style>
body > div { float: left; } body > div { float: left; }
......
...@@ -7,6 +7,7 @@ ...@@ -7,6 +7,7 @@
<link rel="match" href="reference/border-radius-clip-002-ref.htm"> <link rel="match" href="reference/border-radius-clip-002-ref.htm">
<link rel="help" href="https://www.w3.org/TR/css-backgrounds-3/#corner-clipping"> <link rel="help" href="https://www.w3.org/TR/css-backgrounds-3/#corner-clipping">
<meta name="assert" content="Background is clipped to the curve of the content-box when 'background-clip: content-box'"> <meta name="assert" content="Background is clipped to the curve of the content-box when 'background-clip: content-box'">
<meta name=fuzzy content="0-70;0-50">
<style type="text/css"> <style type="text/css">
#test-base #test-base
{ {
......
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