Skip to content

Commit

Permalink
Remove staging flags and test suppressions post Skia roll
Browse files Browse the repository at this point in the history
Bug: 324053529
Change-Id: I8a24385428efee02ffe6c7d1d27bd7adf6118c0a
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5333297
Reviewed-by: Robert Phillips <[email protected]>
Commit-Queue: Michael Ludwig <[email protected]>
Cr-Commit-Position: refs/heads/main@{#1269093}
  • Loading branch information
lhkbob authored and chromium-wpt-export-bot committed Mar 6, 2024
1 parent bbb844a commit fae30e9
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<!-- DO NOT EDIT! This test has been generated by /html/canvas/tools/gentest.py. -->
<link rel="match" href="2d.layer.global-states.filter.alpha.blending-expected.html">
<meta name=fuzzy content="maxDifference=0-1; totalPixels=0-2440">
<meta name=fuzzy content="maxDifference=0-1; totalPixels=0-2453">
<title>Canvas test: 2d.layer.global-states.filter.alpha.blending</title>
<h1>2d.layer.global-states.filter.alpha.blending</h1>
<p class="desc">Checks that layers with filters correctly use global render states.</p>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<!-- DO NOT EDIT! This test has been generated by /html/canvas/tools/gentest.py. -->
<link rel="match" href="2d.layer.global-states.filter.alpha.blending-expected.html">
<meta name=fuzzy content="maxDifference=0-1; totalPixels=0-2440">
<meta name=fuzzy content="maxDifference=0-1; totalPixels=0-2453">
<title>Canvas test: 2d.layer.global-states.filter.alpha.blending</title>
<h1>2d.layer.global-states.filter.alpha.blending</h1>
<p class="desc">Checks that layers with filters correctly use global render states.</p>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<!-- DO NOT EDIT! This test has been generated by /html/canvas/tools/gentest.py. -->
<html class="reftest-wait">
<link rel="match" href="2d.layer.global-states.filter.alpha.blending-expected.html">
<meta name=fuzzy content="maxDifference=0-1; totalPixels=0-2440">
<meta name=fuzzy content="maxDifference=0-1; totalPixels=0-2453">
<title>Canvas test: 2d.layer.global-states.filter.alpha.blending</title>
<h1>2d.layer.global-states.filter.alpha.blending</h1>
<p class="desc">Checks that layers with filters correctly use global render states.</p>
Expand Down
2 changes: 1 addition & 1 deletion html/canvas/tools/yaml-new/layers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@
fuzzy: maxDifference=0-2; totalPixels=0-6766
alpha.blending:
<<: *global-state-alpha-blending
fuzzy: maxDifference=0-1; totalPixels=0-2440
fuzzy: maxDifference=0-1; totalPixels=0-2453
alpha.composite:
<<: *global-state-alpha-composite
fuzzy: maxDifference=0-1; totalPixels=0-5204
Expand Down

0 comments on commit fae30e9

Please sign in to comment.