Bug 167620 - REGRESSION (r211379): [ios-simulator] LayoutTest compositing/geometry/fixed-in-composited.html is failing
Summary: REGRESSION (r211379): [ios-simulator] LayoutTest compositing/geometry/fixed-i...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: Other
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2017-01-30 17:33 PST by Ryan Haddad
Modified: 2017-02-01 14:43 PST (History)
2 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 2017-01-30 17:33:34 PST
[ios-simulator] LayoutTest compositing/geometry/fixed-in-composited.html is failing

https://build.webkit.org/results/Apple%20iOS%2010%20Simulator%20Release%20WK2%20(Tests)/r211394%20(3289)/results.html

https://webkit-test-results.webkit.org/dashboards/flakiness_dashboard.html#showAllRuns=true&tests=compositing%2Fgeometry%2Ffixed-in-composited.html

--- /Volumes/Data/slave/ios-simulator-10-release-tests-wk2/build/layout-test-results/compositing/geometry/fixed-in-composited-expected.txt
+++ /Volumes/Data/slave/ios-simulator-10-release-tests-wk2/build/layout-test-results/compositing/geometry/fixed-in-composited-actual.txt
@@ -16,7 +16,7 @@
   RenderBlock {DIV} at (0,0) size 60x60 [bgcolor=#0000FF33]
 layer at (95,145) size 50x50
   RenderBlock (positioned) zI: 1 {DIV} at (95,145) size 50x50
-layer at (70,70) size 100x100
+layer at (20,70) size 100x100
   RenderBlock (positioned) {DIV} at (20,20) size 100x100 [bgcolor=#008000]
 layer at (200,100) size 50x50
   RenderBlock (positioned) zI: 1 {DIV} at (200,100) size 50x50
Comment 1 Ryan Haddad 2017-01-30 17:34:42 PST
Flakiness dashboard blames https://trac.webkit.org/changeset/211379
Comment 2 Simon Fraser (smfr) 2017-01-30 17:55:48 PST
Thanks, I'll look.
Comment 3 Radar WebKit Bug Importer 2017-02-01 09:45:23 PST
<rdar://problem/30309207>
Comment 4 Ryan Haddad 2017-02-01 09:55:54 PST
Marked test as failing in http://trac.webkit.org/projects/webkit/changeset/211489
Comment 5 Simon Fraser (smfr) 2017-02-01 13:46:08 PST
https://trac.webkit.org/changeset/211523
Comment 6 Ryan Haddad 2017-02-01 14:30:41 PST
(In reply to comment #5)
> https://trac.webkit.org/changeset/211523

This appears to have caused the test to fail on macOS. Does it need a rebaseline?

https://build.webkit.org/results/Apple%20El%20Capitan%20Release%20WK1%20(Tests)/r211523%20(13312)/results.html

--- /Volumes/Data/slave/elcapitan-release-tests-wk1/build/layout-test-results/compositing/geometry/fixed-in-composited-expected.txt
+++ /Volumes/Data/slave/elcapitan-release-tests-wk1/build/layout-test-results/compositing/geometry/fixed-in-composited-actual.txt
@@ -1,8 +1,8 @@
-layer at (0,0) size 785x1000
+layer at (0,0) size 785x2000
   RenderView at (0,0) size 785x600
-layer at (0,0) size 785x1000
-  RenderBlock {HTML} at (0,0) size 785x1000
-    RenderBody {BODY} at (0,0) size 785x1000
+layer at (0,0) size 785x2000
+  RenderBlock {HTML} at (0,0) size 785x2000
+    RenderBody {BODY} at (0,0) size 785x2000
       RenderBlock {P} at (0,210) size 785x18
         RenderText {#text} at (0,0) size 188x18
           text run at (0,0) width 188: "You should see no red above."
Comment 7 Simon Fraser (smfr) 2017-02-01 14:39:00 PST
Yes, that's just the document size changing.
Comment 8 Ryan Haddad 2017-02-01 14:43:52 PST
(In reply to comment #7)
> Yes, that's just the document size changing.

Done in https://trac.webkit.org/changeset/211534