Bug 119825 - compositing/geometry/bounds-ignores-hidden-dynamic.html has incorrect initial rendering
Summary: compositing/geometry/bounds-ignores-hidden-dynamic.html has incorrect initial...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Simon Fraser (smfr)
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2013-08-14 16:22 PDT by Simon Fraser (smfr)
Modified: 2013-08-22 17:28 PDT (History)
8 users (show)

See Also:


Attachments
Patch (16.14 KB, patch)
2013-08-22 16:55 PDT, Simon Fraser (smfr)
thorton: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Simon Fraser (smfr) 2013-08-14 16:22:39 PDT
When LayoutTests/compositing/geometry/bounds-ignores-hidden-dynamic.html is first loaded, the content is weirdly stretched. Resizing the window fixes it.
Comment 1 Radar WebKit Bug Importer 2013-08-14 16:23:21 PDT
<rdar://problem/14741490>
Comment 2 Simon Fraser (smfr) 2013-08-22 16:55:03 PDT
Created attachment 209406 [details]
Patch
Comment 3 Tim Horton 2013-08-22 16:59:21 PDT
Comment on attachment 209406 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=209406&action=review

> Source/WebCore/platform/graphics/GraphicsLayer.h:504
> +    // Whether this layer should have setNeedsDisplay called when resized.

The function name is pretty descriptive...
Comment 4 Simon Fraser (smfr) 2013-08-22 17:28:28 PDT
https://trac.webkit.org/r154470