Title: [258490] trunk/LayoutTests
Revision
258490
Author
zimmerm...@webkit.org
Date
2020-03-16 04:08:03 -0700 (Mon, 16 Mar 2020)

Log Message

[Gtk] Add missing pixel test results in svg/ subdirectory
https://bugs.webkit.org/show_bug.cgi?id=209136

Reviewed by Žan Doberšek.

Add pixel tests results based on current WebKit ToT.
No Gtk bot is running pixel tests, but it is still helpful to have an
updated pixel test baseline for local development. Many SVG tests
still depend on the pixel test output as only way to catch
regressions. This should be changed in future, but for now we should
at least have an accurate baseline.

* platform/gtk/svg/animations/animate-marker-orienttype-1-expected.png: Added.
* platform/gtk/svg/animations/animate-marker-orienttype-2-expected.png: Added.
* platform/gtk/svg/animations/animate-marker-orienttype-3-expected.png: Added.
* platform/gtk/svg/animations/animate-viewport-overflow-2-expected.png: Added.
* platform/gtk/svg/animations/animate-viewport-overflow-expected.png: Added.
* platform/gtk/svg/animations/avoid-calculating-for-non-animating-elements-expected.png: Added.
* platform/gtk/svg/css/shape-rendering-parsing-expected.png: Added.
* platform/gtk/svg/custom/non-scaling-stroke-markers-expected.png: Added.
* platform/gtk/svg/custom/relative-sized-use-without-attributes-on-symbol-expected.png: Added.
* platform/gtk/svg/custom/use-on-symbol-inside-pattern-expected.png: Added.
* platform/gtk/svg/dynamic-updates/SVGClipPath-prefixed-influences-hitTesting-expected.png: Added.
* platform/gtk/svg/dynamic-updates/SVGClipPath-prefixed-path-influences-hitTesting-expected.png: Added.
* platform/gtk/svg/dynamic-updates/SVGClipPathElement-prefixed-css-transform-influences-hitTesting-expected.png: Added.
* platform/gtk/svg/dynamic-updates/SVGClipPathElement-prefixed-transform-influences-hitTesting-expected.png: Added.
* platform/gtk/svg/dynamic-updates/SVGFEGaussianBlurElement-dom-edgeMode-attr-expected.png: Added.
* platform/gtk/svg/dynamic-updates/SVGFEGaussianBlurElement-svgdom-edgeMode-prop-expected.png: Added.
* platform/gtk/svg/dynamic-updates/SVGFilterElement-dom-filterRes-attr-expected.png: Added.
* platform/gtk/svg/filters/feBlend-all-blendmodes-expected.png: Added.
* platform/gtk/svg/filters/filter-image-ref-root-expected.png: Added.
* platform/gtk/svg/hixie/text/001-expected.png: Added.
* platform/gtk/svg/in-html/overflow-repaint-expected.png: Added.
* platform/gtk/svg/overflow/overflow-scroll-on-outermost-svg-element-expected.png: Added.
* platform/gtk/svg/text/scaled-font-expected.png: Added.
* platform/gtk/svg/text/text-hkern-expected.png: Added.
* platform/gtk/svg/text/text-overflow-ellipsis-svgfont-kerning-ligatures-expected.png: Added.
* platform/gtk/svg/text/text-vkern-on-horizontal-text-expected.png: Added.

Modified Paths

Added Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (258489 => 258490)


