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

Side by Side Diff: LayoutTests/fast/events/touch/nested-document-with-touch-handler-detached-crash.html

Issue 11884035: Merge 139345 (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/1364/
Patch Set: Created 7 years, 11 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/events/touch/nested-document-with-touch-handler-detached-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 <body> 3 <body>
4 <iframe id="testIframe" srcdoc="<iframe seamless srcdoc=' '> border: 2px sol id black"></iframe> 4 <iframe id="testIframe" srcdoc="<iframe seamless srcdoc=' '> border: 2px sol id black"></iframe>
5 <div>Test passes if DRT doesn't crash.</div> 5 <div>Test passes if DRT doesn't crash.</div>
6 <script> 6 <script>
7 if (window.testRunner) 7 if (window.testRunner)
8 testRunner.dumpAsText(); 8 testRunner.dumpAsText();
9 9
10 var testIframe = document.getElementById('testIframe'); 10 var testIframe = document.getElementById('testIframe');
11 var input = testIframe.contentDocument.createElement('input'); 11 var input = testIframe.contentDocument.createElement('input');
12 input.type = "RANGE"; 12 input.type = "RANGE";
13 input = 0; 13 input = 0;
14 </script> 14 </script>
15 </body> 15 </body>
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/fast/events/touch/nested-document-with-touch-handler-detached-crash-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698