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

Unified Diff: LayoutTests/fast/forms/image/image-error-event-crash.html

Issue 14741011: Error event was fired synchronously blowing away the input element from underneath. Remove the FIXM… (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 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
« no previous file with comments | « no previous file | LayoutTests/fast/forms/image/image-error-event-crash-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/forms/image/image-error-event-crash.html
diff --git a/LayoutTests/fast/html/font-face-empty-should-not-crash.html b/LayoutTests/fast/forms/image/image-error-event-crash.html
old mode 100644
new mode 100755
similarity index 61%
copy from LayoutTests/fast/html/font-face-empty-should-not-crash.html
copy to LayoutTests/fast/forms/image/image-error-event-crash.html
index b23b31cf9339cbfb85414d6a5f9b1f0e61a70b97..340a971d1697bfbe396cee40cd1dde6ded0b9d62
--- a/LayoutTests/fast/html/font-face-empty-should-not-crash.html
+++ b/LayoutTests/fast/forms/image/image-error-event-crash.html
@@ -1,13 +1,11 @@
-<!doctype html>
+<!DOCTYPE html>
<html>
-<head>
+<body>
+Test passes if it does not crash.
+<input id="x" type="image" onerror="x.type=''" src="" />
<script>
if (window.testRunner)
testRunner.dumpAsText();
</script>
-</head>
-<body>
-Test passes if it does not crash.
-<font face=""></font>
</body>
-</html>
+</html>
« no previous file with comments | « no previous file | LayoutTests/fast/forms/image/image-error-event-crash-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698