diff options
4 files changed, 24 insertions, 0 deletions
diff --git a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/forms/search-styled-expected.checksum b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/forms/search-styled-expected.checksum new file mode 100644 index 0000000..622a224 --- /dev/null +++ b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/forms/search-styled-expected.checksum @@ -0,0 +1 @@ +d270ac404cd3b31d03e092a72adfb1bd
\ No newline at end of file diff --git a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/forms/search-styled-expected.png b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/forms/search-styled-expected.png Binary files differnew file mode 100644 index 0000000..40b3b04 --- /dev/null +++ b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/forms/search-styled-expected.png diff --git a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/forms/search-styled-expected.txt b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/forms/search-styled-expected.txt new file mode 100644 index 0000000..3517785 --- /dev/null +++ b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/forms/search-styled-expected.txt @@ -0,0 +1,16 @@ +layer at (0,0) size 800x600 + RenderView at (0,0) size 800x600 +layer at (0,0) size 800x41 + RenderBlock {HTML} at (0,0) size 800x41 + RenderBody {BODY} at (8,8) size 784x25 + RenderTextControl {INPUT} at (2,2) size 140x21 [bgcolor=#FFFFFF] [border: (1px solid #BDC7D8)] + RenderBlock {DIV} at (18,4) size 118x13 + RenderBlock {DIV} at (2,0) size 15x11 + RenderBlock {DIV} at (107,3) size 8x8 + RenderText {#text} at (0,0) size 0x0 + RenderText {#text} at (0,0) size 0x0 + RenderText {#text} at (0,0) size 0x0 +layer at (48,14) size 87x13 scrollWidth 88 + RenderBlock {DIV} at (20,0) size 87x13 [color=#A9A9A9] + RenderText {#text} at (1,0) size 86x13 + text run at (1,0) width 86: "Search for Events" diff --git a/webkit/tools/layout_tests/test_expectations.txt b/webkit/tools/layout_tests/test_expectations.txt index 7542fa6c..d05de51 100644 --- a/webkit/tools/layout_tests/test_expectations.txt +++ b/webkit/tools/layout_tests/test_expectations.txt @@ -2665,3 +2665,10 @@ BUG11763 MAC LINUX : LayoutTests/fast/css/compare-content-style.html = FAIL PASS BUG11763 MAC LINUX : LayoutTests/editing/style/apply-through-end-of-document.html = FAIL PASS BUG11763 MAC LINUX : LayoutTests/webarchive/test-link-rel-icon.html = FAIL PASS +// This test got moved (and the baselines have been moved accordingly), but now as a result +// it seems to be failing?! +BUG11795 : LayoutTests/http/tests/misc/favicon-as-image.html = FAIL + +// Already baselined for chromium-win, may need to be done for mac/linux as well. +BUG11796 MAC LINUX : LayoutTests/fast/forms/search-styled.html = FAIL + |