summaryrefslogtreecommitdiffstats
path: root/WebCore/manual-tests/input-type-file-autocomplete-frame-1.html
diff options
context:
space:
mode:
authorThe Android Open Source Project <initial-contribution@android.com>2009-03-03 18:28:41 -0800
committerThe Android Open Source Project <initial-contribution@android.com>2009-03-03 18:28:41 -0800
commit648161bb0edfc3d43db63caed5cc5213bc6cb78f (patch)
tree4b825dc642cb6eb9a060e54bf8d69288fbee4904 /WebCore/manual-tests/input-type-file-autocomplete-frame-1.html
parenta65af38181ac7d34544586bdb5cd004de93897ad (diff)
downloadexternal_webkit-648161bb0edfc3d43db63caed5cc5213bc6cb78f.zip
external_webkit-648161bb0edfc3d43db63caed5cc5213bc6cb78f.tar.gz
external_webkit-648161bb0edfc3d43db63caed5cc5213bc6cb78f.tar.bz2
auto import from //depot/cupcake/@135843
Diffstat (limited to 'WebCore/manual-tests/input-type-file-autocomplete-frame-1.html')
-rw-r--r--WebCore/manual-tests/input-type-file-autocomplete-frame-1.html23
1 files changed, 0 insertions, 23 deletions
diff --git a/WebCore/manual-tests/input-type-file-autocomplete-frame-1.html b/WebCore/manual-tests/input-type-file-autocomplete-frame-1.html
deleted file mode 100644
index 6abc90c..0000000
--- a/WebCore/manual-tests/input-type-file-autocomplete-frame-1.html
+++ /dev/null
@@ -1,23 +0,0 @@
-<html>
-<body>
-<p><b>BUG ID:</b> <a href="<rdar://problem/4532113> REGRESSION (NativeTextField): Crash occurs after modifying field then reloading page -[FormDelegate frameLayoutHasChanged:]">4532113</a> REGRESSION (NativeTextField): Crash occurs after modifying field then reloading page -[FormDelegate frameLayoutHasChanged:]</p>
-
-<p id="test" style="background-color:skyblue; padding:3px;"><b>STEPS TO TEST:</b>
-<ol>
-<li> enable Safari's auto fill
-<li> type something in the input field, and press enter to register it with autofill
-<li> clear the field and type part of the same string you did previously
-<li> without ever removing focus from the input field, select the suggestion autofill suggests
-<li> refresh the page or go to a bookmark (don't remove focus from the input field)
-</ol>
-</p>
-
-<p id="success" style="background-color:palegreen; padding:3px;"><b>TEST PASS:</b>
-no crash.
-</p>
-
-<p id="failure" style="background-color:#FF3300; padding:3px;"><b>TEST FAIL:</b>
-Crash in -[FormDelegate frameLayoutHasChanged:]
-</p>
-</body>
-</html>