--- trunk/LayoutTests/ChangeLog	2020-03-16 09:29:37 UTC (rev 258489)
+++ trunk/LayoutTests/ChangeLog	2020-03-16 11:08:03 UTC (rev 258490)
@@ -1,3 +1,44 @@
+2020-03-16  Nikolas Zimmermann  <nzimmerm...@igalia.com>
+
+        [Gtk] Add missing pixel test results in svg/ subdirectory
+        https://bugs.webkit.org/show_bug.cgi?id=209136
+
+        Reviewed by Žan Doberšek.
+
+        Add pixel tests results based on current WebKit ToT.
+        No Gtk bot is running pixel tests, but it is still helpful to have an
+        updated pixel test baseline for local development. Many SVG tests
+        still depend on the pixel test output as only way to catch
+        regressions. This should be changed in future, but for now we should
+        at least have an accurate baseline.
+
+        * platform/gtk/svg/animations/animate-marker-orienttype-1-expected.png: Added.
+        * platform/gtk/svg/animations/animate-marker-orienttype-2-expected.png: Added.
+        * platform/gtk/svg/animations/animate-marker-orienttype-3-expected.png: Added.
+        * platform/gtk/svg/animations/animate-viewport-overflow-2-expected.png: Added.
+        * platform/gtk/svg/animations/animate-viewport-overflow-expected.png: Added.
+        * platform/gtk/svg/animations/avoid-calculating-for-non-animating-elements-expected.png: Added.
+        * platform/gtk/svg/css/shape-rendering-parsing-expected.png: Added.
+        * platform/gtk/svg/custom/non-scaling-stroke-markers-expected.png: Added.
+        * platform/gtk/svg/custom/relative-sized-use-without-attributes-on-symbol-expected.png: Added.
+        * platform/gtk/svg/custom/use-on-symbol-inside-pattern-expected.png: Added.
+        * platform/gtk/svg/dynamic-updates/SVGClipPath-prefixed-influences-hitTesting-expected.png: Added.
+        * platform/gtk/svg/dynamic-updates/SVGClipPath-prefixed-path-influences-hitTesting-expected.png: Added.
+        * platform/gtk/svg/dynamic-updates/SVGClipPathElement-prefixed-css-transform-influences-hitTesting-expected.png: Added.
+        * platform/gtk/svg/dynamic-updates/SVGClipPathElement-prefixed-transform-influences-hitTesting-expected.png: Added.
+        * platform/gtk/svg/dynamic-updates/SVGFEGaussianBlurElement-dom-edgeMode-attr-expected.png: Added.
+        * platform/gtk/svg/dynamic-updates/SVGFEGaussianBlurElement-svgdom-edgeMode-prop-expected.png: Added.
+        * platform/gtk/svg/dynamic-updates/SVGFilterElement-dom-filterRes-attr-expected.png: Added.
+        * platform/gtk/svg/filters/feBlend-all-blendmodes-expected.png: Added.
+        * platform/gtk/svg/filters/filter-image-ref-root-expected.png: Added.
+        * platform/gtk/svg/hixie/text/001-expected.png: Added.
+        * platform/gtk/svg/in-html/overflow-repaint-expected.png: Added.
+        * platform/gtk/svg/overflow/overflow-scroll-on-outermost-svg-element-expected.png: Added.
+        * platform/gtk/svg/text/scaled-font-expected.png: Added.
+        * platform/gtk/svg/text/text-hkern-expected.png: Added.
+        * platform/gtk/svg/text/text-overflow-ellipsis-svgfont-kerning-ligatures-expected.png: Added.
+        * platform/gtk/svg/text/text-vkern-on-horizontal-text-expected.png: Added.
+
 2020-03-16  Diego Pino Garcia  <dp...@igalia.com>
 
         [GTK] Gardening, update TestExpectations

Added: trunk/LayoutTests/platform/gtk/svg/animations/animate-marker-orienttype-1-expected.png


(Binary files differ)
Index: trunk/LayoutTests/platform/gtk/svg/animations/animate-marker-orienttype-1-expected.png =================================================================== --- trunk/LayoutTests/platform/gtk/svg/animations/animate-marker-orienttype-1-expected.png 2020-03-16 09:29:37 UTC (rev 258489) +++ trunk/LayoutTests/platform/gtk/svg/animations/animate-marker-orienttype-1-expected.png 2020-03-16 11:08:03 UTC (rev 258490) Property changes on: trunk/LayoutTests/platform/gtk/svg/animations/animate-marker-orienttype-1-expected.png ___________________________________________________________________

Added: svn:mime-type

+image/png \ No newline at end of property

Added: trunk/LayoutTests/platform/gtk/svg/animations/animate-marker-orienttype-2-expected.png


(Binary files differ)
Index: trunk/LayoutTests/platform/gtk/svg/animations/animate-marker-orienttype-2-expected.png =================================================================== --- trunk/LayoutTests/platform/gtk/svg/animations/animate-marker-orienttype-2-expected.png 2020-03-16 09:29:37 UTC (rev 258489) +++ trunk/LayoutTests/platform/gtk/svg/animations/animate-marker-orienttype-2-expected.png 2020-03-16 11:08:03 UTC (rev 258490) Property changes on: trunk/LayoutTests/platform/gtk/svg/animations/animate-marker-orienttype-2-expected.png ___________________________________________________________________

