Import WPTs for IntersectionObserver
Created attachment 346790 [details] Patch
Comment on attachment 346790 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=346790&action=review > Source/WebKitLegacy/mac/WebView/WebPreferencesPrivate.h:580 > +- (void)setIntersectionObserverEnabled:(BOOL)flag; > +- (BOOL)intersectionObserverEnabled; I don't think you need this. You can to through the (admittedly bad) experimental features API. > Tools/DumpRenderTree/mac/DumpRenderTree.mm:870 > + [preferences setIntersectionObserverEnabled:YES]; We really need to make this automatic. Sad that you have to do this.
Comment on attachment 346790 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=346790&action=review >> Source/WebKitLegacy/mac/WebView/WebPreferencesPrivate.h:580 >> +- (BOOL)intersectionObserverEnabled; > > I don't think you need this. You can to through the (admittedly bad) experimental features API. This in WK1 (exposing the method that DumpRenderTree needs to call), so there's no experimental features API afaik.
Comment on attachment 346790 [details] Patch Clearing flags on attachment: 346790 Committed r234723: <https://trac.webkit.org/changeset/234723>
All reviewed patches have been landed. Closing bug.
<rdar://problem/43092053>