Bug 89663
Summary: | [GTK] editing/deleting/delete-3800834-fix.html is flaky | ||
---|---|---|---|
Product: | WebKit | Reporter: | Simon Pena <spena> |
Component: | WebKitGTK | Assignee: | Nobody <webkit-unassigned> |
Status: | NEW | ||
Severity: | Normal | CC: | bugs-noreply, zan |
Priority: | P2 | Keywords: | Gtk, LayoutTestFailure |
Version: | 528+ (Nightly build) | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Simon Pena
Diff:
--- /home/slave/webkitgtk/gtk-linux-64-debug/build/layout-test-results/editing/deleting/delete-3800834-fix-expected.txt
+++ /home/slave/webkitgtk/gtk-linux-64-debug/build/layout-test-results/editing/deleting/delete-3800834-fix-actual.txt
@@ -1,3 +1,5 @@
+EDITING DELEGATE: shouldBeginEditingInDOMRange:range from 0 of BODY > HTML > #document to 4 of BODY > HTML > #document
+EDITING DELEGATE: webViewDidBeginEditing:WebViewDidBeginEditingNotification
EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
The test passes when run alone (Tools/Scripts/run-webkit-tests --gtk editing/deleting/delete-3800834-fix.html), but gets flaky as soon as you ask it to run more than once (run-webkit-tests --gtk --iterations=10 editing/deleting/delete-3800834-fix.html)
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Simon Pena
Running the tests with --run-singly (so each one has a a separate DumpRenderTree) avoids the flakyness.
Simon Pena
When the same DumpRenderTree is used for running the test more than once, there's a focus event which triggers the shouldBeginEditing signal.