Added: svn:mime-type

+image/png \ No newline at end of property

Added: trunk/LayoutTests/platform/gtk/svg/animations/animate-marker-orienttype-3-expected.png


(Binary files differ)
Index: trunk/LayoutTests/platform/gtk/svg/animations/animate-marker-orienttype-3-expected.png =================================================================== --- trunk/LayoutTests/platform/gtk/svg/animations/animate-marker-orienttype-3-expected.png 2020-03-16 09:29:37 UTC (rev 258489) +++ trunk/LayoutTests/platform/gtk/svg/animations/animate-marker-orienttype-3-expected.png 2020-03-16 11:08:03 UTC (rev 258490) Property changes on: trunk/LayoutTests/platform/gtk/svg/animations/animate-marker-orienttype-3-expected.png ___________________________________________________________________

Added: svn:mime-type

+image/png \ No newline at end of property

Added: trunk/LayoutTests/platform/gtk/svg/animations/animate-viewport-overflow-2-expected.png


(Binary files differ)
Index: trunk/LayoutTests/platform/gtk/svg/animations/animate-viewport-overflow-2-expected.png =================================================================== --- trunk/LayoutTests/platform/gtk/svg/animations/animate-viewport-overflow-2-expected.png 2020-03-16 09:29:37 UTC (rev 258489) +++ trunk/LayoutTests/platform/gtk/svg/animations/animate-viewport-overflow-2-expected.png 2020-03-16 11:08:03 UTC (rev 258490) Property changes on: trunk/LayoutTests/platform/gtk/svg/animations/animate-viewport-overflow-2-expected.png ___________________________________________________________________

Added: svn:mime-type

+image/png \ No newline at end of property

Added: trunk/LayoutTests/platform/gtk/svg/animations/animate-viewport-overflow-expected.png


(Binary files differ)
Index: trunk/LayoutTests/platform/gtk/svg/animations/animate-viewport-overflow-expected.png =================================================================== --- trunk/LayoutTests/platform/gtk/svg/animations/animate-viewport-overflow-expected.png 2020-03-16 09:29:37 UTC (rev 258489) +++ trunk/LayoutTests/platform/gtk/svg/animations/animate-viewport-overflow-expected.png 2020-03-16 11:08:03 UTC (rev 258490) Property changes on: trunk/LayoutTests/platform/gtk/svg/animations/animate-viewport-overflow-expected.png ___________________________________________________________________

Added: svn:mime-type

+image/png \ No newline at end of property

Added: trunk/LayoutTests/platform/gtk/svg/animations/avoid-calculating-for-non-animating-elements-expected.png


(Binary files differ)
Index: trunk/LayoutTests/platform/gtk/svg/animations/avoid-calculating-for-non-animating-elements-expected.png =================================================================== --- trunk/LayoutTests/platform/gtk/svg/animations/avoid-calculating-for-non-animating-elements-expected.png 2020-03-16 09:29:37 UTC (rev 258489) +++ trunk/LayoutTests/platform/gtk/svg/animations/avoid-calculating-for-non-animating-elements-expected.png 2020-03-16 11:08:03 UTC (rev 258490) Property changes on: trunk/LayoutTests/platform/gtk/svg/animations/avoid-calculating-for-non-animating-elements-expected.png ___________________________________________________________________

Added: svn:mime-type

+image/png \ No newline at end of property

Added: trunk/LayoutTests/platform/gtk/svg/css/shape-rendering-parsing-expected.png


(Binary files differ)
Index: trunk/LayoutTests/platform/gtk/svg/css/shape-rendering-parsing-expected.png =================================================================== --- trunk/LayoutTests/platform/gtk/svg/css/shape-rendering-parsing-expected.png 2020-03-16 09:29:37 UTC (rev 258489) +++ trunk/LayoutTests/platform/gtk/svg/css/shape-rendering-parsing-expected.png 2020-03-16 11:08:03 UTC (rev 258490) Property changes on: trunk/LayoutTests/platform/gtk/svg/css/shape-rendering-parsing-expected.png ___________________________________________________________________

