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

Side by Side Diff: LayoutTests/fast/html/unknown-tag.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
« no previous file with comments | « LayoutTests/fast/html/set-text-direction.html ('k') | LayoutTests/fast/images/border.html » ('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 <script src="../../fast/js/resources/js-test-pre.js"></script> 4 <script src="../../fast/js/resources/js-test-pre.js"></script>
5 </head> 5 </head>
6 <body> 6 <body>
7 Test HTMLUnknownElement 7 Test HTMLUnknownElement
8 <p> 8 <p>
9 This test verifies the following: 9 This test verifies the following:
10 <ol> 10 <ol>
(...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after
72 for (var staticElement in staticElements) { 72 for (var staticElement in staticElements) {
73 if (staticElements[staticElement]) { 73 if (staticElements[staticElement]) {
74 if (isBogusTag(staticElement)) { 74 if (isBogusTag(staticElement)) {
75 shouldBeTrue("staticElements[\"" + staticElement + "\"]" + " instanc eof HTMLUnknownElement"); 75 shouldBeTrue("staticElements[\"" + staticElement + "\"]" + " instanc eof HTMLUnknownElement");
76 } else { 76 } else {
77 shouldBeFalse("staticElements[\"" + staticElement + "\"]" + " instan ceof HTMLUnknownElement"); 77 shouldBeFalse("staticElements[\"" + staticElement + "\"]" + " instan ceof HTMLUnknownElement");
78 } 78 }
79 } 79 }
80 } 80 }
81 </script> 81 </script>
82 <script src="../../fast/js/resources/js-test-post.js"></script>
83 </body> 82 </body>
84 </html> 83 </html>
OLDNEW
« no previous file with comments | « LayoutTests/fast/html/set-text-direction.html ('k') | LayoutTests/fast/images/border.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698