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

Unified 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | LayoutTests/fast/dom/wrapper-classes-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/dom/wrapper-classes.html
diff --git a/LayoutTests/fast/dom/wrapper-classes.html b/LayoutTests/fast/dom/wrapper-classes.html
index 768daed856b385ab73a8ff4af4b2c7f34a9bb703..bd951f01936fae0fb15bf40794e2ae9206af2ebb 100644
--- a/LayoutTests/fast/dom/wrapper-classes.html
+++ b/LayoutTests/fast/dom/wrapper-classes.html
@@ -157,6 +157,7 @@ function runTest()
testTag("base", "HTMLBaseElement");
testTag("basefont", "HTMLElement");
testTag("bdo", "HTMLElement");
+ testTag("bgsound", "HTMLUnknownElement");
testTag("big", "HTMLElement");
testTag("blockquote", "HTMLQuoteElement");
testTag("body", "HTMLBodyElement");
« 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