Added: svn:mime-type

+image/png \ No newline at end of property

Added: trunk/LayoutTests/platform/gtk/svg/custom/non-scaling-stroke-markers-expected.png


(Binary files differ)
Index: trunk/LayoutTests/platform/gtk/svg/custom/non-scaling-stroke-markers-expected.png =================================================================== --- trunk/LayoutTests/platform/gtk/svg/custom/non-scaling-stroke-markers-expected.png 2020-03-16 09:29:37 UTC (rev 258489) +++ trunk/LayoutTests/platform/gtk/svg/custom/non-scaling-stroke-markers-expected.png 2020-03-16 11:08:03 UTC (rev 258490) Property changes on: trunk/LayoutTests/platform/gtk/svg/custom/non-scaling-stroke-markers-expected.png ___________________________________________________________________

Added: svn:mime-type

+image/png \ No newline at end of property

Added: trunk/LayoutTests/platform/gtk/svg/custom/relative-sized-use-without-attributes-on-symbol-expected.png


(Binary files differ)
Index: trunk/LayoutTests/platform/gtk/svg/custom/relative-sized-use-without-attributes-on-symbol-expected.png =================================================================== --- trunk/LayoutTests/platform/gtk/svg/custom/relative-sized-use-without-attributes-on-symbol-expected.png 2020-03-16 09:29:37 UTC (rev 258489) +++ trunk/LayoutTests/platform/gtk/svg/custom/relative-sized-use-without-attributes-on-symbol-expected.png 2020-03-16 11:08:03 UTC (rev 258490) Property changes on: trunk/LayoutTests/platform/gtk/svg/custom/relative-sized-use-without-attributes-on-symbol-expected.png ___________________________________________________________________

Added: svn:mime-type

+image/png \ No newline at end of property

Added: trunk/LayoutTests/platform/gtk/svg/custom/use-on-symbol-inside-pattern-expected.png


(Binary files differ)
Index: trunk/LayoutTests/platform/gtk/svg/custom/use-on-symbol-inside-pattern-expected.png =================================================================== --- trunk/LayoutTests/platform/gtk/svg/custom/use-on-symbol-inside-pattern-expected.png 2020-03-16 09:29:37 UTC (rev 258489) +++ trunk/LayoutTests/platform/gtk/svg/custom/use-on-symbol-inside-pattern-expected.png 2020-03-16 11:08:03 UTC (rev 258490) Property changes on: trunk/LayoutTests/platform/gtk/svg/custom/use-on-symbol-inside-pattern-expected.png ___________________________________________________________________

Added: svn:mime-type

+image/png \ No newline at end of property

Added: trunk/LayoutTests/platform/gtk/svg/dynamic-updates/SVGClipPath-prefixed-influences-hitTesting-expected.png


(Binary files differ)
Index: trunk/LayoutTests/platform/gtk/svg/dynamic-updates/SVGClipPath-prefixed-influences-hitTesting-expected.png =================================================================== --- trunk/LayoutTests/platform/gtk/svg/dynamic-updates/SVGClipPath-prefixed-influences-hitTesting-expected.png 2020-03-16 09:29:37 UTC (rev 258489) +++ trunk/LayoutTests/platform/gtk/svg/dynamic-updates/SVGClipPath-prefixed-influences-hitTesting-expected.png 2020-03-16 11:08:03 UTC (rev 258490) Property changes on: trunk/LayoutTests/platform/gtk/svg/dynamic-updates/SVGClipPath-prefixed-influences-hitTesting-expected.png ___________________________________________________________________

Added: svn:mime-type

+image/png \ No newline at end of property

Added: trunk/LayoutTests/platform/gtk/svg/dynamic-updates/SVGClipPath-prefixed-path-influences-hitTesting-expected.png


(Binary files differ)
Index: trunk/LayoutTests/platform/gtk/svg/dynamic-updates/SVGClipPath-prefixed-path-influences-hitTesting-expected.png =================================================================== --- trunk/LayoutTests/platform/gtk/svg/dynamic-updates/SVGClipPath-prefixed-path-influences-hitTesting-expected.png 2020-03-16 09:29:37 UTC (rev 258489) +++ trunk/LayoutTests/platform/gtk/svg/dynamic-updates/SVGClipPath-prefixed-path-influences-hitTesting-expected.png 2020-03-16 11:08:03 UTC (rev 258490) Property changes on: trunk/LayoutTests/platform/gtk/svg/dynamic-updates/SVGClipPath-prefixed-path-influences-hitTesting-expected.png ___________________________________________________________________

