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

Side by Side Diff: LayoutTests/fast/dom/document-set-body.html

Issue 7150014: Merge 87863 (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/742/
Patch Set: Created 9 years, 6 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/dom/document-set-body-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 PUBLIC "-//IETF//DTD HTML//EN"> 1 <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
2 <html> 2 <html>
3 <head> 3 <head>
4 <link rel="stylesheet" href="../js/resources/js-test-style.css"> 4 <link rel="stylesheet" href="../js/resources/js-test-style.css">
5 <script src="../js/resources/js-test-pre.js"></script> 5 <script src="../js/resources/js-test-pre.js"></script>
6 </head> 6 </head>
7 <body> 7 <body>
8 <p>Tests setting document.body</p> 8 <p>Tests setting document.body</p>
9 <div id="console"></div> 9 <div id="console"></div>
10 <script> 10 <script>
(...skipping 11 matching lines...) Expand all
22 22
23 body1 = document1.createElement('body'); 23 body1 = document1.createElement('body');
24 document1.body = body1; 24 document1.body = body1;
25 shouldBe("document1.body", "body1") 25 shouldBe("document1.body", "body1")
26 26
27 var successfullyParsed = true; 27 var successfullyParsed = true;
28 </script> 28 </script>
29 <script src="../js/resources/js-test-post.js"></script> 29 <script src="../js/resources/js-test-post.js"></script>
30 </body> 30 </body>
31 </html> 31 </html>
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/fast/dom/document-set-body-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698