Bug 208520

Summary: REGRESSION (r257739): two fast/events/autoscroll test have started to fail
Product: WebKit Reporter: Jacob Uphoff <jacob_uphoff>
Component: AccessibilityAssignee: Andres Gonzalez <andresg_22>
Status: RESOLVED FIXED    
Severity: Normal CC: aakash_jain, andresg_22, cfleizach, commit-queue, webkit-bot-watchers-bugzilla, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
See Also: https://bugs.webkit.org/show_bug.cgi?id=208434
https://bugs.webkit.org/show_bug.cgi?id=209025
Attachments:
Description Flags
Patch none

Description Jacob Uphoff 2020-03-03 09:43:54 PST
The following tests started to fail after commit r257739:
fast/events/autoscroll-in-iframe.html
fast/events/autoscroll-in-iframe-body.html

History:

https://results.webkit.org/?suite=layout-tests&suite=layout-tests&test=fast/events/autoscroll-in-iframe.html&test=fast/events/autoscroll-in-iframe-body.html&platform=ios
Comment 1 Radar WebKit Bug Importer 2020-03-03 09:44:09 PST
<rdar://problem/60000214>
Comment 2 Alexey Proskuryakov 2020-03-03 17:45:31 PST
@@ -1,3 +1,4 @@
 
+FAILED: Clicking in the iframe scrolled the page (window.scrollTop is 0)
 PASSED: selecting in the iframe did not scroll the page.
Comment 3 Andres Gonzalez 2020-03-03 18:43:15 PST
Created attachment 392361 [details]
Patch
Comment 4 chris fleizach 2020-03-03 19:50:28 PST
Comment on attachment 392361 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=392361&action=review

> Tools/WebKitTestRunner/InjectedBundle/AccessibilityController.cpp:-49
> -#if PLATFORM(COCOA)

I think we should tie this to the isolated tree feature flag
Comment 5 chris fleizach 2020-03-04 02:59:19 PST
Comment on attachment 392361 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=392361&action=review

>> Tools/WebKitTestRunner/InjectedBundle/AccessibilityController.cpp:-49
>> -#if PLATFORM(COCOA)
> 
> I think we should tie this to the isolated tree feature flag

Actually I see there are some larger issues using that in Tools that I’m addressing In another patch. So this should be ok for now
Comment 6 WebKit Commit Bot 2020-03-04 03:47:38 PST
Comment on attachment 392361 [details]
Patch

Clearing flags on attachment: 392361

Committed r257838: <https://trac.webkit.org/changeset/257838>
Comment 7 WebKit Commit Bot 2020-03-04 03:47:39 PST
All reviewed patches have been landed.  Closing bug.