Bug 178457 - editing/selection/drag-to-contenteditable-iframe.html times out
Summary: editing/selection/drag-to-contenteditable-iframe.html times out
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKitGTK (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-10-18 08:09 PDT by Ms2ger (he/him; ⌚ UTC+1/+2)
Modified: 2017-10-18 17:04 PDT (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ms2ger (he/him; ⌚ UTC+1/+2) 2017-10-18 08:09:21 PDT
Since the change in r223140.
Comment 1 Ms2ger (he/him; ⌚ UTC+1/+2) 2017-10-18 08:09:44 PDT
CONSOLE MESSAGE: line 42: TypeError: null is not an object (evaluating 'img.complete')
FAIL: Timed out waiting for notifyDone to be called
Comment 2 Ryosuke Niwa 2017-10-18 12:34:19 PDT
That's odd. It looks like either img.complete is returning a wrong value or load event is never firing on GTK+.