forked from chromium/chromium
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Whenever we linearize or encode sRGB, we use custom fast routines to do this; other transfer functions go through a slower general case path. We "recently" realized that the specialized sRGB routines are only accurate over an input domain of about [-2,2]. This is normally fine, as the common input domain is normalized values in [0,1], but sometimes we deal with colors outside a given gamut. In the limit, a from_sRGB(to_sRGB(x)) roundtrip asymptotes to 8, not x like you'd want! So flipping this flag switches us to keep using the fast sRGB math when we're sure the inputs are normalized, but switch over to the general case if we even suspect we're not. Change-Id: Ie604c6d7d3a5d9655ed1af09d832be5ac951b375 Reviewed-on: https://chromium-review.googlesource.com/c/1459397 Auto-Submit: Mike Klein <mtklein@chromium.org> Commit-Queue: Florin Malita <fmalita@chromium.org> Reviewed-by: Florin Malita <fmalita@chromium.org> Cr-Commit-Position: refs/heads/master@{#630641}
- Loading branch information
Mike Klein
authored and
Commit Bot
committed
Feb 9, 2019
1 parent
32448b3
commit 1b07639
Showing
278 changed files
with
5 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file modified
BIN
-43 Bytes
(100%)
third_party/blink/web_tests/paint/filters/clip-under-filter-expected.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-45 Bytes
(100%)
...d_party/blink/web_tests/paint/invalidation/svg/paintorder-filtered-expected.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+122 Bytes
...ts/platform/android/paint/selection/selection-drag-image-in-iframe-expected.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-146 Bytes
(99%)
...nk/web_tests/platform/linux/css3/filters/filter-repaint-turbulence-expected.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-2 Bytes
(100%)
...ink/web_tests/platform/linux/paint/invalidation/svg/filter-repaint-expected.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-216 Bytes
(98%)
...eb_tests/platform/linux/paint/invalidation/svg/filter-width-update-expected.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-1.36 KB
(98%)
.../blink/web_tests/platform/linux/svg/W3C-SVG-1.1/filters-color-01-b-expected.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-1 Byte
(100%)
...nk/web_tests/platform/linux/svg/W3C-SVG-1.1/filters-composite-02-b-expected.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+2.12 KB
(100%)
...ink/web_tests/platform/linux/svg/W3C-SVG-1.1/filters-comptran-01-b-expected.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-103 Bytes
(100%)
...y/blink/web_tests/platform/linux/svg/W3C-SVG-1.1/filters-conv-01-f-expected.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+105 Bytes
(100%)
...link/web_tests/platform/linux/svg/W3C-SVG-1.1/filters-diffuse-01-f-expected.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-34 Bytes
(100%)
...ink/web_tests/platform/linux/svg/W3C-SVG-1.1/filters-displace-01-f-expected.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-7 Bytes
(100%)
...link/web_tests/platform/linux/svg/W3C-SVG-1.1/filters-example-01-b-expected.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-86 Bytes
(100%)
.../blink/web_tests/platform/linux/svg/W3C-SVG-1.1/filters-gauss-01-b-expected.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-74 Bytes
(100%)
.../blink/web_tests/platform/linux/svg/W3C-SVG-1.1/filters-light-01-f-expected.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+38 Bytes
(100%)
.../blink/web_tests/platform/linux/svg/W3C-SVG-1.1/filters-light-04-f-expected.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-56 Bytes
(100%)
.../blink/web_tests/platform/linux/svg/W3C-SVG-1.1/filters-morph-01-f-expected.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-6 Bytes
(100%)
...blink/web_tests/platform/linux/svg/W3C-SVG-1.1/filters-offset-01-b-expected.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+3 Bytes
(100%)
...y/blink/web_tests/platform/linux/svg/W3C-SVG-1.1/filters-turb-02-f-expected.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-106 Bytes
(100%)
third_party/blink/web_tests/platform/linux/svg/batik/filters/feTile-expected.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-144 Bytes
(99%)
...k/web_tests/platform/linux/svg/custom/feComponentTransfer-Discrete-expected.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+139 Bytes
(100%)
...link/web_tests/platform/linux/svg/custom/feComponentTransfer-Gamma-expected.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-931 Bytes
(96%)
...ink/web_tests/platform/linux/svg/custom/feComponentTransfer-Linear-expected.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-274 Bytes
(99%)
...link/web_tests/platform/linux/svg/custom/feComponentTransfer-Table-expected.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+1 Byte
(100%)
...b_tests/platform/linux/svg/custom/image-with-transform-clip-filter-expected.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+4 Bytes
(100%)
third_party/blink/web_tests/platform/linux/svg/custom/text-filter-expected.png
Oops, something went wrong.
Binary file modified
BIN
-32 Bytes
(99%)
...tform/linux/svg/dynamic-updates/SVGFEMorphologyElement-dom-in-attr-expected.png
Oops, something went wrong.
Binary file modified
BIN
-32 Bytes
(99%)
...rm/linux/svg/dynamic-updates/SVGFEMorphologyElement-svgdom-in-prop-expected.png
Oops, something went wrong.
Binary file modified
BIN
-4 Bytes
(100%)
third_party/blink/web_tests/platform/linux/svg/filters/feComposite-expected.png
Oops, something went wrong.
Binary file modified
BIN
+10 Bytes
(100%)
.../web_tests/platform/mac-mac10.11/svg/W3C-SVG-1.1/filters-turb-02-f-expected.png
Oops, something went wrong.
Binary file modified
BIN
-144 Bytes
(99%)
...link/web_tests/platform/mac/css3/filters/filter-repaint-turbulence-expected.png
Oops, something went wrong.
Binary file modified
BIN
-1 Byte
(100%)
...blink/web_tests/platform/mac/paint/invalidation/svg/filter-repaint-expected.png
Oops, something went wrong.
Binary file modified
BIN
-195 Bytes
(98%)
.../web_tests/platform/mac/paint/invalidation/svg/filter-width-update-expected.png
Oops, something went wrong.
Binary file modified
BIN
-1.31 KB
(95%)
...ty/blink/web_tests/platform/mac/svg/W3C-SVG-1.1/filters-color-01-b-expected.png
Oops, something went wrong.
Binary file modified
BIN
-2 Bytes
(100%)
...link/web_tests/platform/mac/svg/W3C-SVG-1.1/filters-composite-02-b-expected.png
Oops, something went wrong.
Binary file modified
BIN
+2.16 KB
(110%)
...blink/web_tests/platform/mac/svg/W3C-SVG-1.1/filters-comptran-01-b-expected.png
Oops, something went wrong.
Binary file modified
BIN
-53 Bytes
(100%)
...rty/blink/web_tests/platform/mac/svg/W3C-SVG-1.1/filters-conv-01-f-expected.png
Oops, something went wrong.
Binary file modified
BIN
+82 Bytes
(100%)
.../blink/web_tests/platform/mac/svg/W3C-SVG-1.1/filters-diffuse-01-f-expected.png
Oops, something went wrong.
Binary file modified
BIN
-18 Bytes
(100%)
...blink/web_tests/platform/mac/svg/W3C-SVG-1.1/filters-displace-01-f-expected.png
Oops, something went wrong.
Binary file modified
BIN
+19 Bytes
(100%)
.../blink/web_tests/platform/mac/svg/W3C-SVG-1.1/filters-example-01-b-expected.png
Oops, something went wrong.
Binary file modified
BIN
-101 Bytes
(100%)
...ty/blink/web_tests/platform/mac/svg/W3C-SVG-1.1/filters-gauss-01-b-expected.png
Oops, something went wrong.
Binary file modified
BIN
-96 Bytes
(100%)
...ty/blink/web_tests/platform/mac/svg/W3C-SVG-1.1/filters-light-01-f-expected.png
Oops, something went wrong.
Binary file modified
BIN
+56 Bytes
(100%)
...ty/blink/web_tests/platform/mac/svg/W3C-SVG-1.1/filters-light-04-f-expected.png
Oops, something went wrong.
Binary file modified
BIN
-60 Bytes
(100%)
...ty/blink/web_tests/platform/mac/svg/W3C-SVG-1.1/filters-morph-01-f-expected.png
Oops, something went wrong.
Binary file modified
BIN
-4 Bytes
(100%)
...y/blink/web_tests/platform/mac/svg/W3C-SVG-1.1/filters-offset-01-b-expected.png
Oops, something went wrong.
Binary file modified
BIN
+9 Bytes
(100%)
...rty/blink/web_tests/platform/mac/svg/W3C-SVG-1.1/filters-turb-02-f-expected.png
Oops, something went wrong.
Binary file modified
BIN
-118 Bytes
(100%)
third_party/blink/web_tests/platform/mac/svg/batik/filters/feTile-expected.png
Oops, something went wrong.
Binary file modified
BIN
-1 Byte
(100%)
third_party/blink/web_tests/platform/mac/svg/custom/convolution-crash-expected.png
Oops, something went wrong.
Binary file modified
BIN
-175 Bytes
(98%)
...ink/web_tests/platform/mac/svg/custom/feComponentTransfer-Discrete-expected.png
Oops, something went wrong.
Binary file modified
BIN
+119 Bytes
(100%)
.../blink/web_tests/platform/mac/svg/custom/feComponentTransfer-Gamma-expected.png
Oops, something went wrong.
Binary file modified
BIN
-939 Bytes
(93%)
...blink/web_tests/platform/mac/svg/custom/feComponentTransfer-Linear-expected.png
Oops, something went wrong.
Binary file modified
BIN
-301 Bytes
(96%)
.../blink/web_tests/platform/mac/svg/custom/feComponentTransfer-Table-expected.png
Oops, something went wrong.
Binary file modified
BIN
+5 Bytes
(100%)
...web_tests/platform/mac/svg/custom/image-with-transform-clip-filter-expected.png
Oops, something went wrong.
Binary file modified
BIN
+18 Bytes
(100%)
third_party/blink/web_tests/platform/mac/svg/custom/text-filter-expected.png
Oops, something went wrong.
Binary file modified
BIN
+0 Bytes
(100%)
...latform/mac/svg/dynamic-updates/SVGFEMorphologyElement-dom-in-attr-expected.png
Oops, something went wrong.
Binary file modified
BIN
+0 Bytes
(100%)
...form/mac/svg/dynamic-updates/SVGFEMorphologyElement-svgdom-in-prop-expected.png
Oops, something went wrong.
Binary file modified
BIN
+3 Bytes
(100%)
...d_party/blink/web_tests/platform/mac/svg/filters/feBlend-all-modes-expected.png
Oops, something went wrong.
Binary file modified
BIN
-2 Bytes
(100%)
third_party/blink/web_tests/platform/mac/svg/filters/feComposite-expected.png
Oops, something went wrong.
Binary file modified
BIN
-142 Bytes
(99%)
...link/web_tests/platform/win/css3/filters/filter-repaint-turbulence-expected.png
Oops, something went wrong.
Binary file modified
BIN
-1 Byte
(100%)
...blink/web_tests/platform/win/paint/invalidation/svg/filter-repaint-expected.png
Oops, something went wrong.
Binary file modified
BIN
-196 Bytes
(98%)
.../web_tests/platform/win/paint/invalidation/svg/filter-width-update-expected.png
Oops, something went wrong.
Binary file modified
BIN
-1.31 KB
(95%)
...ty/blink/web_tests/platform/win/svg/W3C-SVG-1.1/filters-color-01-b-expected.png
Oops, something went wrong.
Binary file modified
BIN
-2 Bytes
(100%)
...link/web_tests/platform/win/svg/W3C-SVG-1.1/filters-composite-02-b-expected.png
Oops, something went wrong.
Binary file modified
BIN
+2.17 KB
(110%)
...blink/web_tests/platform/win/svg/W3C-SVG-1.1/filters-comptran-01-b-expected.png
Oops, something went wrong.
Binary file modified
BIN
-55 Bytes
(100%)
...rty/blink/web_tests/platform/win/svg/W3C-SVG-1.1/filters-conv-01-f-expected.png
Oops, something went wrong.
Binary file modified
BIN
+85 Bytes
(100%)
.../blink/web_tests/platform/win/svg/W3C-SVG-1.1/filters-diffuse-01-f-expected.png
Oops, something went wrong.
Binary file modified
BIN
-7 Bytes
(100%)
...blink/web_tests/platform/win/svg/W3C-SVG-1.1/filters-displace-01-f-expected.png
Oops, something went wrong.
Binary file modified
BIN
+22 Bytes
(100%)
.../blink/web_tests/platform/win/svg/W3C-SVG-1.1/filters-example-01-b-expected.png
Oops, something went wrong.
Binary file modified
BIN
-94 Bytes
(100%)
...ty/blink/web_tests/platform/win/svg/W3C-SVG-1.1/filters-gauss-01-b-expected.png
Oops, something went wrong.
Binary file modified
BIN
-91 Bytes
(100%)
...ty/blink/web_tests/platform/win/svg/W3C-SVG-1.1/filters-light-01-f-expected.png
Oops, something went wrong.
Binary file modified
BIN
+59 Bytes
(100%)
...ty/blink/web_tests/platform/win/svg/W3C-SVG-1.1/filters-light-04-f-expected.png
Oops, something went wrong.
Binary file modified
BIN
-65 Bytes
(100%)
...ty/blink/web_tests/platform/win/svg/W3C-SVG-1.1/filters-morph-01-f-expected.png
Oops, something went wrong.
Binary file modified
BIN
-4 Bytes
(100%)
...y/blink/web_tests/platform/win/svg/W3C-SVG-1.1/filters-offset-01-b-expected.png
Oops, something went wrong.
Binary file modified
BIN
+13 Bytes
(100%)
...rty/blink/web_tests/platform/win/svg/W3C-SVG-1.1/filters-turb-02-f-expected.png
Oops, something went wrong.
Binary file modified
BIN
-117 Bytes
(100%)
third_party/blink/web_tests/platform/win/svg/batik/filters/feTile-expected.png
Oops, something went wrong.
Binary file modified
BIN
+0 Bytes
(100%)
third_party/blink/web_tests/platform/win/svg/custom/convolution-crash-expected.png
Oops, something went wrong.
Binary file modified
BIN
-174 Bytes
(98%)
...ink/web_tests/platform/win/svg/custom/feComponentTransfer-Discrete-expected.png
Oops, something went wrong.
Binary file modified
BIN
+123 Bytes
(100%)
.../blink/web_tests/platform/win/svg/custom/feComponentTransfer-Gamma-expected.png
Oops, something went wrong.
Binary file modified
BIN
-935 Bytes
(93%)
...blink/web_tests/platform/win/svg/custom/feComponentTransfer-Linear-expected.png
Oops, something went wrong.
Binary file modified
BIN
-297 Bytes
(97%)
.../blink/web_tests/platform/win/svg/custom/feComponentTransfer-Table-expected.png
Oops, something went wrong.
Binary file modified
BIN
+6 Bytes
(100%)
...web_tests/platform/win/svg/custom/image-with-transform-clip-filter-expected.png
Oops, something went wrong.
Binary file modified
BIN
-72 Bytes
(100%)
third_party/blink/web_tests/platform/win/svg/custom/text-filter-expected.png
Oops, something went wrong.
Binary file modified
BIN
+0 Bytes
(100%)
...latform/win/svg/dynamic-updates/SVGFEMorphologyElement-dom-in-attr-expected.png
Oops, something went wrong.
Binary file modified
BIN
+0 Bytes
(100%)
...form/win/svg/dynamic-updates/SVGFEMorphologyElement-svgdom-in-prop-expected.png
Oops, something went wrong.
Binary file modified
BIN
+3 Bytes
(100%)
...d_party/blink/web_tests/platform/win/svg/filters/feBlend-all-modes-expected.png
Oops, something went wrong.
Binary file modified
BIN
-2 Bytes
(100%)
third_party/blink/web_tests/platform/win/svg/filters/feComposite-expected.png
Oops, something went wrong.
Binary file modified
BIN
-1.31 KB
(95%)
...y/blink/web_tests/platform/win7/svg/W3C-SVG-1.1/filters-color-01-b-expected.png
Oops, something went wrong.
Binary file modified
BIN
-2 Bytes
(100%)
...ink/web_tests/platform/win7/svg/W3C-SVG-1.1/filters-composite-02-b-expected.png
Oops, something went wrong.
Binary file modified
BIN
+0 Bytes
(100%)
...atform/win7/svg/dynamic-updates/SVGFEMorphologyElement-dom-in-attr-expected.png
Oops, something went wrong.
Binary file modified
BIN
+0 Bytes
(100%)
...orm/win7/svg/dynamic-updates/SVGFEMorphologyElement-svgdom-in-prop-expected.png
Oops, something went wrong.
Binary file modified
BIN
-78 Bytes
(99%)
third_party/blink/web_tests/svg/css/path-gradient-stroke-shadow-expected.png
Oops, something went wrong.
Binary file modified
BIN
+8 Bytes
(100%)
third_party/blink/web_tests/svg/css/rect-gradient-stroke-shadow-expected.png
Oops, something went wrong.
Binary file modified
BIN
-27 Bytes
(100%)
...d_party/blink/web_tests/svg/custom/filter-css-transform-resolution-expected.png
Oops, something went wrong.
Binary file modified
BIN
-693 Bytes
(98%)
third_party/blink/web_tests/svg/custom/grayscale-gradient-mask-2-expected.png
Oops, something went wrong.
Binary file modified
BIN
-687 Bytes
(96%)
.../web_tests/svg/dynamic-updates/SVGFEColorMatrixElement-dom-in-attr-expected.png
Oops, something went wrong.
Binary file modified
BIN
-687 Bytes
(96%)
...eb_tests/svg/dynamic-updates/SVGFEColorMatrixElement-dom-type-attr-expected.png
Oops, something went wrong.
Binary file modified
BIN
-687 Bytes
(96%)
..._tests/svg/dynamic-updates/SVGFEColorMatrixElement-dom-values-attr-expected.png
Oops, something went wrong.
Binary file modified
BIN
-687 Bytes
(96%)
...b_tests/svg/dynamic-updates/SVGFEColorMatrixElement-svgdom-in-prop-expected.png
Oops, something went wrong.
Binary file modified
BIN
-687 Bytes
(96%)
...tests/svg/dynamic-updates/SVGFEColorMatrixElement-svgdom-type-prop-expected.png
Oops, something went wrong.
Binary file modified
BIN
-687 Bytes
(96%)
...sts/svg/dynamic-updates/SVGFEColorMatrixElement-svgdom-values-prop-expected.png
Oops, something went wrong.
Binary file modified
BIN
-1.21 KB
(99%)
...g/dynamic-updates/SVGFEComponentTransferElement-dom-amplitude-attr-expected.png
Oops, something went wrong.
Binary file modified
BIN
-1.21 KB
(99%)
...vg/dynamic-updates/SVGFEComponentTransferElement-dom-exponent-attr-expected.png
Oops, something went wrong.
Binary file modified
BIN
-10 Bytes
(100%)
...g/dynamic-updates/SVGFEComponentTransferElement-dom-intercept-attr-expected.png
Oops, something went wrong.
Binary file modified
BIN
-10 Bytes
(100%)
.../svg/dynamic-updates/SVGFEComponentTransferElement-dom-offset-attr-expected.png
Oops, something went wrong.
Binary file modified
BIN
-621 Bytes
(99%)
...s/svg/dynamic-updates/SVGFEComponentTransferElement-dom-slope-attr-expected.png
Oops, something went wrong.
Binary file modified
BIN
-128 Bytes
(100%)
...dynamic-updates/SVGFEComponentTransferElement-dom-tableValues-attr-expected.png
Oops, something went wrong.
Binary file modified
BIN
-1.21 KB
(99%)
...ts/svg/dynamic-updates/SVGFEComponentTransferElement-dom-type-attr-expected.png
Oops, something went wrong.
Binary file modified
BIN
-1.21 KB
(99%)
...ynamic-updates/SVGFEComponentTransferElement-svgdom-amplitude-prop-expected.png
Oops, something went wrong.
Binary file modified
BIN
-1.21 KB
(99%)
...dynamic-updates/SVGFEComponentTransferElement-svgdom-exponent-prop-expected.png
Oops, something went wrong.
Binary file modified
BIN
-10 Bytes
(100%)
...ynamic-updates/SVGFEComponentTransferElement-svgdom-intercept-prop-expected.png
Oops, something went wrong.
Binary file modified
BIN
-10 Bytes
(100%)
...g/dynamic-updates/SVGFEComponentTransferElement-svgdom-offset-prop-expected.png
Oops, something went wrong.
Binary file modified
BIN
-621 Bytes
(99%)
...vg/dynamic-updates/SVGFEComponentTransferElement-svgdom-slope-prop-expected.png
Oops, something went wrong.
Binary file modified
BIN
-123 Bytes
(100%)
...amic-updates/SVGFEComponentTransferElement-svgdom-tableValues-prop-expected.png
Oops, something went wrong.
Binary file modified
BIN
-1.21 KB
(99%)
...svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-type-prop-expected.png
Oops, something went wrong.
Binary file modified
BIN
+7 Bytes
(100%)
...nk/web_tests/svg/dynamic-updates/SVGFECompositeElement-dom-in-attr-expected.png
Oops, something went wrong.
Binary file modified
BIN
+22 Bytes
(100%)
...k/web_tests/svg/dynamic-updates/SVGFECompositeElement-dom-in2-attr-expected.png
Oops, something went wrong.
Binary file modified
BIN
+22 Bytes
(100%)
...nk/web_tests/svg/dynamic-updates/SVGFECompositeElement-dom-k1-attr-expected.png
Oops, something went wrong.
Binary file modified
BIN
+22 Bytes
(100%)
...nk/web_tests/svg/dynamic-updates/SVGFECompositeElement-dom-k2-attr-expected.png
Oops, something went wrong.
Binary file modified
BIN
+3 Bytes
(100%)
...nk/web_tests/svg/dynamic-updates/SVGFECompositeElement-dom-k3-attr-expected.png
Oops, something went wrong.
Binary file modified
BIN
+22 Bytes
(100%)
...nk/web_tests/svg/dynamic-updates/SVGFECompositeElement-dom-k4-attr-expected.png
Oops, something went wrong.
Binary file modified
BIN
+22 Bytes
(100%)
..._tests/svg/dynamic-updates/SVGFECompositeElement-dom-operator-attr-expected.png
Oops, something went wrong.
Binary file modified
BIN
+7 Bytes
(100%)
...web_tests/svg/dynamic-updates/SVGFECompositeElement-svgdom-in-prop-expected.png
Oops, something went wrong.
Binary file modified
BIN
+22 Bytes
(100%)
...eb_tests/svg/dynamic-updates/SVGFECompositeElement-svgdom-in2-prop-expected.png
Oops, something went wrong.
Binary file modified
BIN
+22 Bytes
(100%)
...web_tests/svg/dynamic-updates/SVGFECompositeElement-svgdom-k1-prop-expected.png
Oops, something went wrong.
Binary file modified
BIN
+22 Bytes
(100%)
...web_tests/svg/dynamic-updates/SVGFECompositeElement-svgdom-k2-prop-expected.png
Oops, something went wrong.
Binary file modified
BIN
+3 Bytes
(100%)
...web_tests/svg/dynamic-updates/SVGFECompositeElement-svgdom-k3-prop-expected.png
Oops, something went wrong.
Binary file modified
BIN
+22 Bytes
(100%)
...web_tests/svg/dynamic-updates/SVGFECompositeElement-svgdom-k4-prop-expected.png
Oops, something went wrong.
Binary file modified
BIN
+22 Bytes
(100%)
...sts/svg/dynamic-updates/SVGFECompositeElement-svgdom-operator-prop-expected.png
Oops, something went wrong.
Binary file modified
BIN
-59 Bytes
(100%)
...tests/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-bias-attr-expected.png
Oops, something went wrong.
Binary file modified
BIN
-59 Bytes
(100%)
...ts/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-divisor-attr-expected.png
Oops, something went wrong.
Binary file modified
BIN
-63 Bytes
(100%)
...s/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-edgeMode-attr-expected.png
Oops, something went wrong.
Binary file modified
BIN
-59 Bytes
(100%)
...b_tests/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-in-attr-expected.png
Oops, something went wrong.
Binary file modified
BIN
-59 Bytes
(100%)
...g/dynamic-updates/SVGFEConvolveMatrixElement-dom-kernelMatrix-attr-expected.png
Oops, something went wrong.
Binary file modified
BIN
-177 Bytes
(100%)
...namic-updates/SVGFEConvolveMatrixElement-dom-kernelUnitLength-attr-expected.png
Oops, something went wrong.
Binary file modified
BIN
-59 Bytes
(100%)
...ests/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-order-attr-expected.png
Oops, something went wrong.
Binary file modified
BIN
+30 Bytes
(100%)
.../dynamic-updates/SVGFEConvolveMatrixElement-dom-preserveAlpha-attr-expected.png
Oops, something went wrong.
Binary file modified
BIN
-63 Bytes
(100%)
...ts/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-targetX-attr-expected.png
Oops, something went wrong.
Binary file modified
BIN
-72 Bytes
(100%)
...ts/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-targetY-attr-expected.png
Oops, something went wrong.
Binary file modified
BIN
-59 Bytes
(100%)
...ts/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-bias-prop-expected.png
Oops, something went wrong.
Binary file modified
BIN
-59 Bytes
(100%)
...svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-divisor-prop-expected.png
Oops, something went wrong.
Binary file modified
BIN
-59 Bytes
(100%)
...vg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-edgeMode-prop-expected.png
Oops, something went wrong.
Binary file modified
BIN
-59 Bytes
(100%)
...ests/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-in-prop-expected.png
Oops, something went wrong.
Binary file modified
BIN
+64 Bytes
(100%)
...ynamic-updates/SVGFEConvolveMatrixElement-svgdom-kernelMatrix-prop-expected.png
Oops, something went wrong.
Binary file modified
BIN
-177 Bytes
(100%)
...ic-updates/SVGFEConvolveMatrixElement-svgdom-kernelUnitLength-prop-expected.png
Oops, something went wrong.
Binary file modified
BIN
-59 Bytes
(100%)
...s/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-order-prop-expected.png
Oops, something went wrong.
Binary file modified
BIN
+30 Bytes
(100%)
...namic-updates/SVGFEConvolveMatrixElement-svgdom-preserveAlpha-prop-expected.png
Oops, something went wrong.
Binary file modified
BIN
-63 Bytes
(100%)
...svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-targetX-prop-expected.png
Oops, something went wrong.
Binary file modified
BIN
-72 Bytes
(100%)
...svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-targetY-prop-expected.png
Oops, something went wrong.
Binary file modified
BIN
-167 Bytes
(99%)
...namic-updates/SVGFEDiffuseLightingElement-dom-diffuseConstant-attr-expected.png
Oops, something went wrong.
Binary file modified
BIN
-167 Bytes
(99%)
..._tests/svg/dynamic-updates/SVGFEDiffuseLightingElement-dom-in-attr-expected.png
Oops, something went wrong.
Binary file modified
BIN
-144 Bytes
(99%)
...amic-updates/SVGFEDiffuseLightingElement-dom-kernelUnitLength-attr-expected.png
Oops, something went wrong.
Binary file modified
BIN
-167 Bytes
(99%)
...ynamic-updates/SVGFEDiffuseLightingElement-dom-lighting-color-attr-expected.png
Oops, something went wrong.
Binary file modified
BIN
-167 Bytes
(99%)
.../dynamic-updates/SVGFEDiffuseLightingElement-dom-surfaceScale-attr-expected.png
Oops, something went wrong.
Binary file modified
BIN
-167 Bytes
(99%)
...pdates/SVGFEDiffuseLightingElement-inherit-lighting-color-css-prop-expected.png
Oops, something went wrong.
Binary file modified
BIN
-167 Bytes
(99%)
...ynamic-updates/SVGFEDiffuseLightingElement-lighting-color-css-prop-expected.png
Oops, something went wrong.
Binary file modified
BIN
-167 Bytes
(99%)
...ic-updates/SVGFEDiffuseLightingElement-svgdom-diffuseConstant-prop-expected.png
Oops, something went wrong.
Binary file modified
BIN
-167 Bytes
(99%)
...sts/svg/dynamic-updates/SVGFEDiffuseLightingElement-svgdom-in-prop-expected.png
Oops, something went wrong.
Binary file modified
BIN
-167 Bytes
(99%)
...namic-updates/SVGFEDiffuseLightingElement-svgdom-surfaceScale-prop-expected.png
Oops, something went wrong.
Binary file modified
BIN
-27 Bytes
(99%)
..._tests/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-in-attr-expected.png
Oops, something went wrong.
Binary file modified
BIN
-27 Bytes
(99%)
...tests/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-in2-attr-expected.png
Oops, something went wrong.
Binary file modified
BIN
-27 Bytes
(99%)
...sts/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-scale-attr-expected.png
Oops, something went wrong.
Binary file modified
BIN
-27 Bytes
(99%)
...amic-updates/SVGFEDisplacementMapElement-dom-xChannelSelector-attr-expected.png
Oops, something went wrong.
Binary file modified
BIN
-27 Bytes
(99%)
...amic-updates/SVGFEDisplacementMapElement-dom-yChannelSelector-attr-expected.png
Oops, something went wrong.
Binary file modified
BIN
-27 Bytes
(99%)
...sts/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-in-prop-expected.png
Oops, something went wrong.
Binary file modified
BIN
-27 Bytes
(99%)
...ts/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-in2-prop-expected.png
Oops, something went wrong.
Binary file modified
BIN
-27 Bytes
(99%)
.../svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-scale-prop-expected.png
Oops, something went wrong.
Binary file modified
BIN
-27 Bytes
(99%)
...c-updates/SVGFEDisplacementMapElement-svgdom-xChannelSelector-prop-expected.png
Oops, something went wrong.
Binary file modified
BIN
-27 Bytes
(99%)
...c-updates/SVGFEDisplacementMapElement-svgdom-yChannelSelector-prop-expected.png
Oops, something went wrong.
Binary file modified
BIN
+53 Bytes
(100%)
...ests/svg/dynamic-updates/SVGFEDistantLightElement-dom-azimuth-attr-expected.png
Oops, something went wrong.
Binary file modified
BIN
+53 Bytes
(100%)
...ts/svg/dynamic-updates/SVGFEDistantLightElement-dom-elevation-attr-expected.png
Oops, something went wrong.
Binary file modified
BIN
+53 Bytes
(100%)
...s/svg/dynamic-updates/SVGFEDistantLightElement-svgdom-azimuth-prop-expected.png
Oops, something went wrong.
Binary file modified
BIN
+53 Bytes
(100%)
...svg/dynamic-updates/SVGFEDistantLightElement-svgdom-elevation-prop-expected.png
Oops, something went wrong.
Binary file modified
BIN
-55 Bytes
(99%)
...k/web_tests/svg/dynamic-updates/SVGFEDropShadowElement-dom-dx-attr-expected.png
Oops, something went wrong.
Binary file modified
BIN
-55 Bytes
(99%)
...k/web_tests/svg/dynamic-updates/SVGFEDropShadowElement-dom-dy-attr-expected.png
Oops, something went wrong.
Binary file modified
BIN
-55 Bytes
(99%)
...k/web_tests/svg/dynamic-updates/SVGFEDropShadowElement-dom-in-attr-expected.png
Oops, something went wrong.
Binary file modified
BIN
-28 Bytes
(100%)
...s/svg/dynamic-updates/SVGFEDropShadowElement-dom-shadow-color-attr-expected.png
Oops, something went wrong.
Binary file modified
BIN
-58 Bytes
(99%)
...svg/dynamic-updates/SVGFEDropShadowElement-dom-shadow-opacity-attr-expected.png
Oops, something went wrong.
Binary file modified
BIN
-7 Bytes
(100%)
...s/svg/dynamic-updates/SVGFEDropShadowElement-dom-stdDeviation-attr-expected.png
Oops, something went wrong.
Binary file modified
BIN
-55 Bytes
(99%)
...eb_tests/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-dx-prop-expected.png
Oops, something went wrong.
Binary file modified
BIN
-55 Bytes
(99%)
...eb_tests/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-dy-prop-expected.png
Oops, something went wrong.
Binary file modified
BIN
-55 Bytes
(99%)
...eb_tests/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-in-prop-expected.png
Oops, something went wrong.
Binary file modified
BIN
-28 Bytes
(100%)
...vg/dynamic-updates/SVGFEDropShadowElement-svgdom-shadow-color-prop-expected.png
Oops, something went wrong.
Binary file modified
BIN
-58 Bytes
(99%)
.../dynamic-updates/SVGFEDropShadowElement-svgdom-shadow-opacity-prop-expected.png
Oops, something went wrong.
Binary file modified
BIN
-7 Bytes
(100%)
...vg/dynamic-updates/SVGFEDropShadowElement-svgdom-stdDeviation-prop-expected.png
Oops, something went wrong.
Binary file modified
BIN
-14 Bytes
(100%)
...web_tests/svg/dynamic-updates/SVGFEGaussianBlurElement-dom-in-attr-expected.png
Oops, something went wrong.
Binary file modified
BIN
-14 Bytes
(100%)
...svg/dynamic-updates/SVGFEGaussianBlurElement-dom-stdDeviation-attr-expected.png
Oops, something went wrong.
Binary file modified
BIN
-14 Bytes
(100%)
...svg/dynamic-updates/SVGFEGaussianBlurElement-dom-stdDeviation-call-expected.png
Oops, something went wrong.
Binary file modified
BIN
-14 Bytes
(100%)
..._tests/svg/dynamic-updates/SVGFEGaussianBlurElement-svgdom-in-prop-expected.png
Oops, something went wrong.
Binary file modified
BIN
-30 Bytes
(100%)
...nk/web_tests/svg/dynamic-updates/SVGFEMergeNodeElement-dom-in-attr-expected.png
Oops, something went wrong.
Binary file modified
BIN
-30 Bytes
(100%)
...web_tests/svg/dynamic-updates/SVGFEMergeNodeElement-svgdom-in-prop-expected.png
Oops, something went wrong.
Binary file modified
BIN
-64 Bytes
(99%)
...blink/web_tests/svg/dynamic-updates/SVGFEOffsetElement-dom-dx-attr-expected.png
Oops, something went wrong.
Binary file modified
BIN
-64 Bytes
(99%)
...blink/web_tests/svg/dynamic-updates/SVGFEOffsetElement-dom-dy-attr-expected.png
Oops, something went wrong.
Binary file modified
BIN
-64 Bytes
(99%)
...blink/web_tests/svg/dynamic-updates/SVGFEOffsetElement-dom-in-attr-expected.png
Oops, something went wrong.
Binary file modified
BIN
-64 Bytes
(99%)
...nk/web_tests/svg/dynamic-updates/SVGFEOffsetElement-svgdom-dx-prop-expected.png
Oops, something went wrong.
Binary file modified
BIN
-64 Bytes
(99%)
...nk/web_tests/svg/dynamic-updates/SVGFEOffsetElement-svgdom-dy-prop-expected.png
Oops, something went wrong.
Binary file modified
BIN
-64 Bytes
(99%)
...nk/web_tests/svg/dynamic-updates/SVGFEOffsetElement-svgdom-in-prop-expected.png
Oops, something went wrong.
Binary file modified
BIN
-167 Bytes
(99%)
...nk/web_tests/svg/dynamic-updates/SVGFEPointLightElement-dom-x-attr-expected.png
Oops, something went wrong.
Binary file modified
BIN
-167 Bytes
(99%)
...nk/web_tests/svg/dynamic-updates/SVGFEPointLightElement-dom-y-attr-expected.png
Oops, something went wrong.
Binary file modified
BIN
-167 Bytes
(99%)
...nk/web_tests/svg/dynamic-updates/SVGFEPointLightElement-dom-z-attr-expected.png
Oops, something went wrong.
Binary file modified
BIN
-167 Bytes
(99%)
...web_tests/svg/dynamic-updates/SVGFEPointLightElement-svgdom-x-prop-expected.png
Oops, something went wrong.
Binary file modified
BIN
-167 Bytes
(99%)
...web_tests/svg/dynamic-updates/SVGFEPointLightElement-svgdom-y-prop-expected.png
Oops, something went wrong.
Binary file modified
BIN
-167 Bytes
(99%)
...web_tests/svg/dynamic-updates/SVGFEPointLightElement-svgdom-z-prop-expected.png
Oops, something went wrong.
Binary file modified
BIN
+14 Bytes
(100%)
...tests/svg/dynamic-updates/SVGFESpecularLightingElement-dom-in-attr-expected.png
Oops, something went wrong.
Binary file modified
BIN
+5 Bytes
(100%)
...mic-updates/SVGFESpecularLightingElement-dom-kernelUnitLength-attr-expected.png
Oops, something went wrong.
Binary file modified
BIN
+14 Bytes
(100%)
...mic-updates/SVGFESpecularLightingElement-dom-specularConstant-attr-expected.png
Oops, something went wrong.
Binary file modified
BIN
+14 Bytes
(100%)
...mic-updates/SVGFESpecularLightingElement-dom-specularExponent-attr-expected.png
Oops, something went wrong.
Binary file modified
BIN
+14 Bytes
(100%)
.../dynamic-updates/SVGFESpecularLightingElement-dom-suraceScale-attr-expected.png
Oops, something went wrong.
Binary file modified
BIN
+39 Bytes
(100%)
...dates/SVGFESpecularLightingElement-inherit-lighting-color-css-prop-expected.png
Oops, something went wrong.
Binary file modified
BIN
+39 Bytes
(100%)
...namic-updates/SVGFESpecularLightingElement-lighting-color-css-prop-expected.png
Oops, something went wrong.
Binary file modified
BIN
+14 Bytes
(100%)
...ts/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-in-prop-expected.png
Oops, something went wrong.
Binary file modified
BIN
+14 Bytes
(100%)
...-updates/SVGFESpecularLightingElement-svgdom-specularConstant-prop-expected.png
Oops, something went wrong.
Binary file modified
BIN
+14 Bytes
(100%)
...-updates/SVGFESpecularLightingElement-svgdom-specularExponent-prop-expected.png
Oops, something went wrong.
Binary file modified
BIN
+14 Bytes
(100%)
...namic-updates/SVGFESpecularLightingElement-svgdom-suraceScale-prop-expected.png
Oops, something went wrong.
Binary file modified
BIN
+81 Bytes
(100%)
...g/dynamic-updates/SVGFESpotLightElement-dom-limitingConeAngle-attr-expected.png
Oops, something went wrong.
Binary file modified
BIN
+81 Bytes
(100%)
...tests/svg/dynamic-updates/SVGFESpotLightElement-dom-pointsAtX-attr-expected.png
Oops, something went wrong.
Binary file modified
BIN
+81 Bytes
(100%)
...tests/svg/dynamic-updates/SVGFESpotLightElement-dom-pointsAtY-attr-expected.png
Oops, something went wrong.
Binary file modified
BIN
+81 Bytes
(100%)
...tests/svg/dynamic-updates/SVGFESpotLightElement-dom-pointsAtZ-attr-expected.png
Oops, something went wrong.
Binary file modified
BIN
+81 Bytes
(100%)
...vg/dynamic-updates/SVGFESpotLightElement-dom-specularExponent-attr-expected.png
Oops, something went wrong.
Binary file modified
BIN
+81 Bytes
(100%)
...ink/web_tests/svg/dynamic-updates/SVGFESpotLightElement-dom-x-attr-expected.png
Oops, something went wrong.
Binary file modified
BIN
+81 Bytes
(100%)
...ink/web_tests/svg/dynamic-updates/SVGFESpotLightElement-dom-y-attr-expected.png
Oops, something went wrong.
Binary file modified
BIN
+81 Bytes
(100%)
...ink/web_tests/svg/dynamic-updates/SVGFESpotLightElement-dom-z-attr-expected.png
Oops, something went wrong.
Binary file modified
BIN
+81 Bytes
(100%)
...ynamic-updates/SVGFESpotLightElement-svgdom-limitingConeAngle-prop-expected.png
Oops, something went wrong.
Binary file modified
BIN
+81 Bytes
(100%)
...ts/svg/dynamic-updates/SVGFESpotLightElement-svgdom-pointsAtX-prop-expected.png
Oops, something went wrong.
Binary file modified
BIN
+81 Bytes
(100%)
...ts/svg/dynamic-updates/SVGFESpotLightElement-svgdom-pointsAtY-prop-expected.png
Oops, something went wrong.
Binary file modified
BIN
+81 Bytes
(100%)
...ts/svg/dynamic-updates/SVGFESpotLightElement-svgdom-pointsAtZ-prop-expected.png
Oops, something went wrong.
Binary file modified
BIN
+81 Bytes
(100%)
...dynamic-updates/SVGFESpotLightElement-svgdom-specularExponent-prop-expected.png
Oops, something went wrong.
Binary file modified
BIN
+81 Bytes
(100%)
.../web_tests/svg/dynamic-updates/SVGFESpotLightElement-svgdom-x-prop-expected.png
Oops, something went wrong.
Binary file modified
BIN
+81 Bytes
(100%)
.../web_tests/svg/dynamic-updates/SVGFESpotLightElement-svgdom-y-prop-expected.png
Oops, something went wrong.
Binary file modified
BIN
+81 Bytes
(100%)
.../web_tests/svg/dynamic-updates/SVGFESpotLightElement-svgdom-z-prop-expected.png
Oops, something went wrong.
Binary file modified
BIN
-37 Bytes
(100%)
.../svg/dynamic-updates/SVGFETurbulenceElement-dom-baseFrequency-attr-expected.png
Oops, something went wrong.
Binary file modified
BIN
-37 Bytes
(100%)
...sts/svg/dynamic-updates/SVGFETurbulenceElement-dom-numOctaves-attr-expected.png
Oops, something went wrong.
Binary file modified
BIN
-37 Bytes
(100%)
...web_tests/svg/dynamic-updates/SVGFETurbulenceElement-dom-seed-attr-expected.png
Oops, something went wrong.
Binary file modified
BIN
-35 Bytes
(100%)
...ts/svg/dynamic-updates/SVGFETurbulenceElement-dom-stitchTiles-attr-expected.png
Oops, something went wrong.
Binary file modified
BIN
-37 Bytes
(100%)
...web_tests/svg/dynamic-updates/SVGFETurbulenceElement-dom-type-attr-expected.png
Oops, something went wrong.
Binary file modified
BIN
-37 Bytes
(100%)
...g/dynamic-updates/SVGFETurbulenceElement-svgdom-baseFrequency-prop-expected.png
Oops, something went wrong.
Binary file modified
BIN
-37 Bytes
(100%)
.../svg/dynamic-updates/SVGFETurbulenceElement-svgdom-numOctaves-prop-expected.png
Oops, something went wrong.
Binary file modified
BIN
-41 Bytes
(100%)
..._tests/svg/dynamic-updates/SVGFETurbulenceElement-svgdom-seed-prop-expected.png
Oops, something went wrong.
Binary file modified
BIN
-37 Bytes
(100%)
...svg/dynamic-updates/SVGFETurbulenceElement-svgdom-stitchTiles-prop-expected.png
Oops, something went wrong.
Binary file modified
BIN
-37 Bytes
(100%)
..._tests/svg/dynamic-updates/SVGFETurbulenceElement-svgdom-type-prop-expected.png
Oops, something went wrong.
Binary file modified
BIN
-122 Bytes
(99%)
...eb_tests/svg/dynamic-updates/SVGFilterElement-dom-filterUnits-attr-expected.png
Oops, something went wrong.
Binary file modified
BIN
-122 Bytes
(99%)
...ink/web_tests/svg/dynamic-updates/SVGFilterElement-dom-height-attr-expected.png
Oops, something went wrong.
Binary file modified
BIN
-1 Byte
(100%)
...tests/svg/dynamic-updates/SVGFilterElement-dom-primitiveUnits-attr-expected.png
Oops, something went wrong.
Binary file modified
BIN
-122 Bytes
(99%)
...link/web_tests/svg/dynamic-updates/SVGFilterElement-dom-width-attr-expected.png
Oops, something went wrong.
Binary file modified
BIN
-122 Bytes
(99%)
...ty/blink/web_tests/svg/dynamic-updates/SVGFilterElement-dom-x-attr-expected.png
Oops, something went wrong.
Binary file modified
BIN
-122 Bytes
(99%)
...ty/blink/web_tests/svg/dynamic-updates/SVGFilterElement-dom-y-attr-expected.png
Oops, something went wrong.
Binary file modified
BIN
-122 Bytes
(99%)
...tests/svg/dynamic-updates/SVGFilterElement-svgdom-filterUnits-prop-expected.png
Oops, something went wrong.
Binary file modified
BIN
-122 Bytes
(99%)
.../web_tests/svg/dynamic-updates/SVGFilterElement-svgdom-height-prop-expected.png
Oops, something went wrong.
Binary file modified
BIN
-1 Byte
(100%)
...ts/svg/dynamic-updates/SVGFilterElement-svgdom-primitiveUnits-prop-expected.png
Oops, something went wrong.
Binary file modified
BIN
-122 Bytes
(99%)
...k/web_tests/svg/dynamic-updates/SVGFilterElement-svgdom-width-prop-expected.png
Oops, something went wrong.
Binary file modified
BIN
-122 Bytes
(99%)
...blink/web_tests/svg/dynamic-updates/SVGFilterElement-svgdom-x-prop-expected.png
Oops, something went wrong.
Binary file modified
BIN
-122 Bytes
(99%)
...blink/web_tests/svg/dynamic-updates/SVGFilterElement-svgdom-y-prop-expected.png
Oops, something went wrong.
Binary file modified
BIN
-122 Bytes
(99%)
...namic-updates/SVGFilterPrimitiveStandardAttributes-dom-height-attr-expected.png
Oops, something went wrong.
Binary file modified
BIN
-122 Bytes
(99%)
...namic-updates/SVGFilterPrimitiveStandardAttributes-dom-result-attr-expected.png
Oops, something went wrong.
Binary file modified
BIN
-122 Bytes
(99%)
...ynamic-updates/SVGFilterPrimitiveStandardAttributes-dom-width-attr-expected.png
Oops, something went wrong.
Binary file modified
BIN
-122 Bytes
(99%)
...vg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-dom-x-attr-expected.png
Oops, something went wrong.
Binary file modified
BIN
-122 Bytes
(99%)
...vg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-dom-y-attr-expected.png
Oops, something went wrong.
Binary file modified
BIN
-122 Bytes
(99%)
...ic-updates/SVGFilterPrimitiveStandardAttributes-svgdom-height-prop-expected.png
Oops, something went wrong.
Binary file modified
BIN
-122 Bytes
(99%)
...ic-updates/SVGFilterPrimitiveStandardAttributes-svgdom-result-prop-expected.png
Oops, something went wrong.
Binary file modified
BIN
-122 Bytes
(99%)
...mic-updates/SVGFilterPrimitiveStandardAttributes-svgdom-width-prop-expected.png
Oops, something went wrong.
Binary file modified
BIN
-122 Bytes
(99%)
...dynamic-updates/SVGFilterPrimitiveStandardAttributes-svgdom-x-prop-expected.png
Oops, something went wrong.
Binary file modified
BIN
-122 Bytes
(99%)
...dynamic-updates/SVGFilterPrimitiveStandardAttributes-svgdom-y-prop-expected.png
Oops, something went wrong.
Binary file modified
BIN
-1.58 KB
(93%)
third_party/blink/web_tests/svg/filters/big-sized-filter-expected.png
Oops, something went wrong.
Binary file modified
BIN
+0 Bytes
(100%)
third_party/blink/web_tests/svg/filters/color-interpolation-filters-expected.png
Oops, something went wrong.
Binary file modified
BIN
+0 Bytes
(100%)
third_party/blink/web_tests/svg/filters/feColorMatrix-offset-expected.png
Oops, something went wrong.
Binary file modified
BIN
+8 Bytes
(100%)
third_party/blink/web_tests/svg/filters/feColorMatrix-saturate-expected.png
Oops, something went wrong.
Binary file modified
BIN
+69 Bytes
(100%)
third_party/blink/web_tests/svg/filters/feDisplacementMap-expected.png
Oops, something went wrong.
Binary file modified
BIN
-223 Bytes
(100%)
third_party/blink/web_tests/svg/filters/feDropShadow-expected.png
Oops, something went wrong.
Binary file modified
BIN
-80 Bytes
(100%)
third_party/blink/web_tests/svg/filters/feGaussianBlur-expected.png
Oops, something went wrong.
Binary file modified
BIN
+2 Bytes
(100%)
third_party/blink/web_tests/svg/filters/feGaussianBlur-zero-deviation-expected.png
Oops, something went wrong.
Binary file modified
BIN
-66 Bytes
(99%)
third_party/blink/web_tests/svg/filters/feTile-expected.png
Oops, something went wrong.
Binary file modified
BIN
+28 Bytes
(100%)
third_party/blink/web_tests/svg/filters/feTurbulence-scale-expected.png
Oops, something went wrong.
Binary file modified
BIN
-2 Bytes
(100%)
third_party/blink/web_tests/svg/filters/feTurbulence-tiled-expected.png
Oops, something went wrong.
Binary file modified
BIN
-24 Bytes
(100%)
third_party/blink/web_tests/svg/filters/filter-clip-expected.png
Oops, something went wrong.
Binary file modified
BIN
+0 Bytes
(100%)
third_party/blink/web_tests/svg/filters/filter-source-position-expected.png
Oops, something went wrong.
Binary file modified
BIN
+4 Bytes
(100%)
third_party/blink/web_tests/svg/filters/filteredImage-expected.png
Oops, something went wrong.
Binary file modified
BIN
+13 Bytes
(100%)
third_party/blink/web_tests/svg/filters/innershadow-expected.png
Oops, something went wrong.