Bug 70957 - Console message in copy-standalone-image-crash.html bleeds into the result of copy-standalone-image.html
Summary: Console message in copy-standalone-image-crash.html bleeds into the result of...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: HTML Editing (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Ryosuke Niwa
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-10-26 12:14 PDT by Ryosuke Niwa
Modified: 2011-10-26 21:56 PDT (History)
4 users (show)

See Also:


Attachments
fixes the test (1.93 KB, patch)
2011-10-26 12:18 PDT, Ryosuke Niwa
ojan: review+
rniwa: commit-queue+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Ryosuke Niwa 2011-10-26 12:14:37 PDT
See http://test-results.appspot.com/dashboards/flakiness_dashboard.html#showExpectations=true&showLargeExpectations=true&tests=editing%2Fpasteboard%2Fcopy-standalone-image.html

--- e:\b\build\slave\Webkit_Win\build\layout-test-results\editing/pasteboard/copy-standalone-image-expected.txt 
+++ e:\b\build\slave\Webkit_Win\build\layout-test-results\editing/pasteboard/copy-standalone-image-actual.txt 
@@ -1,3 +1,4 @@
+CONSOLE MESSAGE: line 35: Uncaught TypeError: Cannot read property 'style' of null
 EDITING DELEGATE: shouldBeginEditingInDOMRange:range from 0 of DIV > BODY > HTML > #document to 1 of DIV > BODY > HTML > #document
 EDITING DELEGATE: webViewDidBeginEditing:WebViewDidBeginEditingNotification
 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification

The console message spit out for script in copy-standalone-image-crash.html is causing copy-standalone-image.html to fail.
Comment 1 Ryosuke Niwa 2011-10-26 12:18:58 PDT
Created attachment 112576 [details]
fixes the test
Comment 2 Ryosuke Niwa 2011-10-26 21:56:55 PDT
Committed r98533: <http://trac.webkit.org/changeset/98533>