summaryrefslogtreecommitdiffstats
path: root/chrome/test
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/test')
-rw-r--r--chrome/test/data/find_in_page/crash_14491.html8
1 files changed, 8 insertions, 0 deletions
diff --git a/chrome/test/data/find_in_page/crash_14491.html b/chrome/test/data/find_in_page/crash_14491.html
new file mode 100644
index 0000000..2b9c9d8
--- /dev/null
+++ b/chrome/test/data/find_in_page/crash_14491.html
@@ -0,0 +1,8 @@
+<html>
+<body>
+ <form><input type="text" id="search" /></form>
+ <script type="text/javascript">
+ document.getElementById("search").setAttribute("type","search");
+ </script>
+</body>
+</html> \ No newline at end of file