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

Side by Side Diff: LayoutTests/fast/html/unknown-tag.html

Issue 58533003: Move fast/js/resources files to resources. (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="../../resources/js-test.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>
11 <li>The <code><a href="http://www.whatwg.org/specs/web-apps/current-work/multi page/elements.html#htmlunknownelement">HTMLUnknownElement</a></code> 11 <li>The <code><a href="http://www.whatwg.org/specs/web-apps/current-work/multi page/elements.html#htmlunknownelement">HTMLUnknownElement</a></code>
12 interface is used for HTML elements that are not defined by the HTML5 12 interface is used for HTML elements that are not defined by the HTML5
13 specification (or other applicable specifications). 13 specification (or other applicable specifications).
14 <li>The <code><a href="http://www.whatwg.org/specs/web-apps/current-work/multi page/elements.html#htmlunknownelement">HTMLUnknownElement</a></code> 14 <li>The <code><a href="http://www.whatwg.org/specs/web-apps/current-work/multi page/elements.html#htmlunknownelement">HTMLUnknownElement</a></code>
(...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after
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 </body> 82 </body>
83 </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