Bug 11831 - REGRESSION: pixel test failing for editing/selection/select-all-005.html
Summary: REGRESSION: pixel test failing for editing/selection/select-all-005.html
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: HTML Editing (show other bugs)
Version: 420+
Hardware: Mac OS X 10.4
: P1 Major
Assignee: Nobody
URL:
Keywords: LayoutTestFailure, Regression
Depends on:
Blocks:
 
Reported: 2006-12-14 15:30 PST by Geoffrey Garen
Modified: 2006-12-16 02:14 PST (History)
2 users (show)

See Also:


Attachments
Unbreak the test (2.65 KB, patch)
2006-12-15 01:07 PST, mitz
oliver: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Geoffrey Garen 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
Comment 1 mitz 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!
Comment 2 mitz 2006-12-15 01:07:41 PST
Created attachment 11854 [details]
Unbreak the test
Comment 3 Oliver Hunt 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
Comment 4 Alexey Proskuryakov 2006-12-16 02:14:31 PST
Committed revision 18249.