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   

Description Adrienne Walker 2013-03-01 11:11:24 PST
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.
Comment 1 Rafael Weinstein 2013-03-06 15:01:17 PST
Added:

compositing/rtl/rtl-iframe-absolute-overflow.html
platform/chromium/virtual/softwarecompositing/rtl/rtl-iframe-absolute-overflow.html

http://trac.webkit.org/changeset/144987