Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(218)

Unified Diff: LayoutTests/fast/forms/select-clientheight-with-multiple-attr-expected.txt

Issue 580013002: Support size<4 rendering of listbox <select>. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: LayoutTests/fast/forms/select-clientheight-with-multiple-attr-expected.txt
diff --git a/LayoutTests/fast/forms/select-clientheight-with-multiple-attr-expected.txt b/LayoutTests/fast/forms/select-clientheight-with-multiple-attr-expected.txt
index f94440ec1c14b986cab606e7c0d58de722bd1a70..f178090e167fc944a3a0b39378cc4bdb713feb7d 100644
--- a/LayoutTests/fast/forms/select-clientheight-with-multiple-attr-expected.txt
+++ b/LayoutTests/fast/forms/select-clientheight-with-multiple-attr-expected.txt
@@ -3,10 +3,10 @@ HTMLSelectElement multiple attribute test when no size is specified
PASS clientHeight('sel2') is clientHeight('sel1')
PASS getElemById('sel2').setAttribute('size', '5'); clientHeight('sel2') > clientHeight('sel1') is true
PASS clientHeight('sel3') is clientHeight('sel1')
-PASS getElemById('sel3').setAttribute('size', '2'); clientHeight('sel3') is clientHeight('sel1')
+PASS getElemById('sel3').setAttribute('size', '2'); clientHeight('sel3') < clientHeight('sel1') is true
PASS getElemById('sel3').setAttribute('size', '0'); clientHeight('sel3') is clientHeight('sel1')
PASS getElemById('sel3').setAttribute('size', ''); clientHeight('sel3') is clientHeight('sel1')
-PASS getElemById('sel3').setAttribute('size', '1+ef'); clientHeight('sel3') is clientHeight('sel1')
+PASS getElemById('sel3').setAttribute('size', '1+ef'); clientHeight('sel3') < clientHeight('sel1') is true
PASS successfullyParsed is true
TEST COMPLETE

Powered by Google App Engine
This is Rietveld 408576698