Added: svn:mime-type

+image/png \ No newline at end of property

Added: trunk/LayoutTests/platform/gtk/svg/dynamic-updates/SVGClipPathElement-prefixed-css-transform-influences-hitTesting-expected.png


(Binary files differ)
Index: trunk/LayoutTests/platform/gtk/svg/dynamic-updates/SVGClipPathElement-prefixed-css-transform-influences-hitTesting-expected.png =================================================================== --- trunk/LayoutTests/platform/gtk/svg/dynamic-updates/SVGClipPathElement-prefixed-css-transform-influences-hitTesting-expected.png 2020-03-16 09:29:37 UTC (rev 258489) +++ trunk/LayoutTests/platform/gtk/svg/dynamic-updates/SVGClipPathElement-prefixed-css-transform-influences-hitTesting-expected.png 2020-03-16 11:08:03 UTC (rev 258490) Property changes on: trunk/LayoutTests/platform/gtk/svg/dynamic-updates/SVGClipPathElement-prefixed-css-transform-influences-hitTesting-expected.png ___________________________________________________________________

Added: svn:mime-type

+image/png \ No newline at end of property

Added: trunk/LayoutTests/platform/gtk/svg/dynamic-updates/SVGClipPathElement-prefixed-transform-influences-hitTesting-expected.png


(Binary files differ)
Index: trunk/LayoutTests/platform/gtk/svg/dynamic-updates/SVGClipPathElement-prefixed-transform-influences-hitTesting-expected.png =================================================================== --- trunk/LayoutTests/platform/gtk/svg/dynamic-updates/SVGClipPathElement-prefixed-transform-influences-hitTesting-expected.png 2020-03-16 09:29:37 UTC (rev 258489) +++ trunk/LayoutTests/platform/gtk/svg/dynamic-updates/SVGClipPathElement-prefixed-transform-influences-hitTesting-expected.png 2020-03-16 11:08:03 UTC (rev 258490) Property changes on: trunk/LayoutTests/platform/gtk/svg/dynamic-updates/SVGClipPathElement-prefixed-transform-influences-hitTesting-expected.png ___________________________________________________________________

Added: svn:mime-type

+image/png \ No newline at end of property

Added: trunk/LayoutTests/platform/gtk/svg/dynamic-updates/SVGFEGaussianBlurElement-dom-edgeMode-attr-expected.png


(Binary files differ)
Index: trunk/LayoutTests/platform/gtk/svg/dynamic-updates/SVGFEGaussianBlurElement-dom-edgeMode-attr-expected.png =================================================================== --- trunk/LayoutTests/platform/gtk/svg/dynamic-updates/SVGFEGaussianBlurElement-dom-edgeMode-attr-expected.png 2020-03-16 09:29:37 UTC (rev 258489) +++ trunk/LayoutTests/platform/gtk/svg/dynamic-updates/SVGFEGaussianBlurElement-dom-edgeMode-attr-expected.png 2020-03-16 11:08:03 UTC (rev 258490) Property changes on: trunk/LayoutTests/platform/gtk/svg/dynamic-updates/SVGFEGaussianBlurElement-dom-edgeMode-attr-expected.png ___________________________________________________________________

Added: svn:mime-type

+image/png \ No newline at end of property

Added: trunk/LayoutTests/platform/gtk/svg/dynamic-updates/SVGFEGaussianBlurElement-svgdom-edgeMode-prop-expected.png


(Binary files differ)
Index: trunk/LayoutTests/platform/gtk/svg/dynamic-updates/SVGFEGaussianBlurElement-svgdom-edgeMode-prop-expected.png =================================================================== --- trunk/LayoutTests/platform/gtk/svg/dynamic-updates/SVGFEGaussianBlurElement-svgdom-edgeMode-prop-expected.png 2020-03-16 09:29:37 UTC (rev 258489) +++ trunk/LayoutTests/platform/gtk/svg/dynamic-updates/SVGFEGaussianBlurElement-svgdom-edgeMode-prop-expected.png 2020-03-16 11:08:03 UTC (rev 258490) Property changes on: trunk/LayoutTests/platform/gtk/svg/dynamic-updates/SVGFEGaussianBlurElement-svgdom-edgeMode-prop-expected.png ___________________________________________________________________

