LayoutTests/imported/mozilla:
* svg/opacity-and-gradient-02.svg: Expand pixel range based on EWS run.
LayoutTests/imported/w3c:
* web-platform-tests/css/css-backgrounds/border-image-repeat-space-7.html: Expand pixel range based on EWS data.
* web-platform-tests/css/css-text/shaping/shaping-arabic-diacritics-001.html:
LayoutTests:
Reflecting pixel diffs from EWS run.
* css1/basic/class_as_selector.html:
* css3/background/background-repeat-round-auto1.html:
* css3/background/background-repeat-space-content.html:
* css3/color/box-shadows.html:
* css3/color/gradients.html:
* fast/css/heightless-list-item.html:
* fast/css/object-position/object-position-img-svg.html:
* fast/gradients/alpha-premultiplied.html:
* fast/text/simple-line-layout-line-box-contain-glyphs.html:
* fast/text/simple-line-layout-text-position-with-stroke.html:
* svg/animations/multiple-animateTransform-additive-sum.svg:
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@289402
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2022-02-08 Jon Lee <jonlee@apple.com>
+
+ Unreviewed gardening.
+
+ Reflecting pixel diffs from EWS run.
+ * css1/basic/class_as_selector.html:
+ * css3/background/background-repeat-round-auto1.html:
+ * css3/background/background-repeat-space-content.html:
+ * css3/color/box-shadows.html:
+ * css3/color/gradients.html:
+ * fast/css/heightless-list-item.html:
+ * fast/css/object-position/object-position-img-svg.html:
+ * fast/gradients/alpha-premultiplied.html:
+ * fast/text/simple-line-layout-line-box-contain-glyphs.html:
+ * fast/text/simple-line-layout-text-position-with-stroke.html:
+ * svg/animations/multiple-animateTransform-additive-sum.svg:
+
2022-02-08 Sam Weinig <weinig@apple.com>
Conversion to a color space with a smaller gamut should perform gamut mapping
<TITLE>CSS1 Test Suite: 1.4 Class as selector</TITLE>
<META http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<META http-equiv="Content-Style-Type" content="text/css">
-
+<META name="fuzzy" content="maxDifference=0-1; totalPixels=0-1" />
<LINK rel="stylesheet" type="text/css" media="screen" href="../resources/base.css">
<STYLE type="text/css">
.one {color: green;}
<!DOCTYPE html>
<html lang="en">
<head>
+ <meta name="fuzzy" content="maxDifference=0-1; totalPixels=0-90" />
<style>
div
{
<!DOCTYPE html>
<html lang="en">
<head>
- <meta name="fuzzy" content="maxDifference=0-63;totalPixels=7750-7800" />
+ <meta name="fuzzy" content="maxDifference=0-64;totalPixels=7750-7900" />
<style>
div {
width: 600px;
+<meta name="fuzzy" content="maxDifference=0-1; totalPixels=0-127" />
<style>
body {
background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 10 10"><g fill="#ccc"><rect width="5" height="5"/><rect x="5" y="5" width="5" height="5"/></g></svg>');
+<meta name="fuzzy" content="maxDifference=0-1; totalPixels=0-3169" />
<style>
body {
background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 10 10"><g fill="#ccc"><rect width="5" height="5"/><rect x="5" y="5" width="5" height="5"/></g></svg>');
<link rel="help" title="10.5 Content height: the 'height' property" href="http://www.w3.org/TR/CSS21/visudet.html#the-height-property">
<meta content="" name="flags">
<meta content="If height of content exceeds the set height of a block-level non-replaced element in normal flow (like a list-item element such as in this test), then the content should overflow according to the 'overflow' property." name="assert">
+ <meta name="fuzzy" content="maxDifference=0-1; totalPixels=0-22">
<!-- Adapted margin-top values to allow compensating values for height of 1px in the reference result-->
<style type="text/css">
<html>
<head>
<title>object-fit on SVG images</title>
+ <meta name="fuzzy" content="maxDifference=0-1; totalPixels=0-51" />
<style type="text/css">
img, embed, object, input, canvas, video {
height: 72px;
<!DOCTYPE html>
<html>
<head>
+<meta name="fuzzy" content="maxDifference=0-1; totalPixels=0-1423" />
<style>
div {
width: 100px;
<html>
<head>
<title>This tests that we don't use simple line layout when webkit-line-box-contain: glyphs is set and the glyphs overflow the line vertically.</title>
+<meta name="fuzzy" content="maxDifference=0-6; totalPixels=0-68" />
<style>
div {
-webkit-line-box-contain: glyphs;
<html>
<head>
<title>This tests that we position text with stroke width correctly.</title>
+<meta name="fuzzy" content="maxDifference=0-1; totalPixels=1" />
<style>
div {
-webkit-text-stroke-width: 2px;
+2022-02-08 Jon Lee <jonlee@apple.com>
+
+ Unreviewed gardening.
+
+ * svg/opacity-and-gradient-02.svg: Expand pixel range based on EWS run.
+
2022-01-26 Jon Lee <jonlee@apple.com>
Add fuzzy match meta headers to tests
http://creativecommons.org/publicdomain/zero/1.0/
-->
<svg xmlns="http://www.w3.org/2000/svg" version="1.1">
- <meta name="fuzzy" content="maxDifference=0-2;totalPixels=240000-242300" />
+ <meta name="fuzzy" content="maxDifference=0-2;totalPixels=240000-251000" />
<title>Testcase for opacity on elements referencing a gradient</title>
-
<!-- From https://bugzilla.mozilla.org/show_bug.cgi?id=539165 -->
<defs>
+2022-02-08 Jon Lee <jonlee@apple.com>
+
+ Unreviewed gardening.
+
+ * web-platform-tests/css/css-backgrounds/border-image-repeat-space-7.html: Expand pixel range based on EWS data.
+ * web-platform-tests/css/css-text/shaping/shaping-arabic-diacritics-001.html:
+
2022-02-08 Sam Weinig <weinig@apple.com>
Conversion to a color space with a smaller gamut should perform gamut mapping
<link rel="help" href="https://www.w3.org/TR/css3-background/#the-border-image-repeat">
<link rel="match" href="border-image-repeat-space-7-ref.html">
<meta name="assert" content="The test checks whether border-image-repeat: 'space' with 'fill' uses the correct formula when multiple image fit.">
- <meta name="fuzzy" content="maxDifference=0-52; totalPixels=0-2320">
+ <meta name="fuzzy" content="maxDifference=0-53; totalPixels=0-2320">
<style type="text/css">
.outer {
position: absolute;
<link rel="help" href="https://www.unicode.org/versions/Unicode13.0.0/ch02.pdf">
<link rel="help" href="https://www.unicode.org/reports/tr53/">
<link rel="match" href="reference/shaping-arabic-diacritics-001-ref.html">
-<meta name="fuzzy" content="maxDifference=0-1; totalPixels=0-1">
+<meta name="fuzzy" content="maxDifference=0-1; totalPixels=0-2">
<style type="text/css">
@font-face {
font-family: ArabicTest;
<?xml version="1.0" encoding="UTF-8"?>
<svg viewBox="0 0 300 200" xmlns="http://www.w3.org/2000/svg" onload="loaded()">
<title>Example of Multiple animateTransform elements</title>
+<meta name="fuzzy" content="maxDifference=0-1; totalPixels=0-81" />
<g transform="translate(120,60)">
<rect x="-10" y="-10" width="20" height="20" style="fill: #ff9; stroke: black;">
<animateTransform attributeName="transform" attributeType="XML" type="scale" from="1 1" to="4 2" additive="sum" begin="0s" dur="4s" fill="freeze"/>