Bug 138849 - AX: Safari fails to load a web page with VoiceOver
Summary: AX: Safari fails to load a web page with VoiceOver
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Accessibility (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: chris fleizach
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2014-11-18 15:55 PST by chris fleizach
Modified: 2015-04-03 16:55 PDT (History)
13 users (show)

See Also:


Attachments
patch (4.01 KB, patch)
2014-11-18 15:57 PST, chris fleizach
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description chris fleizach 2014-11-18 15:55:33 PST
on iOS + VoiceOver go to 

http://blog.livedoor.jp/beziehungswahn/archives/28320018.html

it never finishes loading

<rdar://problem/18101879>
Comment 1 chris fleizach 2014-11-18 15:57:20 PST
Created attachment 241824 [details]
patch
Comment 2 WebKit Commit Bot 2014-11-19 09:36:21 PST
Comment on attachment 241824 [details]
patch

Clearing flags on attachment: 241824

Committed r176321: <http://trac.webkit.org/changeset/176321>
Comment 3 WebKit Commit Bot 2014-11-19 09:36:25 PST
All reviewed patches have been landed.  Closing bug.
Comment 4 Alexey Proskuryakov 2015-04-03 15:30:44 PDT
Comment on attachment 241824 [details]
patch

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

> LayoutTests/accessibility/inline-block-assertion.html:8
> +<embed src="../resources/test.swf" type="application/x-shockwave-flash" allowfullscreen="true" width="362" height="298" data-original-width="425" data-original-height="350">

Chris, do you remember if there was a reason to have this element? We can't have Flash in layout tests, because it's not necessarily installed on all machines.
Comment 5 chris fleizach 2015-04-03 15:52:06 PDT
Comment on attachment 241824 [details]
patch

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

>> LayoutTests/accessibility/inline-block-assertion.html:8
>> +<embed src="../resources/test.swf" type="application/x-shockwave-flash" allowfullscreen="true" width="362" height="298" data-original-width="425" data-original-height="350">
> 
> Chris, do you remember if there was a reason to have this element? We can't have Flash in layout tests, because it's not necessarily installed on all machines.

I think I needed an attachment view to make this test hit the crash
Comment 6 Alexey Proskuryakov 2015-04-03 16:55:03 PDT
Makes sense! I'm going to change it to an <embed> with no parameters in bug 143391, hopefully that exercises the same code path.