Bug 20366

Summary: Reproducible test failure for editing/undo/undo-iframe-location-change.html
Product: WebKit Reporter: Julien Chaffraix <jchaffraix>
Component: HTML EditingAssignee: Nobody <webkit-unassigned>
Status: NEW ---    
Severity: Normal CC: ap, mitz
Priority: P2 Keywords: LayoutTestFailure
Version: 528+ (Nightly build)   
Hardware: Mac   
OS: OS X 10.5   
Attachments:
Description Flags
Make the test slightly more reliable none

Description Julien Chaffraix 2008-08-12 17:58:49 PDT
editing/undoundo-iframe-location-change.html fails depending on the other tests run before it.

I found a test case that would make it fails all the time (other may work too). To reproduce this bug, just type:

WebKitTools/Scripts/run-webkit-tests --debug LayoutTests/editing/pasteboard/drag-image-in-about-blank-frame.html LayoutTests/editing/undo/undo-iframe-location-change.html
Comment 1 Alexey Proskuryakov 2008-09-24 04:11:58 PDT
Created attachment 23747 [details]
Make the test slightly more reliable

This doesn't fix the problem (and I don't know how to fix it), but makes the test slightly more reliable. Also, the test can now be run in Safari, where it doesn't pass at all, as it turns out.
Comment 2 Eric Seidel (no email) 2008-09-24 14:22:11 PDT
Comment on attachment 23747 [details]
Make the test slightly more reliable

r=me
Comment 3 Alexey Proskuryakov 2008-09-28 06:25:15 PDT
Comment on attachment 23747 [details]
Make the test slightly more reliable

Committed r37038.

Clearing review flag to get the patch out of commit queue; it doesn't fix the bug.