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

Side by Side Diff: LayoutTests/fast/dom/Attr/change-id-via-attr-node-value.html

Issue 3565007: Merge 68096 (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/517/
Patch Set: Created 10 years, 2 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/Attr/change-id-via-attr-node-value-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 <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 id="a"> 7 <body id="a">
8 <p id="description"></p> 8 <p id="description"></p>
9 <div id="console"></div> 9 <div id="console"></div>
10 <script> 10 <script>
(...skipping 203 matching lines...) Expand 10 before | Expand all | Expand 10 after
214 shouldBe('document.getElementById("o")', 'null'); 214 shouldBe('document.getElementById("o")', 'null');
215 shouldBe('document.getElementById("p")', 'document.body'); 215 shouldBe('document.getElementById("p")', 'document.body');
216 shouldBe('document.body.id', '"p"'); 216 shouldBe('document.body.id', '"p"');
217 shouldBe('document.body.getAttribute("id")', '"p"'); 217 shouldBe('document.body.getAttribute("id")', '"p"');
218 218
219 var successfullyParsed = true; 219 var successfullyParsed = true;
220 </script> 220 </script>
221 <script src="../../js/resources/js-test-post.js"></script> 221 <script src="../../js/resources/js-test-post.js"></script>
222 </body> 222 </body>
223 </html> 223 </html>
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/fast/dom/Attr/change-id-via-attr-node-value-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698