summaryrefslogtreecommitdiffstats
path: root/webkit/data
diff options
context:
space:
mode:
authordglazkov@chromium.org <dglazkov@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-02-10 23:30:35 +0000
committerdglazkov@chromium.org <dglazkov@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-02-10 23:30:35 +0000
commit534aeda1fa3dc4aa695aaadbc6745c1c085bd915 (patch)
tree3f40d3ec8e20226975b10927f097a49cb15540fa /webkit/data
parentf2fe1ca87ec71708ed70382d3ef44523fb06befc (diff)
downloadchromium_src-534aeda1fa3dc4aa695aaadbc6745c1c085bd915.zip
chromium_src-534aeda1fa3dc4aa695aaadbc6745c1c085bd915.tar.gz
chromium_src-534aeda1fa3dc4aa695aaadbc6745c1c085bd915.tar.bz2
Add expectations for the test we pass, but Win upstream doesn't.
TBR=darin TEST=none BUG=33359 Review URL: http://codereview.chromium.org/601034 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@38700 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/data')
-rw-r--r--webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/css/button-height-expected.txt12
1 files changed, 12 insertions, 0 deletions
diff --git a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/css/button-height-expected.txt b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/css/button-height-expected.txt
new file mode 100644
index 0000000..acbd984
--- /dev/null
+++ b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/css/button-height-expected.txt
@@ -0,0 +1,12 @@
+This tests that the specified height is honored (*) for <input> and <button> elements.
+(*) The Mac ports ignore the specified height for <input type="button"> elements unless a border and/or background CSS property is also specified (see the fifth button below). Disregarding padding, they render the button with a height equal to the height of the font used for the button label.
+
+On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
+
+
+PASS document.getElementById('button1').offsetHeight is document.getElementById('button2').offsetHeight
+PASS document.getElementById('button3').offsetHeight is 40
+PASS document.getElementById('button4').offsetHeight is 40
+PASS document.getElementById('button5').offsetHeight is correct for this platform.
+
+TEST COMPLETE