Bug 35359
Summary: | fast/repaint/renderer-destruction-by-invalidateSelection-crash.html fails intermittently | ||
---|---|---|---|
Product: | WebKit | Reporter: | Eric Seidel (no email) <eric> |
Component: | Tools / Tests | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED WORKSFORME | ||
Severity: | Normal | CC: | dpranke |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | PC | ||
OS: | OS X 10.5 | ||
Bug Depends on: | |||
Bug Blocks: | 34984 |
Eric Seidel (no email)
fast/repaint/renderer-destruction-by-invalidateSelection-crash.html fails intermittently
I'm seeing this when running a Mac WebKit DRT under run-chromium-webkit-tests, but it may affect the normal run-webkit-tests too.
NOTE: The diff is backwards due to bug 35265
--- /tmp/run-chromium-webkit-tests-layout-test-results/fast/repaint/renderer-destruction-by-invalidateSelection-crash-actual.txt
+++ /tmp/run-chromium-webkit-tests-layout-test-results/fast/repaint/renderer-destruction-by-invalidateSelection-crash-expected.txt
@@ -1,1 +1,21 @@
-
+layer at (0,0) size 800x600
+ RenderView at (0,0) size 800x600
+layer at (0,0) size 800x600
+ RenderBlock {HTML} at (0,0) size 800x600
+ RenderBody {BODY} at (8,8) size 784x584
+ RenderBlock {DIV} at (0,0) size 784x23
+ RenderTextControl {INPUT} at (2,2) size 125x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+ RenderText {#text} at (0,0) size 0x0
+ RenderBlock (anonymous) at (0,23) size 784x18
+ RenderText {#text} at (0,0) size 4x18
+ text run at (0,0) width 4: " "
+ RenderText {#text} at (0,0) size 0x0
+ RenderBlock {DIV} at (0,41) size 784x0
+ RenderBlock (anonymous) at (0,41) size 784x0
+ RenderText {#text} at (0,0) size 0x0
+ RenderText {#text} at (0,0) size 0x0
+ RenderText {#text} at (0,0) size 0x0
+ RenderText {#text} at (0,0) size 0x0
+layer at (13,13) size 119x13
+ RenderBlock {DIV} at (3,3) size 119x13
+caret: position 0 of child 0 {DIV} of child 1 {INPUT} of child 1 {DIV} of child 1 {BODY} of child 0 {HTML} of document
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Dirk Pranke
why is this blocking bug 34984?
Dirk Pranke
If this is even still failing, I don't think it should block bug 34984. I plan on verifying that it works now, but if it doesn't, I plan to clear the blocking flag on Mon 4/11. If you disagree, now would be a good time to speak up :).
Dirk Pranke
This test no longer appears to be failing. Closing as WORKSFORME.