Bug 40754
Summary: | REGRESSION: editing/selection/leave-requested-block.html recently started being flaky | ||
---|---|---|---|
Product: | WebKit | Reporter: | Eric Seidel (no email) <eric> |
Component: | Tools / Tests | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED DUPLICATE | ||
Severity: | Normal | CC: | abarth, enrica, tonyg |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | PC | ||
OS: | OS X 10.5 |
Eric Seidel (no email)
editing/selection/leave-requested-block.html recently started being flaky
I suspect it may have been caused by turning on the HTML5 Parser codepath since we may be running scripts differently, unsure.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Eric Seidel (no email)
http://build.webkit.org/results/SnowLeopard%20Intel%20Release%20(Tests)/r61296%20(11788)/editing/selection/leave-requested-block-pretty-diff.html
--- /Volumes/Data/WebKit-BuildSlave/snowleopard-intel-release-tests/build/layout-test-results/editing/selection/leave-requested-block-expected.txt 2010-06-16 17:40:44.000000000 -0700
+++ /Volumes/Data/WebKit-BuildSlave/snowleopard-intel-release-tests/build/layout-test-results/editing/selection/leave-requested-block-actual.txt 2010-06-16 17:40:44.000000000 -0700
@@ -1,7 +1,4 @@
-EDITING DELEGATE: shouldBeginEditingInDOMRange:range from 0 of DIV > BODY > HTML > #document to 3 of DIV > BODY > HTML > #document
-EDITING DELEGATE: webViewDidBeginEditing:WebViewDidBeginEditingNotification
-EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
-EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
+CONSOLE MESSAGE: line 31: ReferenceError: Can't find variable: runEditingTest
layer at (0,0) size 800x600
RenderView at (0,0) size 800x600
layer at (0,0) size 800x600
@@ -28,5 +25,3 @@
RenderBlock {P} at (0,156) size 784x18
RenderText {#text} at (0,0) size 424x18
text run at (0,0) width 424: "This is a paragraph outside the editable block with overflow:hidden"
-selection start: position 0 of child 0 {#text} of child 1 {P} of child 5 {DIV} of child 1 {BODY} of child 0 {HTML} of document
-selection end: position 113 of child 0 {#text} of child 1 {P} of child 5 {DIV} of child 1 {BODY} of child 0 {HTML} of document
Eric Seidel (no email)
Failed again:
http://build.webkit.org/results/SnowLeopard%20Intel%20Release%20(Tests)/r61301%20(11793)/editing/selection/leave-requested-block-pretty-diff.html
Eric Seidel (no email)
Bug 40764 is likely the same issue.
Eric Seidel (no email)
*** This bug has been marked as a duplicate of bug 40764 ***