Commit 5b7ecdb7 authored by Stephen Chenney's avatar Stephen Chenney Committed by Commit Bot

Triage new wpt compositing blend-mode tests

Two tests had bad ref images, the rest fail mostly due to aliasing differences
with a couple that really seem to fail.

TBR: fs@opera.com
Bug: 1044742
Change-Id: I17a7ad5c2e7b2657b1df4b970134bafb8444b6ee
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2024180
Commit-Queue: Stephen Chenney <schenney@chromium.org>
Reviewed-by: default avatarFredrik Söderquist <fs@opera.com>
Cr-Commit-Position: refs/heads/master@{#735934}
parent b6196ccd
......@@ -30,7 +30,7 @@
</style>
</head>
<body>
<p>Test passes if you see a blue square inside a bigger aqua container. <br>
<p>Test passes if you see a blue square inside an aqua container. <br>
The aqua container should have scrollbars on the left and bottom.</p>
<div class="parent">
<div class="blended"></div>
......
......@@ -8,7 +8,7 @@
<link rel="help" href="https://drafts.fxtf.org/compositing-1/#csscompositingrules_SVG">
<link rel="help" href="https://drafts.fxtf.org/compositing-1/#mix-blend-mode">
<meta name="flags" content="svg">
<link rel="match" href="reference/mix-blend-mode-svg-rectangle-ref.html">
<link rel="match" href="reference/mix-blend-mode-in-svg-image-ref.html">
</head>
<body>
<p>There should be a green rectangle on the screen. <br>
......
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>CSS Reftest Reference</title>
<link rel="author" title="Mirela Budăeș" href="mailto:mbudaes@adobe.com">
<style>
div {
width: 100px;
height:100px;
background-color: #0F0;
}
</style>
</head>
<body>
<p>There should be a green rectangle on the screen. <br>
Test passes if you see a green rectangle.</p>
<div></div>
</body>
</html>
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