Index: third_party/WebKit/LayoutTests/platform/mac/fast/forms/select-clientheight-large-size-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/platform/mac/fast/forms/select-clientheight-large-size-expected.txt b/third_party/WebKit/LayoutTests/platform/mac/fast/forms/select-clientheight-large-size-expected.txt |
deleted file mode 100644 |
index 05f199127c2e9c3a92029442ae9d0c844965a8e9..0000000000000000000000000000000000000000 |
--- a/third_party/WebKit/LayoutTests/platform/mac/fast/forms/select-clientheight-large-size-expected.txt |
+++ /dev/null |
@@ -1,15 +0,0 @@ |
-Tests that select elements cap their size to the size attribute and to 4 when no size is specified. |
- |
-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') is within 1 of 114 |
-PASS getElemById('select2').setAttribute('size', '12'); clientHeight('select2') is within 1 of 171 |
-PASS getElemById('select2').setAttribute('size', '16'); clientHeight('select2') is within 1 of 228 |
-PASS successfullyParsed is true |
- |
-TEST COMPLETE |
- |