RESOLVED FIXED 193682
Adding a child to a ScrollingStateNode needs to trigger a tree state commit
https://bugs.webkit.org/show_bug.cgi?id=193682
Summary Adding a child to a ScrollingStateNode needs to trigger a tree state commit
Simon Fraser (smfr)
Reported 2019-01-22 13:49:15 PST
Adding a child to a ScrollingStateNode needs to trigger a tree state commit
Attachments
Patch (16.25 KB, patch)
2019-01-22 13:52 PST, Simon Fraser (smfr)
no flags
Patch (16.20 KB, patch)
2019-01-22 14:30 PST, Simon Fraser (smfr)
zalan: review+
ews-watchlist: commit-queue-
Archive of layout-test-results from ews101 for mac-highsierra (2.45 MB, application/zip)
2019-01-22 15:12 PST, EWS Watchlist
no flags
Archive of layout-test-results from ews117 for mac-highsierra (1.98 MB, application/zip)
2019-01-22 16:17 PST, EWS Watchlist
no flags
Archive of layout-test-results from ews205 for win-future (12.84 MB, application/zip)
2019-01-22 17:55 PST, EWS Watchlist
no flags
Simon Fraser (smfr)
Comment 1 2019-01-22 13:52:02 PST
Simon Fraser (smfr)
Comment 2 2019-01-22 14:30:24 PST
EWS Watchlist
Comment 3 2019-01-22 15:11:50 PST
Comment on attachment 359774 [details] Patch Attachment 359774 [details] did not pass mac-ews (mac): Output: https://webkit-queues.webkit.org/results/10845206 New failing tests: scrollingcoordinator/lose-scrolling-node-parent.html scrollingcoordinator/gain-scrolling-node-parent.html
EWS Watchlist
Comment 4 2019-01-22 15:12:00 PST
Created attachment 359784 [details] Archive of layout-test-results from ews101 for mac-highsierra The attached test failures were seen while running run-webkit-tests on the mac-ews. Bot: ews101 Port: mac-highsierra Platform: Mac OS X 10.13.6
Simon Fraser (smfr)
Comment 5 2019-01-22 15:18:09 PST
Those tests should not run in WK1 (bug 193690).
EWS Watchlist
Comment 6 2019-01-22 16:17:57 PST
Comment on attachment 359774 [details] Patch Attachment 359774 [details] did not pass mac-debug-ews (mac): Output: https://webkit-queues.webkit.org/results/10846000 New failing tests: scrollingcoordinator/lose-scrolling-node-parent.html scrollingcoordinator/gain-scrolling-node-parent.html
EWS Watchlist
Comment 7 2019-01-22 16:17:58 PST
Created attachment 359801 [details] Archive of layout-test-results from ews117 for mac-highsierra The attached test failures were seen while running run-webkit-tests on the mac-debug-ews. Bot: ews117 Port: mac-highsierra Platform: Mac OS X 10.13.6
EWS Watchlist
Comment 8 2019-01-22 17:55:25 PST
Comment on attachment 359774 [details] Patch Attachment 359774 [details] did not pass win-ews (win): Output: https://webkit-queues.webkit.org/results/10848279 New failing tests: scrollingcoordinator/lose-scrolling-node-parent.html scrollingcoordinator/gain-scrolling-node-parent.html
EWS Watchlist
Comment 9 2019-01-22 17:55:37 PST
Created attachment 359824 [details] Archive of layout-test-results from ews205 for win-future The attached test failures were seen while running run-webkit-tests on the win-ews. Bot: ews205 Port: win-future Platform: CYGWIN_NT-6.1-2.9.0-0.318-5-3-x86_64-64bit
Simon Fraser (smfr)
Comment 10 2019-01-22 21:43:13 PST
Radar WebKit Bug Importer
Comment 11 2019-01-22 21:44:33 PST
Frédéric Wang (:fredw)
Comment 12 2019-01-23 00:54:38 PST
Comment on attachment 359774 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=359774&action=review > LayoutTests/scrollingcoordinator/gain-scrolling-node-parent.html:4 > + <title>Check that scrolling nodes get reparented when an ancestor is removed</title> I'm confused by the file name, title and #target going from scroll to visible. I think two last are not what you wanted to do, right? > LayoutTests/scrollingcoordinator/gain-scrolling-node-parent.html:14 > + function doTest() { nit: the brace should be on the next line > LayoutTests/scrollingcoordinator/lose-scrolling-node-parent.html:14 > + function doTest() { Ditto.
Note You need to log in before you can comment on or make changes to this bug.