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

Side by Side Diff: LayoutTests/fast/dom/wrapper-classes.html

Issue 728763006: bgsound must use the HTMLUnknownElement interface (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: bgsound only Created 6 years 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/wrapper-classes-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 <html> 1 <html>
2 <head> 2 <head>
3 <script src="../../resources/js-test.js"></script> 3 <script src="../../resources/js-test.js"></script>
4 <style id="style" media="screen"> 4 <style id="style" media="screen">
5 .non-existent-class { 5 .non-existent-class {
6 color: rgb(0, 0, 0); 6 color: rgb(0, 0, 0);
7 } 7 }
8 </style> 8 </style>
9 </head> 9 </head>
10 <body> 10 <body>
(...skipping 139 matching lines...) Expand 10 before | Expand all | Expand 10 after
150 testTag("acronym", "HTMLElement"); 150 testTag("acronym", "HTMLElement");
151 testTag("address", "HTMLElement"); 151 testTag("address", "HTMLElement");
152 testTag("applet", "HTMLAppletElement"); 152 testTag("applet", "HTMLAppletElement");
153 testTag("area", "HTMLAreaElement"); 153 testTag("area", "HTMLAreaElement");
154 testTag("article", "HTMLElement"); 154 testTag("article", "HTMLElement");
155 testTag("aside", "HTMLElement"); 155 testTag("aside", "HTMLElement");
156 testTag("b", "HTMLElement"); 156 testTag("b", "HTMLElement");
157 testTag("base", "HTMLBaseElement"); 157 testTag("base", "HTMLBaseElement");
158 testTag("basefont", "HTMLElement"); 158 testTag("basefont", "HTMLElement");
159 testTag("bdo", "HTMLElement"); 159 testTag("bdo", "HTMLElement");
160 testTag("bgsound", "HTMLUnknownElement");
160 testTag("big", "HTMLElement"); 161 testTag("big", "HTMLElement");
161 testTag("blockquote", "HTMLQuoteElement"); 162 testTag("blockquote", "HTMLQuoteElement");
162 testTag("body", "HTMLBodyElement"); 163 testTag("body", "HTMLBodyElement");
163 testTag("br", "HTMLBRElement"); 164 testTag("br", "HTMLBRElement");
164 testTag("button", "HTMLButtonElement"); 165 testTag("button", "HTMLButtonElement");
165 testTag("canvas", "HTMLCanvasElement"); 166 testTag("canvas", "HTMLCanvasElement");
166 testTag("caption", "HTMLTableCaptionElement"); 167 testTag("caption", "HTMLTableCaptionElement");
167 testTag("center", "HTMLElement"); 168 testTag("center", "HTMLElement");
168 testTag("cite", "HTMLElement"); 169 testTag("cite", "HTMLElement");
169 testTag("code", "HTMLElement"); 170 testTag("code", "HTMLElement");
(...skipping 116 matching lines...) Expand 10 before | Expand all | Expand 10 after
286 287
287 function frameLoaded() 288 function frameLoaded()
288 { 289 {
289 runTest(); 290 runTest();
290 } 291 }
291 292
292 </script> 293 </script>
293 <iframe id="xmlframe" onload="frameLoaded()" style="height:0px" src="data:applic ation/xhtml+xml,<?xml version='1.0' encoding='UTF-8'?><body/>"></iframe> 294 <iframe id="xmlframe" onload="frameLoaded()" style="height:0px" src="data:applic ation/xhtml+xml,<?xml version='1.0' encoding='UTF-8'?><body/>"></iframe>
294 </body> 295 </body>
295 </html> 296 </html>
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/fast/dom/wrapper-classes-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698