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

Unified Diff: third_party/WebKit/LayoutTests/fast/forms/search/search-popup-crasher.html

Issue 2005093002: Remove non-standard 'results' attribute of INPUT element. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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: third_party/WebKit/LayoutTests/fast/forms/search/search-popup-crasher.html
diff --git a/third_party/WebKit/LayoutTests/fast/forms/search/search-popup-crasher.html b/third_party/WebKit/LayoutTests/fast/forms/search/search-popup-crasher.html
deleted file mode 100644
index 2b54f22551611cbf697b000626acab0133b87a56..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/fast/forms/search/search-popup-crasher.html
+++ /dev/null
@@ -1,26 +0,0 @@
-<HTML>
-<HEAD>
-<script>
-window.onload = function()
-{
- if (window.testRunner)
- testRunner.dumpAsText();
-
- if (window.location.href.indexOf('formSubmitted') != -1)
- return;
- document.getElementById('searchBox').value= 'quentin';
- document.getElementById('searchForm').submit();
-};
-</script>
-</HEAD>
-<BODY>
-
-<p>This page tests that a page with a search popup does not crash, as reported in <a href='https://bugs.webkit.org/show_bug.cgi?id=37141'>this bug</a>. Below is a search input that the test automatically fills then submits. Pass if this does not crash.</p><br><br>
-<FORM action="" id="searchForm">
-<INPUT autosave="my.search" id="searchBox" type="search" results="10" value=""><br>
-<INPUT type="hidden" name="state" value="formSubmitted"><br>
-<INPUT type="submit" value="Search">
-</FORM>
-
-</BODY>
-</HTML>

Powered by Google App Engine
This is Rietveld 408576698