Bug 34845

Summary: Right side of webkit.org stops being painted when root element has -webkit-perspective
Product: WebKit Reporter: Adam Roben (:aroben) <aroben>
Component: Layout and RenderingAssignee: Nobody <webkit-unassigned>
Status: RESOLVED CONFIGURATION CHANGED    
Severity: Normal CC: bfulgham, cmarrin, enrica
Priority: P2 Keywords: InRadar, PlatformOnly
Version: 528+ (Nightly build)   
Hardware: PC   
OS: Windows XP   
URL: http://webkit.org/

Description Adam Roben (:aroben) 2010-02-11 08:29:04 PST
To reproduce:

1. Go to http://webkit.org/
2. Size the window so that it is wider than the content requires (you should have no horizontal scrollbar)
2. Enter this in the address field and press Enter: javascript:document.documentElement.style.webkitPerspective = "300px"

In Debug builds, the right side of the page turns red, indicating that WebKit isn't painting this region anymore. In Release builds, it turns white.

This doesn't happen on Mac.
Comment 1 Adam Roben (:aroben) 2010-02-11 08:29:36 PST
<rdar://problem/7638050>