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

Unified Diff: LayoutTests/fast/forms/select-clientheight-large-size-expected.txt

Issue 347773002: Implement select listbox using shadow DOM (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 5 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-large-size-expected.txt
diff --git a/LayoutTests/fast/forms/select-clientheight-large-size-expected.txt b/LayoutTests/fast/forms/select-clientheight-large-size-expected.txt
index 53048a115bfd0f86c601aa764fb5a4ad76b18733..ef1cfba46c1c7ed2c42ceb4060b31521ed081207 100644
--- a/LayoutTests/fast/forms/select-clientheight-large-size-expected.txt
+++ b/LayoutTests/fast/forms/select-clientheight-large-size-expected.txt
@@ -6,9 +6,9 @@ On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
PASS clientHeight('select2') is clientHeight('select1')
PASS getElemById('select2').setAttribute('size', '4'); clientHeight('select2') == clientHeight('select1') is true
PASS getElemById('select2').setAttribute('size', '5'); clientHeight('select2') > clientHeight('select1') is true
-PASS getElemById('select2').setAttribute('size', '8'); clientHeight('select2') == multipleOfElement('select1', 2) is true
-PASS getElemById('select2').setAttribute('size', '12'); clientHeight('select2') == multipleOfElement('select1', 3) is true
-PASS getElemById('select2').setAttribute('size', '16'); clientHeight('select2') == multipleOfElement('select1', 4) is true
+PASS getElemById('select2').setAttribute('size', '8'); clientHeight('select2') is within 1 of 136
+PASS getElemById('select2').setAttribute('size', '12'); clientHeight('select2') is within 1 of 204
+PASS getElemById('select2').setAttribute('size', '16'); clientHeight('select2') is within 1 of 272
PASS successfullyParsed is true
TEST COMPLETE

Powered by Google App Engine
This is Rietveld 408576698