Bug 111199
| Summary: | Horizontal and vertical scrollbars have a flaky ordering in the layer tree | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Adrienne Walker <enne> |
| Component: | WebCore Misc. | Assignee: | Nobody <webkit-unassigned> |
| Status: | NEW | ||
| Severity: | Normal | CC: | danakj, enne, jamesr, rafaelw, shawnsingh, simon.fraser |
| Priority: | P2 | ||
| Version: | 528+ (Nightly build) | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Adrienne Walker
These should be made consistent so that layer tree dumps don't change based on which one gets added first. This causes layout test failures that look something like:
(GraphicsLayer
- (position 385.00 0.00)
- (bounds 15.00 385.00)
+ (position 0.00 385.00)
+ (bounds 385.00 15.00)
(drawsContent 1)
)
...which really isn't a failure at all and is just noise.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Rafael Weinstein
Added:
compositing/rtl/rtl-iframe-absolute-overflow.html
platform/chromium/virtual/softwarecompositing/rtl/rtl-iframe-absolute-overflow.html
http://trac.webkit.org/changeset/144987