diff options
author | jparent@chromium.org <jparent@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-10-08 20:44:12 +0000 |
---|---|---|
committer | jparent@chromium.org <jparent@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-10-08 20:44:12 +0000 |
commit | ce76aa74b0bacbe93aa961a7df277e12cbe9f1c9 (patch) | |
tree | ace752bc64bcd74f158e0c036e3a1953354cdf8d /webkit | |
parent | da429b901af02d580d5ad602c484d57d75be3f24 (diff) | |
download | chromium_src-ce76aa74b0bacbe93aa961a7df277e12cbe9f1c9.zip chromium_src-ce76aa74b0bacbe93aa961a7df277e12cbe9f1c9.tar.gz chromium_src-ce76aa74b0bacbe93aa961a7df277e12cbe9f1c9.tar.bz2 |
Add chrome linux/win baselines for LayoutTests/fast/repaint/line-in-scrolled-clipped-block.html.
This test was added upstream in http://trac.webkit.org/changeset/49131.
You can see the upstream results here: http://trac.webkit.org/browser/trunk/LayoutTests/platform/mac/fast/repaint/line-in-scrolled-clipped-block-expected.png?rev=49131
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/267016
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28440 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit')
6 files changed, 11 insertions, 4 deletions
diff --git a/webkit/data/layout_tests/platform/chromium-linux/LayoutTests/fast/repaint/line-in-scrolled-clipped-block-expected.checksum b/webkit/data/layout_tests/platform/chromium-linux/LayoutTests/fast/repaint/line-in-scrolled-clipped-block-expected.checksum new file mode 100644 index 0000000..f2ef637 --- /dev/null +++ b/webkit/data/layout_tests/platform/chromium-linux/LayoutTests/fast/repaint/line-in-scrolled-clipped-block-expected.checksum @@ -0,0 +1 @@ +7b8a0772098631aeb3779a3fea224201
\ No newline at end of file diff --git a/webkit/data/layout_tests/platform/chromium-linux/LayoutTests/fast/repaint/line-in-scrolled-clipped-block-expected.png b/webkit/data/layout_tests/platform/chromium-linux/LayoutTests/fast/repaint/line-in-scrolled-clipped-block-expected.png Binary files differnew file mode 100644 index 0000000..599bc6e --- /dev/null +++ b/webkit/data/layout_tests/platform/chromium-linux/LayoutTests/fast/repaint/line-in-scrolled-clipped-block-expected.png diff --git a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/repaint/line-in-scrolled-clipped-block-expected.checksum b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/repaint/line-in-scrolled-clipped-block-expected.checksum new file mode 100644 index 0000000..947b21e --- /dev/null +++ b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/repaint/line-in-scrolled-clipped-block-expected.checksum @@ -0,0 +1 @@ +a14e9126a73c3700f0eb7806f87552ae
\ No newline at end of file diff --git a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/repaint/line-in-scrolled-clipped-block-expected.png b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/repaint/line-in-scrolled-clipped-block-expected.png Binary files differnew file mode 100644 index 0000000..a52446d --- /dev/null +++ b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/repaint/line-in-scrolled-clipped-block-expected.png diff --git a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/repaint/line-in-scrolled-clipped-block-expected.txt b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/repaint/line-in-scrolled-clipped-block-expected.txt new file mode 100644 index 0000000..d48c7f0 --- /dev/null +++ b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/repaint/line-in-scrolled-clipped-block-expected.txt @@ -0,0 +1,9 @@ +layer at (0,0) size 800x600 + RenderView at (0,0) size 800x600 +layer at (0,0) size 800x600 + RenderBlock {HTML} at (0,0) size 800x600 + RenderBody {BODY} at (8,8) size 784x584 +layer at (8,8) size 100x100 scrollX 58 scrollWidth 162 + RenderBlock {DIV} at (0,0) size 100x100 + RenderText {#text} at (0,0) size 162x19 + text run at (0,0) width 162: " PASS ." diff --git a/webkit/tools/layout_tests/test_expectations.txt b/webkit/tools/layout_tests/test_expectations.txt index 41b8767..510b7c6 100644 --- a/webkit/tools/layout_tests/test_expectations.txt +++ b/webkit/tools/layout_tests/test_expectations.txt @@ -3056,10 +3056,6 @@ BUG23901 WIN LINUX : LayoutTests/fast/box-shadow/inset.html = FAIL BUG24331 LINUX DEBUG : LayoutTests/svg/text/text-text-07-t.svg = FAIL PASS BUG24331 LINUX DEBUG : LayoutTests/svg/text/text-tselect-02-f.svg = FAIL PASS -// WebKit update: 49111:49142 -// Added in http://trac.webkit.org/changeset/49131, probably just needs expectations. -BUG_JPARENT WIN LINUX : LayoutTests/fast/repaint/line-in-scrolled-clipped-block.html = FAIL - // WebKit update: 49142:49190 // Changed in http://trac.webkit.org/changeset/49155. BUG_JORLOW : LayoutTests/storage/domstorage/sessionstorage/complex-values.html = FAIL |