Added: svn:mime-type

+image/png \ No newline at end of property

Added: trunk/LayoutTests/platform/gtk/svg/dynamic-updates/SVGFilterElement-dom-filterRes-attr-expected.png


(Binary files differ)
Index: trunk/LayoutTests/platform/gtk/svg/dynamic-updates/SVGFilterElement-dom-filterRes-attr-expected.png =================================================================== --- trunk/LayoutTests/platform/gtk/svg/dynamic-updates/SVGFilterElement-dom-filterRes-attr-expected.png 2020-03-16 09:29:37 UTC (rev 258489) +++ trunk/LayoutTests/platform/gtk/svg/dynamic-updates/SVGFilterElement-dom-filterRes-attr-expected.png 2020-03-16 11:08:03 UTC (rev 258490) Property changes on: trunk/LayoutTests/platform/gtk/svg/dynamic-updates/SVGFilterElement-dom-filterRes-attr-expected.png ___________________________________________________________________

Added: svn:mime-type

+image/png \ No newline at end of property

Added: trunk/LayoutTests/platform/gtk/svg/filters/feBlend-all-blendmodes-expected.png


(Binary files differ)
Index: trunk/LayoutTests/platform/gtk/svg/filters/feBlend-all-blendmodes-expected.png =================================================================== --- trunk/LayoutTests/platform/gtk/svg/filters/feBlend-all-blendmodes-expected.png 2020-03-16 09:29:37 UTC (rev 258489) +++ trunk/LayoutTests/platform/gtk/svg/filters/feBlend-all-blendmodes-expected.png 2020-03-16 11:08:03 UTC (rev 258490) Property changes on: trunk/LayoutTests/platform/gtk/svg/filters/feBlend-all-blendmodes-expected.png ___________________________________________________________________

Added: svn:mime-type

+image/png \ No newline at end of property

Added: trunk/LayoutTests/platform/gtk/svg/filters/filter-image-ref-root-expected.png


(Binary files differ)
Index: trunk/LayoutTests/platform/gtk/svg/filters/filter-image-ref-root-expected.png =================================================================== --- trunk/LayoutTests/platform/gtk/svg/filters/filter-image-ref-root-expected.png 2020-03-16 09:29:37 UTC (rev 258489) +++ trunk/LayoutTests/platform/gtk/svg/filters/filter-image-ref-root-expected.png 2020-03-16 11:08:03 UTC (rev 258490) Property changes on: trunk/LayoutTests/platform/gtk/svg/filters/filter-image-ref-root-expected.png ___________________________________________________________________

Added: svn:mime-type

+image/png \ No newline at end of property

Added: trunk/LayoutTests/platform/gtk/svg/hixie/text/001-expected.png


(Binary files differ)
Index: trunk/LayoutTests/platform/gtk/svg/hixie/text/001-expected.png =================================================================== --- trunk/LayoutTests/platform/gtk/svg/hixie/text/001-expected.png 2020-03-16 09:29:37 UTC (rev 258489) +++ trunk/LayoutTests/platform/gtk/svg/hixie/text/001-expected.png 2020-03-16 11:08:03 UTC (rev 258490) Property changes on: trunk/LayoutTests/platform/gtk/svg/hixie/text/001-expected.png ___________________________________________________________________

Added: svn:mime-type

+image/png \ No newline at end of property

Added: trunk/LayoutTests/platform/gtk/svg/in-html/overflow-repaint-expected.png


(Binary files differ)
Index: trunk/LayoutTests/platform/gtk/svg/in-html/overflow-repaint-expected.png =================================================================== --- trunk/LayoutTests/platform/gtk/svg/in-html/overflow-repaint-expected.png 2020-03-16 09:29:37 UTC (rev 258489) +++ trunk/LayoutTests/platform/gtk/svg/in-html/overflow-repaint-expected.png 2020-03-16 11:08:03 UTC (rev 258490) Property changes on: trunk/LayoutTests/platform/gtk/svg/in-html/overflow-repaint-expected.png ___________________________________________________________________

