Bug 34845 - Right side of webkit.org stops being painted when root element has -webkit-perspective
Summary: Right side of webkit.org stops being painted when root element has -webkit-pe...
Status: RESOLVED CONFIGURATION CHANGED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC Windows XP
: P2 Normal
Assignee: Nobody
URL: http://webkit.org/
Keywords: InRadar, PlatformOnly
Depends on:
Blocks:
 
Reported: 2010-02-11 08:29 PST by Adam Roben (:aroben)
Modified: 2022-02-12 18:29 PST (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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>