Bug 165530 - REGRESSION (r209447): LayoutTests compositing/layer-creation/fixed-position-out-of-view-scaled.html and compositing/layer-creation/fixed-position-out-of-view-scaled-scroll.html failing
Summary: REGRESSION (r209447): LayoutTests compositing/layer-creation/fixed-position-o...
Status: REOPENED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: Other
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-12-07 09:48 PST by Ryan Haddad
Modified: 2016-12-07 23:14 PST (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ryan Haddad 2016-12-07 09:48:57 PST
LayoutTests compositing/layer-creation/fixed-position-out-of-view-scaled.html and compositing/layer-creation/fixed-position-out-of-view-scaled-scroll.html failing

https://build.webkit.org/results/Apple%20El%20Capitan%20Debug%20WK1%20(Tests)/r209447%20(10167)/results.html

https://webkit-test-results.webkit.org/dashboards/flakiness_dashboard.html#showAllRuns=true&tests=compositing%2Flayer-creation%2Ffixed-position-out-of-view-scaled-scroll.html
https://webkit-test-results.webkit.org/dashboards/flakiness_dashboard.html#showAllRuns=true&tests=compositing%2Flayer-creation%2Ffixed-position-out-of-view-scaled.html

--- /Volumes/Data/slave/elcapitan-debug-tests-wk1/build/layout-test-results/compositing/layer-creation/fixed-position-out-of-view-scaled-scroll-expected.txt
+++ /Volumes/Data/slave/elcapitan-debug-tests-wk1/build/layout-test-results/compositing/layer-creation/fixed-position-out-of-view-scaled-scroll-actual.txt
@@ -33,12 +33,11 @@
       (transform [0.50 0.00 0.00 0.00] [0.00 0.50 0.00 0.00] [0.00 0.00 1.00 0.00] [0.00 0.00 0.00 1.00])
       (children 2
         (GraphicsLayer
-          (position 1400.00 600.00)
+          (position 600.00 0.00)
           (bounds 10.00 10.00)
           (contentsOpaque 1)
         )
         (GraphicsLayer
-          (position 800.00 600.00)
           (bounds 10.00 10.00)
           (contentsOpaque 1)
         )


--- /Volumes/Data/slave/elcapitan-debug-tests-wk1/build/layout-test-results/compositing/layer-creation/fixed-position-out-of-view-scaled-expected.txt
+++ /Volumes/Data/slave/elcapitan-debug-tests-wk1/build/layout-test-results/compositing/layer-creation/fixed-position-out-of-view-scaled-actual.txt
@@ -32,12 +32,11 @@
       (transform [0.50 0.00 0.00 0.00] [0.00 0.50 0.00 0.00] [0.00 0.00 1.00 0.00] [0.00 0.00 0.00 1.00])
       (children 2
         (GraphicsLayer
-          (position 1400.00 600.00)
+          (position 600.00 0.00)
           (bounds 10.00 10.00)
           (contentsOpaque 1)
         )
         (GraphicsLayer
-          (position 800.00 600.00)
           (bounds 10.00 10.00)
           (contentsOpaque 1)
         )
Comment 1 Ryan Haddad 2016-12-07 09:49:35 PST
Looks like this started with https://trac.webkit.org/changeset/209447
Comment 2 Simon Fraser (smfr) 2016-12-07 09:54:28 PST
Thanks, will investigate.
Comment 3 Simon Fraser (smfr) 2016-12-07 13:28:24 PST
https://trac.webkit.org/r209474
Comment 4 Ryan Haddad 2016-12-07 14:14:39 PST
Reopening because this affects WK2 as well.