diff options
author | darin@chromium.org <darin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-05-07 05:07:36 +0000 |
---|---|---|
committer | darin@chromium.org <darin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-05-07 05:07:36 +0000 |
commit | b91671d6aac3c67395b6f2f164cfbc6b3d254173 (patch) | |
tree | 40e92796adcfa7ea85fdc1053bd83bdda01a57e2 | |
parent | 47f809a46123b4e350b24cd791f1749e37e26d09 (diff) | |
download | chromium_src-b91671d6aac3c67395b6f2f164cfbc6b3d254173.zip chromium_src-b91671d6aac3c67395b6f2f164cfbc6b3d254173.tar.gz chromium_src-b91671d6aac3c67395b6f2f164cfbc6b3d254173.tar.bz2 |
Add missing baseline for http://trac.webkit.org/changeset/43278
TBR=agl
Review URL: http://codereview.chromium.org/113087
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@15518 0039d316-1c4b-4281-b951-d872f2087c98
4 files changed, 17 insertions, 1 deletions
diff --git a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/forms/select-dirty-parent-pref-widths-expected.checksum b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/forms/select-dirty-parent-pref-widths-expected.checksum new file mode 100644 index 0000000..9cd3c0a --- /dev/null +++ b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/forms/select-dirty-parent-pref-widths-expected.checksum @@ -0,0 +1 @@ +1b2754cf0af3ecf8d75665705fc2b427
\ No newline at end of file diff --git a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/forms/select-dirty-parent-pref-widths-expected.png b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/forms/select-dirty-parent-pref-widths-expected.png Binary files differnew file mode 100644 index 0000000..e53103a --- /dev/null +++ b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/forms/select-dirty-parent-pref-widths-expected.png diff --git a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/forms/select-dirty-parent-pref-widths-expected.txt b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/forms/select-dirty-parent-pref-widths-expected.txt new file mode 100644 index 0000000..99a5178 --- /dev/null +++ b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/forms/select-dirty-parent-pref-widths-expected.txt @@ -0,0 +1,16 @@ +layer at (0,0) size 800x600 + RenderView at (0,0) size 800x600 +layer at (0,0) size 800x90 + RenderBlock {HTML} at (0,0) size 800x90 + RenderBody {BODY} at (8,8) size 784x66 + RenderTable {TABLE} at (0,0) size 57x30 [border: (1px outset #808080)] + RenderTableSection {TBODY} at (1,1) size 55x28 + RenderTableRow {TR} at (0,2) size 55x24 + RenderTableCell {TD} at (2,2) size 51x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1] + RenderMenuList {SELECT} at (2,2) size 47x20 [bgcolor=#FFFFFF] [border: (1px solid #000000)] + RenderBlock (anonymous) at (1,1) size 45x18 + RenderText at (4,1) size 22x16 + text run at (4,1) width 22: "test" + RenderBlock {P} at (0,46) size 784x20 + RenderText {#text} at (0,0) size 425x19 + text run at (0,0) width 425: "The select element in the table above must not spill outside of the table." diff --git a/webkit/tools/layout_tests/test_expectations.txt b/webkit/tools/layout_tests/test_expectations.txt index 07c2433..8546f1e 100644 --- a/webkit/tools/layout_tests/test_expectations.txt +++ b/webkit/tools/layout_tests/test_expectations.txt @@ -2403,7 +2403,6 @@ BUG_DARIN LINUX : LayoutTests/editing/pasteboard/5027857.html = FAIL BUG_DARIN LINUX : LayoutTests/editing/pasteboard/paste-pre-002.html = FAIL // Regressions from WebKit merge 43242:43321. -BUG_DARIN WIN LINUX : LayoutTests/fast/forms/select-dirty-parent-pref-widths.html = FAIL BUG_DARIN WIN LINUX : LayoutTests/svg/transforms/text-with-pattern-inside-transformed-html.xhtml = FAIL BUG_DARIN WIN LINUX : LayoutTests/svg/transforms/text-with-pattern-with-svg-transform.svg = FAIL BUG_DARIN LINUX : LayoutTests/transitions/mask-transitions.html = FAIL PASS |