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

Unified Diff: LayoutTests/platform/chromium/fast/forms/search-popup-crasher.html

Issue 14120003: Move LayoutTests from platform/chromium/... to generic location (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 8 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/platform/chromium/fast/forms/search-popup-crasher.html
diff --git a/LayoutTests/platform/chromium/fast/forms/search-popup-crasher.html b/LayoutTests/platform/chromium/fast/forms/search-popup-crasher.html
deleted file mode 100644
index 2b54f22551611cbf697b000626acab0133b87a56..0000000000000000000000000000000000000000
--- a/LayoutTests/platform/chromium/fast/forms/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