Bug 188218

Summary: REGRESSION(r234187): [GTK] fast/repaint/canvas-object-fit.html is failing
Product: WebKit Reporter: Alicia Boya García <aboya>
Component: WebKitGTKAssignee: Nobody <webkit-unassigned>
Status: NEW ---    
Severity: Normal CC: bugs-noreply
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   

Description Alicia Boya García 2018-08-01 04:08:01 PDT
The following test is failing on GTK since r234187-234188

fast/repaint/canvas-object-fit.html

Likely cause: r234187 

commit 43328f89208260443761a7c5cbb8bc7a8b00e07a
    Animation stops with object-fit:contain on an animated 2d canvas
    https://bugs.webkit.org/show_bug.cgi?id=187840

--- /home/slave/webkitgtk/gtk-linux-64-release-tests/build/layout-test-results/fast/repaint/canvas-object-fit-expected.txt
+++ /home/slave/webkitgtk/gtk-linux-64-release-tests/build/layout-test-results/fast/repaint/canvas-object-fit-actual.txt
@@ -1,21 +1 @@
- (GraphicsLayer
-  (anchor 0.00 0.00)
-  (bounds 800.00 600.00)
-  (children 1
-    (GraphicsLayer
-      (bounds 800.00 600.00)
-      (contentsOpaque 1)
-      (children 1
-        (GraphicsLayer
-          (position 8.00 8.00)
-          (bounds 202.00 102.00)
-          (drawsContent 1)
-          (repaint rects
-            (rect 70.00 20.00 7.00 7.00)
-          )
-        )
-      )
-    )
-  )
-)