[Webkit-unassigned] [Bug 53995] editing/selection/end-of-document.html is failing in the GTK 64-bit debug bot
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Feb 8 09:20:55 PST 2011
https://bugs.webkit.org/show_bug.cgi?id=53995
Mario Sanchez Prada <msanchez at igalia.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #81649| |review?
Flag| |
--- Comment #2 from Mario Sanchez Prada <msanchez at igalia.com> 2011-02-08 09:20:55 PST ---
Created an attachment (id=81649)
--> (https://bugs.webkit.org/attachment.cgi?id=81649&action=review)
Patch proposal
Ok, it started to fail again for builds 19094, 19095 and 19096, seems it's flaky after all, hence skipping it for the gtk platform.
IMHO, it could be a timing issue, due to trying to execute the editing commands too early in the test:
[...]
<script>
function editingTest() {
selectAllCommand();
moveSelectionForwardByCharacterCommand();
moveSelectionBackwardByLineCommand();
}
</script>
<body>
[...]
<script>
runEditingTest();
</script>
Perhaps just calling to runEditingTest() in body.onload event could help fixing this.
Attaching patch with that little change.
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list