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

Side by Side Diff: LayoutTests/fast/table/table-section-node-at-point-crash.html

Issue 9569024: Merge 108372 (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/1025/
Patch Set: Created 8 years, 9 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/table/table-section-node-at-point-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 Test passes if it does not crash. 4 Test passes if it does not crash.
5 <style> 5 <style>
6 #test1 { 6 #test1 {
7 display: table-cell; 7 display: table-cell;
8 content: counter(c); 8 content: counter(c);
9 counter-reset: c; 9 counter-reset: c;
10 width: 1000px; 10 width: 1000px;
(...skipping 29 matching lines...) Expand all
40 if (window.layoutTestController) { 40 if (window.layoutTestController) {
41 GCController.collect(); 41 GCController.collect();
42 eventSender.mouseMoveTo(500, 500); 42 eventSender.mouseMoveTo(500, 500);
43 layoutTestController.notifyDone(); 43 layoutTestController.notifyDone();
44 } 44 }
45 } 45 }
46 window.onload = crash; 46 window.onload = crash;
47 </script> 47 </script>
48 </body> 48 </body>
49 </html> 49 </html>
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/fast/table/table-section-node-at-point-crash-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698