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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | LayoutTests/fast/forms/image/image-error-event-crash-expected.txt » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <!doctype html> 1 <!DOCTYPE html>
2 <html> 2 <html>
3 <head> 3 <body>
4 Test passes if it does not crash.
5 <input id="x" type="image" onerror="x.type=''" src="" />
4 <script> 6 <script>
5 if (window.testRunner) 7 if (window.testRunner)
6 testRunner.dumpAsText(); 8 testRunner.dumpAsText();
7 </script> 9 </script>
8 </head>
9 <body>
10 Test passes if it does not crash.
11 <font face=""></font>
12 </body> 10 </body>
13 </html> 11 </html>
OLDNEW
« 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