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

Unified Diff: LayoutTests/fast/dom/wrapper-classes-expected.txt

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 | « LayoutTests/fast/dom/wrapper-classes.html ('k') | Source/core/html/HTMLTagNames.in » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/dom/wrapper-classes-expected.txt
diff --git a/LayoutTests/fast/dom/wrapper-classes-expected.txt b/LayoutTests/fast/dom/wrapper-classes-expected.txt
index 10401a39eedfd637e8e170b201b97eed2179afde..c0852d9a3d81804ebf781339535949ca643615dc 100644
--- a/LayoutTests/fast/dom/wrapper-classes-expected.txt
+++ b/LayoutTests/fast/dom/wrapper-classes-expected.txt
@@ -213,6 +213,10 @@ PASS tagClassString('bdo') is "HTMLElement"
FAIL tagPrototypeClassString('bdo') should be HTMLElementPrototype. Was Object.
PASS tagConstructorClassString('bdo') is "Function"
PASS tagConstructorName('bdo') is "HTMLElement"
+PASS tagClassString('bgsound') is "HTMLUnknownElement"
+FAIL tagPrototypeClassString('bgsound') should be HTMLUnknownElementPrototype. Was Object.
+PASS tagConstructorClassString('bgsound') is "Function"
+PASS tagConstructorName('bgsound') is "HTMLUnknownElement"
PASS tagClassString('big') is "HTMLElement"
FAIL tagPrototypeClassString('big') should be HTMLElementPrototype. Was Object.
PASS tagConstructorClassString('big') is "Function"
« no previous file with comments | « LayoutTests/fast/dom/wrapper-classes.html ('k') | Source/core/html/HTMLTagNames.in » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698