Bug 20366 - Reproducible test failure for editing/undo/undo-iframe-location-change.html
Summary: Reproducible test failure for editing/undo/undo-iframe-location-change.html
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: HTML Editing (show other bugs)
Version: 528+ (Nightly build)
Hardware: Mac OS X 10.5
: P2 Normal
Assignee: Nobody
URL:
Keywords: LayoutTestFailure
Depends on:
Blocks:
 
Reported: 2008-08-12 17:58 PDT by Julien Chaffraix
Modified: 2010-06-10 16:02 PDT (History)
2 users (show)

See Also:


Attachments
Make the test slightly more reliable (7.00 KB, patch)
2008-09-24 04:11 PDT, Alexey Proskuryakov
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.