http://build.webkit.org/results/Apple%20MountainLion%20Debug%20WK2%20(Tests)/r128782%20(1139)/results.html There is one more layer than before: --- /Volumes/Data/slave/mountainlion-debug-tests-wk2/build/layout-test-results/compositing/rtl/rtl-fixed-overflow-expected.txt +++ /Volumes/Data/slave/mountainlion-debug-tests-wk2/build/layout-test-results/compositing/rtl/rtl-fixed-overflow-actual.txt @@ -4,7 +4,12 @@ (children 1 (GraphicsLayer (bounds 1000.00 1000.00) - (children 1 + (children 2 + (GraphicsLayer + (position 265.00 50.00) + (bounds 100.00 100.00) + (drawsContent 1) + ) (GraphicsLayer (position 265.00 50.00) (bounds 100.00 100.00)
Confusingly, r128678 added expected results for platform/mac, but those are the same as cross platform ones.
Two more tests affected by r128678 on WebKit2 only: fast/repaint/fixed-move-after-keyboard-scroll.html fast/regions/float-pushed-width-change.html
Probably because of Beth's fixed position stuff?
(In reply to comment #3) > Probably because of Beth's fixed position stuff? Yes, I'm working on it. We need some wk2-specific test results because of the fact that we're only doing setAcceleratedCompositingForFixedPositionEnabled(true) in WK2, not WK1.
Created attachment 164453 [details] Patch
Comment on attachment 164453 [details] Patch r=me, assuming you've checked with the person who wrote the test that you're changing (fast/regions/float-pushed-width-change). Does seem safe, though.
Thanks, Tim! http://trac.webkit.org/changeset/128811