WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
62823
convert editing/deleting/delete-3608430-fix.html to DumpAsTextEditingTest
https://bugs.webkit.org/show_bug.cgi?id=62823
Summary
convert editing/deleting/delete-3608430-fix.html to DumpAsTextEditingTest
Wyatt Carss
Reported
2011-06-16 14:35:33 PDT
If possible, I'd like to find out what this test is actually testing. I'm reviewing possible candidates for conversion to text, and this one's very opaque, but doesn't appear to need to be rendered. It also happens to have a broken image reference and a superfluous quote floating in it - after fixing them, the test still passed. My hypothesis is that it's testing that deleting an image will remove the empty <i></i> before it, so with a certain number of deletion operations we'll end up with a certain success text. In that case, the progression of operations and the success text matter more than the pixels, so DumpAsTextEditingTest seems like a great choice. But I'm concerned that there's something I'm missing here -- also, I'd love to add a self-contained description to the test for the future.
Attachments
possible patch
(87.15 KB, patch)
2011-06-16 14:55 PDT
,
Wyatt Carss
no flags
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Wyatt Carss
Comment 1
2011-06-16 14:55:02 PDT
Created
attachment 97508
[details]
possible patch
Wyatt Carss
Comment 2
2011-06-16 14:56:54 PDT
Comment on
attachment 97508
[details]
possible patch If this description is correct, and there aren't objections to conversion, I submit this patch. Otherwise, I'll make corrections.
Ryosuke Niwa
Comment 3
2011-06-21 13:58:53 PDT
Comment on
attachment 97508
[details]
possible patch View in context:
https://bugs.webkit.org/attachment.cgi?id=97508&action=review
> LayoutTests/editing/deleting/delete-3608430-fix.html:37 > -runEditingTest(); > +runDumpAsTextEditingTest();
We might need to wait until page load event because the image may not have been loaded at this point.
WebKit Review Bot
Comment 4
2011-06-21 14:18:37 PDT
Comment on
attachment 97508
[details]
possible patch Clearing flags on attachment: 97508 Committed
r89382
: <
http://trac.webkit.org/changeset/89382
>
WebKit Review Bot
Comment 5
2011-06-21 14:18:42 PDT
All reviewed patches have been landed. Closing bug.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug