Bug 11831

Summary: REGRESSION: pixel test failing for editing/selection/select-all-005.html
Product: WebKit Reporter: Geoffrey Garen <ggaren>
Component: HTML EditingAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Major CC: justin.garcia, mitz
Priority: P1 Keywords: LayoutTestFailure, Regression
Version: 420+   
Hardware: Mac   
OS: OS X 10.4   
Attachments:
Description Flags
Unbreak the test oliver: review+

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.