Index: third_party/WebKit/LayoutTests/fast/forms/select-clientheight-with-multiple-attr-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/fast/forms/select-clientheight-with-multiple-attr-expected.txt b/third_party/WebKit/LayoutTests/fast/forms/select-clientheight-with-multiple-attr-expected.txt |
deleted file mode 100644 |
index f178090e167fc944a3a0b39378cc4bdb713feb7d..0000000000000000000000000000000000000000 |
--- a/third_party/WebKit/LayoutTests/fast/forms/select-clientheight-with-multiple-attr-expected.txt |
+++ /dev/null |
@@ -1,13 +0,0 @@ |
-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') < 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') < clientHeight('sel1') is true |
-PASS successfullyParsed is true |
- |
-TEST COMPLETE |
- |