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

Side by Side Diff: LayoutTests/fast/table/crash-beforeBorder-dirty-section.html

Issue 9212061: Merge 105542 - Crash in RenderTable::borderBefore (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/963/
Patch Set: Created 8 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/table/crash-beforeBorder-dirty-section-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 <head>
4 <style> 4 <style>
5 #el1 { 5 #el1 {
6 border-collapse: collapse; 6 border-collapse: collapse;
7 -webkit-writing-mode: vertical-rl; 7 -webkit-writing-mode: vertical-rl;
8 } 8 }
9 </style> 9 </style>
10 </head> 10 </head>
(...skipping 14 matching lines...) Expand all
25 25
26 function crash() { 26 function crash() {
27 tbody.style.display = 'table'; 27 tbody.style.display = 'table';
28 document.body.innerHTML = "<a href='https://bugs.webkit.org/show_bug.cgi ?id=75215'>Bug 75215: Crash in RenderTable::borderBefore<a><br>This test has pas sed!"; 28 document.body.innerHTML = "<a href='https://bugs.webkit.org/show_bug.cgi ?id=75215'>Bug 75215: Crash in RenderTable::borderBefore<a><br>This test has pas sed!";
29 } 29 }
30 30
31 window.addEventListener('load', crash, false); 31 window.addEventListener('load', crash, false);
32 </script> 32 </script>
33 </body> 33 </body>
34 </html> 34 </html>
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/fast/table/crash-beforeBorder-dirty-section-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698