RESOLVED FIXED 47792
dump-as-markup conversion: editing/execCommand/remove-formatting.html and remove-formatting-2.html
https://bugs.webkit.org/show_bug.cgi?id=47792
Summary dump-as-markup conversion: editing/execCommand/remove-formatting.html and rem...
Ryosuke Niwa
Reported 2010-10-17 21:56:37 PDT
The following tests should be converted to dump-as-markup tests: editing/execCommand/remove-formatting.html editing/execCommand/remove-formatting-2.html
Attachments
converts tests (32.38 KB, patch)
2010-10-17 22:22 PDT, Ryosuke Niwa
no flags
converts tests (32.38 KB, patch)
2010-10-17 22:28 PDT, Ryosuke Niwa
no flags
converts tests (32.38 KB, patch)
2010-10-17 22:31 PDT, Ryosuke Niwa
no flags
fixed per tkent's comments (32.36 KB, patch)
2010-10-18 11:38 PDT, Ryosuke Niwa
tkent: review+
tkent: commit-queue-
Ryosuke Niwa
Comment 1 2010-10-17 22:22:15 PDT
Created attachment 70996 [details] converts tests
Ryosuke Niwa
Comment 2 2010-10-17 22:28:03 PDT
Created attachment 70997 [details] converts tests
Ryosuke Niwa
Comment 3 2010-10-17 22:31:19 PDT
Created attachment 70998 [details] converts tests
Kent Tamura
Comment 4 2010-10-17 22:40:54 PDT
Comment on attachment 70998 [details] converts tests View in context: https://bugs.webkit.org/attachment.cgi?id=70998&action=review > LayoutTests/editing/execCommand/remove-formatting.html:15 > + layoutTestController.dumpAsText(); No need to call dumpAsText(). dump-as-markup.js calls it. > LayoutTests/platform/qt/editing/execCommand/remove-formatting-expected.txt:-25 > -EDITING DELEGATE: webViewDidChange:WebViewDidChangeNotification This sequence of editing callbacks looks different from other ports. Is it safe to remove this?
Ryosuke Niwa
Comment 5 2010-10-17 22:52:48 PDT
(In reply to comment #4) > (From update of attachment 70998 [details]) > View in context: https://bugs.webkit.org/attachment.cgi?id=70998&action=review > > > LayoutTests/editing/execCommand/remove-formatting.html:15 > > + layoutTestController.dumpAsText(); > > No need to call dumpAsText(). dump-as-markup.js calls it. Oops, will fix. > > LayoutTests/platform/qt/editing/execCommand/remove-formatting-expected.txt:-25 > > -EDITING DELEGATE: webViewDidChange:WebViewDidChangeNotification > > This sequence of editing callbacks looks different from other ports. Is it safe to remove this? Mn... we might need to add platform-specific results later then.
Ryosuke Niwa
Comment 6 2010-10-18 11:38:47 PDT
Created attachment 71066 [details] fixed per tkent's comments
Kent Tamura
Comment 7 2010-10-18 21:56:17 PDT
Comment on attachment 71066 [details] fixed per tkent's comments ok. Please take care of Qt bot after committing this.
Ryosuke Niwa
Comment 8 2010-10-18 23:34:36 PDT
Note You need to log in before you can comment on or make changes to this bug.