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

Side by Side Diff: LayoutTests/fast/table/table-captions-child-visible-crash.html

Issue 7048016: Merge 86781 (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/742/
Patch Set: Created 9 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
« no previous file with comments | « no previous file | LayoutTests/fast/table/table-captions-child-visible-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 <html> 1 <html>
2 <body> 2 <body>
3 Test passes if it does not crash. 3 Test passes if it does not crash.
4 <div style="visibility: collapse;"> 4 <div style="visibility: collapse;">
5 <table> 5 <table>
6 <caption></caption> 6 <caption></caption>
7 <caption> 7 <caption>
8 <span style="visibility: visible;"></span> 8 <span style="visibility: visible;"></span>
9 </caption> 9 </caption>
10 </table> 10 </table>
11 </div> 11 </div>
12 <script> 12 <script>
13 if (window.layoutTestController) 13 if (window.layoutTestController)
14 layoutTestController.dumpAsText(); 14 layoutTestController.dumpAsText();
15 </script> 15 </script>
16 </body> 16 </body>
17 </html> 17 </html>
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/fast/table/table-captions-child-visible-crash-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698