Added: svn:mime-type

+image/png \ No newline at end of property

Added: trunk/LayoutTests/platform/gtk/svg/overflow/overflow-scroll-on-outermost-svg-element-expected.png


(Binary files differ)
Index: trunk/LayoutTests/platform/gtk/svg/overflow/overflow-scroll-on-outermost-svg-element-expected.png =================================================================== --- trunk/LayoutTests/platform/gtk/svg/overflow/overflow-scroll-on-outermost-svg-element-expected.png 2020-03-16 09:29:37 UTC (rev 258489) +++ trunk/LayoutTests/platform/gtk/svg/overflow/overflow-scroll-on-outermost-svg-element-expected.png 2020-03-16 11:08:03 UTC (rev 258490) Property changes on: trunk/LayoutTests/platform/gtk/svg/overflow/overflow-scroll-on-outermost-svg-element-expected.png ___________________________________________________________________

Added: svn:mime-type

+image/png \ No newline at end of property

Added: trunk/LayoutTests/platform/gtk/svg/text/scaled-font-expected.png


(Binary files differ)
Index: trunk/LayoutTests/platform/gtk/svg/text/scaled-font-expected.png =================================================================== --- trunk/LayoutTests/platform/gtk/svg/text/scaled-font-expected.png 2020-03-16 09:29:37 UTC (rev 258489) +++ trunk/LayoutTests/platform/gtk/svg/text/scaled-font-expected.png 2020-03-16 11:08:03 UTC (rev 258490) Property changes on: trunk/LayoutTests/platform/gtk/svg/text/scaled-font-expected.png ___________________________________________________________________

Added: svn:mime-type

+image/png \ No newline at end of property

Added: trunk/LayoutTests/platform/gtk/svg/text/text-hkern-expected.png


(Binary files differ)
Index: trunk/LayoutTests/platform/gtk/svg/text/text-hkern-expected.png =================================================================== --- trunk/LayoutTests/platform/gtk/svg/text/text-hkern-expected.png 2020-03-16 09:29:37 UTC (rev 258489) +++ trunk/LayoutTests/platform/gtk/svg/text/text-hkern-expected.png 2020-03-16 11:08:03 UTC (rev 258490) Property changes on: trunk/LayoutTests/platform/gtk/svg/text/text-hkern-expected.png ___________________________________________________________________

Added: svn:mime-type

+image/png \ No newline at end of property

Added: trunk/LayoutTests/platform/gtk/svg/text/text-overflow-ellipsis-svgfont-kerning-ligatures-expected.png


(Binary files differ)
Index: trunk/LayoutTests/platform/gtk/svg/text/text-overflow-ellipsis-svgfont-kerning-ligatures-expected.png =================================================================== --- trunk/LayoutTests/platform/gtk/svg/text/text-overflow-ellipsis-svgfont-kerning-ligatures-expected.png 2020-03-16 09:29:37 UTC (rev 258489) +++ trunk/LayoutTests/platform/gtk/svg/text/text-overflow-ellipsis-svgfont-kerning-ligatures-expected.png 2020-03-16 11:08:03 UTC (rev 258490) Property changes on: trunk/LayoutTests/platform/gtk/svg/text/text-overflow-ellipsis-svgfont-kerning-ligatures-expected.png ___________________________________________________________________

Added: svn:mime-type

+image/png \ No newline at end of property

Added: trunk/LayoutTests/platform/gtk/svg/text/text-vkern-on-horizontal-text-expected.png


(Binary files differ)
Index: trunk/LayoutTests/platform/gtk/svg/text/text-vkern-on-horizontal-text-expected.png =================================================================== --- trunk/LayoutTests/platform/gtk/svg/text/text-vkern-on-horizontal-text-expected.png 2020-03-16 09:29:37 UTC (rev 258489) +++ trunk/LayoutTests/platform/gtk/svg/text/text-vkern-on-horizontal-text-expected.png 2020-03-16 11:08:03 UTC (rev 258490) Property changes on: trunk/LayoutTests/platform/gtk/svg/text/text-vkern-on-horizontal-text-expected.png ___________________________________________________________________

Added: svn:mime-type

+image/png \ No newline at end of property
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to