From 921584f686c49f9eb051c6740840e4ac5f3e109c Mon Sep 17 00:00:00 2001 From: "simon.fraser@apple.com" Date: Sat, 6 Sep 2014 00:25:07 +0000 Subject: [PATCH] Change this test not to use a percentage width, and to use a non-blurred shadow to avoid different results on Retina display systems. * platform/mac-wk2/tiled-drawing/scrolling/frames/fixed-inside-frame-expected.txt: * platform/mac-wk2/tiled-drawing/scrolling/frames/fixed-inside-frame.html: git-svn-id: https://svn.webkit.org/repository/webkit/trunk@173347 268f45cc-cd09-0410-ab3c-d52691b4dbfc --- LayoutTests/ChangeLog | 8 ++++++++ .../frames/fixed-inside-frame-expected.txt | 22 +++++++++++----------- .../scrolling/frames/fixed-inside-frame.html | 4 ++-- 3 files changed, 21 insertions(+), 13 deletions(-) diff --git a/LayoutTests/ChangeLog b/LayoutTests/ChangeLog index ad6fdfd..2326ee0 100644 --- a/LayoutTests/ChangeLog +++ b/LayoutTests/ChangeLog @@ -1,3 +1,11 @@ +2014-09-05 Simon Fraser + + Change this test not to use a percentage width, and to use a non-blurred + shadow to avoid different results on Retina display systems. + + * platform/mac-wk2/tiled-drawing/scrolling/frames/fixed-inside-frame-expected.txt: + * platform/mac-wk2/tiled-drawing/scrolling/frames/fixed-inside-frame.html: + 2014-09-05 Jeffrey Pfau Unreviewed, skip tests for a feature that isn't supported diff --git a/LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/frames/fixed-inside-frame-expected.txt b/LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/frames/fixed-inside-frame-expected.txt index d742c73..ec0ea3b 100644 --- a/LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/frames/fixed-inside-frame-expected.txt +++ b/LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/frames/fixed-inside-frame-expected.txt @@ -3,16 +3,16 @@ (scrollable area size 785 600) (contents size 785 657) (non-fast-scrollable region - at (110,110) size 462x400) + at (110,110) size 480x400) (children 1 (Frame scrolling node - (scrollable area size 446 400) - (contents size 446 1016) + (scrollable area size 465 400) + (contents size 465 1016) (requested scroll position 0 120) (children 1 (Fixed node (anchor edges: AnchorEdgeLeft AnchorEdgeTop) - (viewport rect at last layout: 0.00 120.00 446.00 400.00) + (viewport rect at last layout: 0.00 120.00 465.00 400.00) (layer position at last layout 10.00 130.00) ) ) @@ -28,31 +28,31 @@ (contentsOpaque 1) (children 1 (GraphicsLayer - (position 80.00 80.00) - (bounds 522.00 460.00) + (position 98.00 98.00) + (bounds 504.00 424.00) (drawsContent 1) (children 1 (GraphicsLayer - (position 30.00 30.00) + (position 12.00 12.00) (children 1 (GraphicsLayer (anchor 0.00 0.00) - (bounds 446.00 400.00) + (bounds 465.00 400.00) (children 1 (GraphicsLayer (position 0.00 -120.00) (children 1 (GraphicsLayer (anchor 0.00 0.00) - (bounds 446.00 1016.00) + (bounds 465.00 1016.00) (children 1 (GraphicsLayer - (bounds 446.00 1016.00) + (bounds 465.00 1016.00) (drawsContent 1) (children 1 (GraphicsLayer (position 10.00 130.00) - (bounds 436.00 100.00) + (bounds 455.00 100.00) (contentsOpaque 1) (drawsContent 1) ) diff --git a/LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/frames/fixed-inside-frame.html b/LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/frames/fixed-inside-frame.html index 81d441b..31a1a37 100644 --- a/LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/frames/fixed-inside-frame.html +++ b/LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/frames/fixed-inside-frame.html @@ -5,9 +5,9 @@ -- 1.8.3.1