RESOLVED FIXED 11831
REGRESSION: pixel test failing for editing/selection/select-all-005.html
https://bugs.webkit.org/show_bug.cgi?id=11831
Summary REGRESSION: pixel test failing for editing/selection/select-all-005.html
Geoffrey Garen
Reported 2006-12-14 15:30:42 PST
The test reports that everything should be selected, but in the pixel results you can see that nothing is selected. To reproduce: run-webkit-tests editing/selection/select-all-005.html --pixel
Attachments
Unbreak the test (2.65 KB, patch)
2006-12-15 01:07 PST, mitz
oliver: review+
mitz
Comment 1 2006-12-14 15:49:12 PST
The test changed in <http://trac.webkit.org/projects/webkit/changeset/17562>, where a <script> element was added as the first child of the <html> element, so now it selects just that element instead of the body. The original test (without the first <script>) still passes!
mitz
Comment 2 2006-12-15 01:07:41 PST
Created attachment 11854 [details] Unbreak the test
Oliver Hunt
Comment 3 2006-12-15 01:11:29 PST
Comment on attachment 11854 [details] Unbreak the test hmmm.. i think it was quite possibly me who broke that
Alexey Proskuryakov
Comment 4 2006-12-16 02:14:31 PST
Committed revision 18249.
Note You need to log in before you can comment on or make changes to this bug.