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

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

Issue 37513002: Create a HTMLUnknownElement when using createElement('image') (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: correct test and expected results Created 7 years, 2 months 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 36e1c3e6c3204f12b9b00ba8d172ae0a42b51cc5..d146f7af0eac056d6d139290f5fbda149fe68e90 100644
--- a/LayoutTests/fast/dom/wrapper-classes-expected.txt
+++ b/LayoutTests/fast/dom/wrapper-classes-expected.txt
@@ -394,10 +394,10 @@ PASS tagClassString('iframe') is "HTMLIFrameElement"
FAIL tagPrototypeClassString('iframe') should be HTMLIFrameElementPrototype. Was Object.
PASS tagConstructorClassString('iframe') is "Function"
PASS tagConstructorName('iframe') is "HTMLIFrameElement"
-PASS tagClassString('image') is "HTMLElement"
-FAIL tagPrototypeClassString('image') should be HTMLElementPrototype. Was Object.
+PASS tagClassString('image') is "HTMLUnknownElement"
+FAIL tagPrototypeClassString('image') should be HTMLUnknownElementPrototype. Was Object.
PASS tagConstructorClassString('image') is "Function"
-PASS tagConstructorName('image') is "HTMLElement"
+PASS tagConstructorName('image') is "HTMLUnknownElement"
PASS tagClassString('img') is "HTMLImageElement"
FAIL tagPrototypeClassString('img') should be HTMLImageElementPrototype. Was Object.
PASS tagConstructorClassString('img') 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