Bug 117461 - editing/undo/undo-after-event-edited.html can be flaky
Summary: editing/undo/undo-after-event-edited.html can be flaky
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Ryosuke Niwa
URL:
Keywords: BlinkMergeCandidate
Depends on:
Blocks:
 
Reported: 2013-06-10 18:33 PDT by Ryosuke Niwa
Modified: 2013-06-11 08:09 PDT (History)
6 users (show)

See Also:


Attachments
Fixes the test (1.35 KB, patch)
2013-06-10 20:56 PDT, Ryosuke Niwa
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Ryosuke Niwa 2013-06-10 18:33:17 PDT
Merge https://chromium.googlesource.com/chromium/blink/+/515de860730b34289df5805b40adb2535a9a8ba1.

This patch changes a test script, undo-after-event-edited.html, stable, by executing JavaScript after document finished loading.

When calling Range.extractContents() for selection selected whole document w/o body, SimplifiedBackwardsTextIterator creates Range object with DocumentType which is illegal argument for Range construction.
Comment 1 Ryosuke Niwa 2013-06-10 20:56:01 PDT
Created attachment 204281 [details]
Fixes the test
Comment 2 WebKit Commit Bot 2013-06-11 08:09:29 PDT
Comment on attachment 204281 [details]
Fixes the test

Clearing flags on attachment: 204281

Committed r151438: <http://trac.webkit.org/changeset/151438>
Comment 3 WebKit Commit Bot 2013-06-11 08:09:31 PDT
All reviewed patches have been landed.  Closing bug.