RESOLVED FIXED 167620
REGRESSION (r211379): [ios-simulator] LayoutTest compositing/geometry/fixed-in-composited.html is failing
https://bugs.webkit.org/show_bug.cgi?id=167620
Summary REGRESSION (r211379): [ios-simulator] LayoutTest compositing/geometry/fixed-i...
Ryan Haddad
Reported 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
Attachments
Ryan Haddad
Comment 1 2017-01-30 17:34:42 PST
Flakiness dashboard blames https://trac.webkit.org/changeset/211379
Simon Fraser (smfr)
Comment 2 2017-01-30 17:55:48 PST
Thanks, I'll look.
Radar WebKit Bug Importer
Comment 3 2017-02-01 09:45:23 PST
Ryan Haddad
Comment 4 2017-02-01 09:55:54 PST
Simon Fraser (smfr)
Comment 5 2017-02-01 13:46:08 PST
Ryan Haddad
Comment 6 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."
Simon Fraser (smfr)
Comment 7 2017-02-01 14:39:00 PST
Yes, that's just the document size changing.
Ryan Haddad
Comment 8 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
Note You need to log in before you can comment on or make changes to this bug.