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

Side by Side Diff: LayoutTests/fast/table/multiple-captions-crash2.xhtml

Issue 6913011: Merge 85355 (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
OLDNEW
1 <html xmlns="http://www.w3.org/1999/xhtml"> 1 <html xmlns="http://www.w3.org/1999/xhtml">
2 <script type="text/javascript"> 2 <script type="text/javascript">
3 function runTest() 3 function runTest()
4 { 4 {
5 if (window.layoutTestController) 5 if (window.layoutTestController)
6 layoutTestController.dumpAsText(); 6 layoutTestController.dumpAsText();
7 7
8 test = document.getElementById("test"); 8 test = document.getElementById("test");
9 test2 = document.getElementById("test2"); 9 test2 = document.getElementById("test2");
10 inp = document.createElement("input"); 10 inp = document.createElement("input");
(...skipping 10 matching lines...) Expand all
21 <caption id="test"> 21 <caption id="test">
22 <a>Text in caption 2</a> 22 <a>Text in caption 2</a>
23 </caption> 23 </caption>
24 <caption> 24 <caption>
25 <div id="test2"> 25 <div id="test2">
26 <a>Text in caption 3</a> 26 <a>Text in caption 3</a>
27 </div> 27 </div>
28 </caption> 28 </caption>
29 </body> 29 </body>
30 </html> 30 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698