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

Side by Side Diff: LayoutTests/fast/dom/HTMLAnchorElement/anchor-ismap-crash.html

Issue 12310028: Merge 142358 (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/1364/
Patch Set: Created 7 years, 10 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
« no previous file with comments | « no previous file | LayoutTests/fast/dom/HTMLAnchorElement/anchor-ismap-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 <body> 2 <body>
3 <script src="../../js/resources/js-test-pre.js"></script> 3 <script src="../../js/resources/js-test-pre.js"></script>
4 <a href="javascript:">foo<img ismap style="content:'bar'; display:block;"></a> 4 <a href="javascript:">foo<img ismap style="content:'bar'; display:block;"></a>
5 <script> 5 <script>
6 document.getElementsByTagName('img')[0].click(); 6 document.getElementsByTagName('img')[0].click();
7 testPassed('if not crashed.'); 7 testPassed('if not crashed.');
8 </script> 8 </script>
9 <script src="../../js/resources/js-test-post.js"></script> 9 <script src="../../js/resources/js-test-post.js"></script>
10 </body> 10 </body>
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/fast/dom/HTMLAnchorElement/anchor-ismap-crash-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698