Commit 43fcba7f authored by dbates@webkit.org's avatar dbates@webkit.org

2010-01-26 Daniel Bates <dbates@webkit.org>

        Unreviewed. Updated expected failing results for table-percent-height.html
        to reflect one pixel difference between the results generated by the Qt bot
        and my machine. Added failing test fast/css/button-height.html to GTK Skipped
        file as we need to look into this. See bug #33936 for more details.

        * platform/gtk/Skipped: Added failing test fast/css/button-height.html.
        * platform/qt/fast/replaced/table-percent-height-expected.txt: Updated result.


git-svn-id: svn://svn.chromium.org/blink/trunk@53900 bbb929c8-8fbe-4397-9dbb-9b2b20218538
parent 7f8c270a
2010-01-26 Daniel Bates <dbates@webkit.org>
Unreviewed. Updated expected failing results for table-percent-height.html
to reflect one pixel difference between the results generated by the Qt bot
and my machine. Added failing test fast/css/button-height.html to GTK Skipped
file as we need to look into this. See bug #33936 for more details.
* platform/gtk/Skipped: Added failing test fast/css/button-height.html.
* platform/qt/fast/replaced/table-percent-height-expected.txt: Updated result.
2010-01-26 Daniel Bates <dbates@webkit.org>
Reviewed by Tor Arne Vestbø.
......@@ -5474,6 +5474,10 @@ http/tests/security/frameNavigation/cross-origin-opener.html
# Tests with bugs attached : Enable these tests again once these bugs are fixed.
# ------------------
# Height not honored for <input> and <button> elements.
# See Bug #33936 - https://bugs.webkit.org/show_bug.cgi?id=33936
fast/css/button-height.htm
# See Bug #27637 - https://bugs.webkit.org/show_bug.cgi?id=27637
fast/history/saves-state-after-fragment-nav.html
......
......@@ -46,10 +46,10 @@ PASS getWidth('object-100') is '300px'
PASS getHeight('object-100') is '150px'
PASS getWidth('button-75') is getWidth('button-100')
PASS getHeight('button-75') != '0px' is true
FAIL getHeight('button-75') should be 21px. Was 15px.
FAIL getHeight('button-75') should be 20px. Was 14px.
PASS getWidth('input-button-75') is getWidth('input-button-100')
PASS getHeight('input-button-75') != '0px' is true
FAIL getHeight('input-button-75') should be 21px. Was 15px.
FAIL getHeight('input-button-75') should be 20px. Was 14px.
PASS getWidth('input-checkbox-75') is getWidth('input-checkbox-100')
PASS getHeight('input-checkbox-75') != '0px' is true
PASS getHeight('input-checkbox-75') is 75% of getHeight('input-checkbox-100').
......@@ -65,10 +65,10 @@ PASS getHeight('input-radio-75') != '0px' is true
PASS getHeight('input-radio-75') is 75% of getHeight('input-radio-100').
PASS getWidth('input-reset-75') is getWidth('input-reset-100')
PASS getHeight('input-reset-75') != '0px' is true
FAIL getHeight('input-reset-75') should be 21px. Was 15px.
FAIL getHeight('input-reset-75') should be 20px. Was 14px.
PASS getWidth('input-submit-75') is getWidth('input-submit-100')
PASS getHeight('input-submit-75') != '0px' is true
FAIL getHeight('input-submit-75') should be 21px. Was 15px.
FAIL getHeight('input-submit-75') should be 20px. Was 14px.
PASS getWidth('select-75') is getWidth('select-100')
PASS getHeight('select-75') != '0px' is true
PASS getHeight('select-75') is getHeight('select-100')
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment