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

Unified Diff: LayoutTests/fast/forms/select/select-typeahead-crash.html

Issue 11090042: Revert 130719 - Merge 130717 - HTMLSelectElement::typeAheadFind depends on implementation dependent… (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/1229/
Patch Set: Created 8 years, 2 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
« no previous file with comments | « no previous file | LayoutTests/fast/forms/select/select-typeahead-crash-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/forms/select/select-typeahead-crash.html
===================================================================
--- LayoutTests/fast/forms/select/select-typeahead-crash.html (revision 130857)
+++ LayoutTests/fast/forms/select/select-typeahead-crash.html (working copy)
@@ -1,25 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script src="../../js/resources/js-test-pre.js"></script>
-</head>
-<body>
-<p id="description"></p>
-<p>Please run this with DumpRenderTree.</p>
-<select id="test"><optgroup></optgroup><optgroup></optgroup></select>
-<div id="console"></div>
-<script>
-description('Select element without option but optgroup causes crash on key press');
-function keyDown(key, modifiers)
-{
- if (!window.eventSender)
- return;
- eventSender.keyDown(key, modifiers);
-}
-var test = document.getElementById("test");
-test.focus();
-keyDown('a');
-keyDown('b');
-</script>
-<script src="../../js/resources/js-test-post.js"></script>
-</body>
« no previous file with comments | « no previous file | LayoutTests/fast/forms/select/select-typeahead-crash-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698