Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / fast / forms / file / display-none-upload-button.html
index 8657a18..ef848cf 100644 (file)
@@ -1,18 +1,18 @@
-<!DOCTYPE HTML>\r
-<style>\r
-input {\r
-    border: 5px solid salmon;\r
-}\r
-input::-webkit-file-upload-button {\r
-    display: none;\r
-}\r
-</style>\r
-Tests that a display:none upload button works.\r
-<input type="file">\r
-<script src="../../../resources/js-test.js"></script>\r
-<script>\r
-// FIXME: The text inside the file input should give the input a contentHeight\r
-// even when there's no upload button.\r
-// https://bugs.webkit.org/show_bug.cgi?id=109104\r
-shouldBeTrue("document.querySelector('input').offsetHeight > 10");\r
-</script>\r
+<!DOCTYPE HTML>
+<style>
+input {
+    border: 5px solid salmon;
+}
+input::-webkit-file-upload-button {
+    display: none;
+}
+</style>
+Tests that a display:none upload button works.
+<input type="file">
+<script src="../../../resources/js-test.js"></script>
+<script>
+// FIXME: The text inside the file input should give the input a contentHeight
+// even when there's no upload button.
+// https://bugs.webkit.org/show_bug.cgi?id=109104
+shouldBeTrue("document.querySelector('input').offsetHeight > 10");
+</script>