Commit 51e7705c authored by Stephen McGruer's avatar Stephen McGruer Committed by Chromium LUCI CQ

[blinkpy] Add fuzzy bounds to transform-interpolation-rotate-slerp.html

This is a reland of 3482d6ea (reverted in 672e131e), with the SVG
changes backed out.

Bug: 997202
Change-Id: Id1a63ce0c2fd63b288135de007aab30449508a6b
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2611982
Auto-Submit: Stephen McGruer <smcgruer@chromium.org>
Commit-Queue: Kevin Ellis <kevers@chromium.org>
Reviewed-by: default avatarKevin Ellis <kevers@chromium.org>
Cr-Commit-Position: refs/heads/master@{#841089}
parent 6f6acf6a
......@@ -30,7 +30,8 @@ external/wpt/infrastructure/expected-fail/timeout.html [ Timeout ]
external/wpt/infrastructure/reftest/reftest_ref_timeout.html [ Timeout ]
external/wpt/infrastructure/reftest/reftest_timeout.html [ Timeout ]
# Fuzzy reftests are not supported.
# We don't support extracting fuzzy information from .ini files, which these
# WPT infrastructure tests rely on.
crbug.com/997202 external/wpt/infrastructure/reftest/legacy/reftest_fuzzy_chain_ini.html [ Failure ]
crbug.com/997202 external/wpt/infrastructure/reftest/legacy/fuzzy-ref-2.html [ Failure ]
crbug.com/997202 external/wpt/infrastructure/reftest/reftest_fuzzy_ini_full.html [ Failure ]
......@@ -5792,10 +5793,6 @@ crbug.com/1144537 external/wpt/xhr/responsexml-document-properties.htm [ Pass Fa
# Sheriff 2020-11-03
crbug.com/1145019 [ Win7 ] fast/events/updateLayoutForHitTest.html [ Failure ]
# Lack of support for reftest fuzzy matching
# Reftests have minor pixel differences due to antialiasing.
crbug.com/997202 external/wpt/css/css-transforms/animation/transform-interpolation-rotate-slerp.html [ Failure ]
# Sheriff 2020-11-04
crbug.com/1144273 http/tests/devtools/sources/debugger-ui/continue-to-location-markers-in-top-level-function.js [ Pass Failure Timeout ]
crbug.com/1145742 [ Fuchsia ] virtual/stable/http/tests/navigation/location-assign-adds-history-item.html [ Pass Crash Timeout ]
......
......@@ -2,6 +2,7 @@
<html class="reftest-wait">
<link rel="match" href="transform-interpolation-ref.html?rotateSlerp">
<link rel="help" href="https://drafts.csswg.org/css-transforms/">
<meta name="fuzzy" content="0-160;0-500">
<script src="../../../common/reftest-wait.js"></script>
<script src="support/transform-interpolation-reftests.js"></script>
......
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