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

Side by Side Diff: LayoutTests/fast/dom/collection-item-should-be-overridden-by-own-property.html

Issue 48903019: Delete js-test-post.js. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 1 month 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 | Annotate | Revision Log
OLDNEW
1 <html> 1 <html>
2 <head> 2 <head>
3 <style id="link1">span { margin: 1px; }</style> 3 <style id="link1">span { margin: 1px; }</style>
4 <style id="link2"></style> 4 <style id="link2"></style>
5 <script src="../../fast/js/resources/js-test-pre.js"></script> 5 <script src="../../fast/js/resources/js-test-pre.js"></script>
6 </head> 6 </head>
7 <body style="margin: 1px"> 7 <body style="margin: 1px">
8 <div id="testElements"> 8 <div id="testElements">
9 <input type="text" id="element0" name="foo"> 9 <input type="text" id="element0" name="foo">
10 <input type="text" id="element1" name="bar"> 10 <input type="text" id="element1" name="bar">
(...skipping 12 matching lines...) Expand all
23 shouldBe("document.body.attributes.style", "document.body.attributes['style']"); 23 shouldBe("document.body.attributes.style", "document.body.attributes['style']");
24 document.body.attributes.style = 1; 24 document.body.attributes.style = 1;
25 shouldBe("document.body.attributes.style", "1"); 25 shouldBe("document.body.attributes.style", "1");
26 26
27 27
28 document.getElementById('testElements').style.display = 'none'; 28 document.getElementById('testElements').style.display = 'none';
29 29
30 var successfullyParsed = true; 30 var successfullyParsed = true;
31 31
32 </script> 32 </script>
33 <script src="../../fast/js/resources/js-test-post.js"></script>
34 </body> 33 </body>
35 </html> 34 </html>
OLDNEW
« no previous file with comments | « LayoutTests/fast/dom/collection-item.html ('k') | LayoutTests/fast/dom/collection-length-should-not-be-overridden.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698