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

Unified Diff: third_party/WebKit/LayoutTests/external/wpt/html/dom/reflection-metadata-expected.txt

Issue 2903653005: [preload] Mandatory `as` value and related spec alignments (Closed)
Patch Set: IDL changes Created 3 years, 7 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 | « no previous file | third_party/WebKit/LayoutTests/external/wpt/preload/download-resources.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/external/wpt/html/dom/reflection-metadata-expected.txt
diff --git a/third_party/WebKit/LayoutTests/external/wpt/html/dom/reflection-metadata-expected.txt b/third_party/WebKit/LayoutTests/external/wpt/html/dom/reflection-metadata-expected.txt
index 5433f87b6e5659541b0caa268234f043268f88e1..ea870986a46387bc64d706840dceff9b7c492386 100644
--- a/third_party/WebKit/LayoutTests/external/wpt/html/dom/reflection-metadata-expected.txt
+++ b/third_party/WebKit/LayoutTests/external/wpt/html/dom/reflection-metadata-expected.txt
@@ -31,196 +31,68 @@ PASS link.tabIndex: 24 tests
PASS link.href: 38 tests
PASS link.crossOrigin: 52 tests
PASS link.rel: 32 tests
+PASS link.as: 22 tests
+FAIL link.as: setAttribute() to "document" assert_equals: IDL get expected "document" but got ""
PASS link.as: 3 tests
-FAIL link.as: setAttribute() to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " assert_equals: IDL get expected "" but got " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo "
-FAIL link.as: setAttribute() to undefined assert_equals: IDL get expected "" but got "undefined"
-FAIL link.as: setAttribute() to 7 assert_equals: IDL get expected "" but got "7"
-FAIL link.as: setAttribute() to 1.5 assert_equals: IDL get expected "" but got "1.5"
-FAIL link.as: setAttribute() to true assert_equals: IDL get expected "" but got "true"
-FAIL link.as: setAttribute() to false assert_equals: IDL get expected "" but got "false"
-FAIL link.as: setAttribute() to object "[object Object]" assert_equals: IDL get expected "" but got "[object Object]"
-FAIL link.as: setAttribute() to NaN assert_equals: IDL get expected "" but got "NaN"
-FAIL link.as: setAttribute() to Infinity assert_equals: IDL get expected "" but got "Infinity"
-FAIL link.as: setAttribute() to -Infinity assert_equals: IDL get expected "" but got "-Infinity"
-FAIL link.as: setAttribute() to "\0" assert_equals: IDL get expected "" but got "\0"
-FAIL link.as: setAttribute() to null assert_equals: IDL get expected "" but got "null"
-FAIL link.as: setAttribute() to object "test-toString" assert_equals: IDL get expected "" but got "test-toString"
-FAIL link.as: setAttribute() to object "test-valueOf" assert_equals: IDL get expected "" but got "test-valueOf"
-PASS link.as: setAttribute() to "audio"
-FAIL link.as: setAttribute() to "xaudio" assert_equals: IDL get expected "" but got "xaudio"
-FAIL link.as: setAttribute() to "audio\0" assert_equals: IDL get expected "" but got "audio\0"
-FAIL link.as: setAttribute() to "udio" assert_equals: IDL get expected "" but got "udio"
-FAIL link.as: setAttribute() to "AUDIO" assert_equals: IDL get expected "audio" but got "AUDIO"
-PASS link.as: setAttribute() to "document"
-FAIL link.as: setAttribute() to "xdocument" assert_equals: IDL get expected "" but got "xdocument"
-FAIL link.as: setAttribute() to "document\0" assert_equals: IDL get expected "" but got "document\0"
-FAIL link.as: setAttribute() to "ocument" assert_equals: IDL get expected "" but got "ocument"
-FAIL link.as: setAttribute() to "DOCUMENT" assert_equals: IDL get expected "document" but got "DOCUMENT"
-PASS link.as: setAttribute() to "embed"
-FAIL link.as: setAttribute() to "xembed" assert_equals: IDL get expected "" but got "xembed"
-FAIL link.as: setAttribute() to "embed\0" assert_equals: IDL get expected "" but got "embed\0"
-FAIL link.as: setAttribute() to "mbed" assert_equals: IDL get expected "" but got "mbed"
-FAIL link.as: setAttribute() to "EMBED" assert_equals: IDL get expected "embed" but got "EMBED"
-PASS link.as: setAttribute() to "font"
-FAIL link.as: setAttribute() to "xfont" assert_equals: IDL get expected "" but got "xfont"
-FAIL link.as: setAttribute() to "font\0" assert_equals: IDL get expected "" but got "font\0"
-FAIL link.as: setAttribute() to "ont" assert_equals: IDL get expected "" but got "ont"
-FAIL link.as: setAttribute() to "FONT" assert_equals: IDL get expected "font" but got "FONT"
-PASS link.as: setAttribute() to "image"
-FAIL link.as: setAttribute() to "ximage" assert_equals: IDL get expected "" but got "ximage"
-FAIL link.as: setAttribute() to "image\0" assert_equals: IDL get expected "" but got "image\0"
-FAIL link.as: setAttribute() to "mage" assert_equals: IDL get expected "" but got "mage"
-FAIL link.as: setAttribute() to "IMAGE" assert_equals: IDL get expected "image" but got "IMAGE"
-PASS link.as: setAttribute() to "manifest"
-FAIL link.as: setAttribute() to "xmanifest" assert_equals: IDL get expected "" but got "xmanifest"
-FAIL link.as: setAttribute() to "manifest\0" assert_equals: IDL get expected "" but got "manifest\0"
-FAIL link.as: setAttribute() to "anifest" assert_equals: IDL get expected "" but got "anifest"
-FAIL link.as: setAttribute() to "MANIFEST" assert_equals: IDL get expected "manifest" but got "MANIFEST"
-PASS link.as: setAttribute() to "object"
-FAIL link.as: setAttribute() to "xobject" assert_equals: IDL get expected "" but got "xobject"
-FAIL link.as: setAttribute() to "object\0" assert_equals: IDL get expected "" but got "object\0"
-FAIL link.as: setAttribute() to "bject" assert_equals: IDL get expected "" but got "bject"
-FAIL link.as: setAttribute() to "OBJECT" assert_equals: IDL get expected "object" but got "OBJECT"
-PASS link.as: setAttribute() to "report"
-FAIL link.as: setAttribute() to "xreport" assert_equals: IDL get expected "" but got "xreport"
-FAIL link.as: setAttribute() to "report\0" assert_equals: IDL get expected "" but got "report\0"
-FAIL link.as: setAttribute() to "eport" assert_equals: IDL get expected "" but got "eport"
-FAIL link.as: setAttribute() to "REPORT" assert_equals: IDL get expected "report" but got "REPORT"
-PASS link.as: setAttribute() to "script"
-FAIL link.as: setAttribute() to "xscript" assert_equals: IDL get expected "" but got "xscript"
-FAIL link.as: setAttribute() to "script\0" assert_equals: IDL get expected "" but got "script\0"
-FAIL link.as: setAttribute() to "cript" assert_equals: IDL get expected "" but got "cript"
-FAIL link.as: setAttribute() to "SCRIPT" assert_equals: IDL get expected "script" but got "SCRIPT"
-PASS link.as: setAttribute() to "serviceworker"
-FAIL link.as: setAttribute() to "xserviceworker" assert_equals: IDL get expected "" but got "xserviceworker"
-FAIL link.as: setAttribute() to "serviceworker\0" assert_equals: IDL get expected "" but got "serviceworker\0"
-FAIL link.as: setAttribute() to "erviceworker" assert_equals: IDL get expected "" but got "erviceworker"
-FAIL link.as: setAttribute() to "SERVICEWORKER" assert_equals: IDL get expected "serviceworker" but got "SERVICEWORKER"
-PASS link.as: setAttribute() to "sharedworker"
-FAIL link.as: setAttribute() to "xsharedworker" assert_equals: IDL get expected "" but got "xsharedworker"
-FAIL link.as: setAttribute() to "sharedworker\0" assert_equals: IDL get expected "" but got "sharedworker\0"
-FAIL link.as: setAttribute() to "haredworker" assert_equals: IDL get expected "" but got "haredworker"
-FAIL link.as: setAttribute() to "SHAREDWORKER" assert_equals: IDL get expected "sharedworker" but got "SHAREDWORKER"
-PASS link.as: setAttribute() to "style"
-FAIL link.as: setAttribute() to "xstyle" assert_equals: IDL get expected "" but got "xstyle"
-FAIL link.as: setAttribute() to "style\0" assert_equals: IDL get expected "" but got "style\0"
-FAIL link.as: setAttribute() to "tyle" assert_equals: IDL get expected "" but got "tyle"
-FAIL link.as: setAttribute() to "STYLE" assert_equals: IDL get expected "style" but got "STYLE"
-PASS link.as: setAttribute() to "track"
-FAIL link.as: setAttribute() to "xtrack" assert_equals: IDL get expected "" but got "xtrack"
-FAIL link.as: setAttribute() to "track\0" assert_equals: IDL get expected "" but got "track\0"
-FAIL link.as: setAttribute() to "rack" assert_equals: IDL get expected "" but got "rack"
-FAIL link.as: setAttribute() to "TRACK" assert_equals: IDL get expected "track" but got "TRACK"
-PASS link.as: setAttribute() to "video"
-FAIL link.as: setAttribute() to "xvideo" assert_equals: IDL get expected "" but got "xvideo"
-FAIL link.as: setAttribute() to "video\0" assert_equals: IDL get expected "" but got "video\0"
-FAIL link.as: setAttribute() to "ideo" assert_equals: IDL get expected "" but got "ideo"
-FAIL link.as: setAttribute() to "VIDEO" assert_equals: IDL get expected "video" but got "VIDEO"
-PASS link.as: setAttribute() to "worker"
-FAIL link.as: setAttribute() to "xworker" assert_equals: IDL get expected "" but got "xworker"
-FAIL link.as: setAttribute() to "worker\0" assert_equals: IDL get expected "" but got "worker\0"
-FAIL link.as: setAttribute() to "orker" assert_equals: IDL get expected "" but got "orker"
-FAIL link.as: setAttribute() to "WORKER" assert_equals: IDL get expected "worker" but got "WORKER"
-PASS link.as: setAttribute() to "xslt"
-FAIL link.as: setAttribute() to "xxslt" assert_equals: IDL get expected "" but got "xxslt"
-FAIL link.as: setAttribute() to "xslt\0" assert_equals: IDL get expected "" but got "xslt\0"
-FAIL link.as: setAttribute() to "slt" assert_equals: IDL get expected "" but got "slt"
-FAIL link.as: setAttribute() to "XSLT" assert_equals: IDL get expected "xslt" but got "XSLT"
-PASS link.as: IDL set to ""
-FAIL link.as: IDL set to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " assert_equals: IDL get expected "" but got " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo "
-FAIL link.as: IDL set to undefined assert_equals: IDL get expected "" but got "undefined"
-FAIL link.as: IDL set to 7 assert_equals: IDL get expected "" but got "7"
-FAIL link.as: IDL set to 1.5 assert_equals: IDL get expected "" but got "1.5"
-FAIL link.as: IDL set to true assert_equals: IDL get expected "" but got "true"
-FAIL link.as: IDL set to false assert_equals: IDL get expected "" but got "false"
-FAIL link.as: IDL set to object "[object Object]" assert_equals: IDL get expected "" but got "[object Object]"
-FAIL link.as: IDL set to NaN assert_equals: IDL get expected "" but got "NaN"
-FAIL link.as: IDL set to Infinity assert_equals: IDL get expected "" but got "Infinity"
-FAIL link.as: IDL set to -Infinity assert_equals: IDL get expected "" but got "-Infinity"
-FAIL link.as: IDL set to "\0" assert_equals: IDL get expected "" but got "\0"
-FAIL link.as: IDL set to null assert_equals: IDL get expected "" but got "null"
-FAIL link.as: IDL set to object "test-toString" assert_equals: IDL get expected "" but got "test-toString"
-FAIL link.as: IDL set to object "test-valueOf" assert_equals: IDL get expected "" but got "test-valueOf"
-PASS link.as: IDL set to "audio"
-FAIL link.as: IDL set to "xaudio" assert_equals: IDL get expected "" but got "xaudio"
-FAIL link.as: IDL set to "audio\0" assert_equals: IDL get expected "" but got "audio\0"
-FAIL link.as: IDL set to "udio" assert_equals: IDL get expected "" but got "udio"
-FAIL link.as: IDL set to "AUDIO" assert_equals: IDL get expected "audio" but got "AUDIO"
-PASS link.as: IDL set to "document"
-FAIL link.as: IDL set to "xdocument" assert_equals: IDL get expected "" but got "xdocument"
-FAIL link.as: IDL set to "document\0" assert_equals: IDL get expected "" but got "document\0"
-FAIL link.as: IDL set to "ocument" assert_equals: IDL get expected "" but got "ocument"
-FAIL link.as: IDL set to "DOCUMENT" assert_equals: IDL get expected "document" but got "DOCUMENT"
-PASS link.as: IDL set to "embed"
-FAIL link.as: IDL set to "xembed" assert_equals: IDL get expected "" but got "xembed"
-FAIL link.as: IDL set to "embed\0" assert_equals: IDL get expected "" but got "embed\0"
-FAIL link.as: IDL set to "mbed" assert_equals: IDL get expected "" but got "mbed"
-FAIL link.as: IDL set to "EMBED" assert_equals: IDL get expected "embed" but got "EMBED"
-PASS link.as: IDL set to "font"
-FAIL link.as: IDL set to "xfont" assert_equals: IDL get expected "" but got "xfont"
-FAIL link.as: IDL set to "font\0" assert_equals: IDL get expected "" but got "font\0"
-FAIL link.as: IDL set to "ont" assert_equals: IDL get expected "" but got "ont"
-FAIL link.as: IDL set to "FONT" assert_equals: IDL get expected "font" but got "FONT"
-PASS link.as: IDL set to "image"
-FAIL link.as: IDL set to "ximage" assert_equals: IDL get expected "" but got "ximage"
-FAIL link.as: IDL set to "image\0" assert_equals: IDL get expected "" but got "image\0"
-FAIL link.as: IDL set to "mage" assert_equals: IDL get expected "" but got "mage"
-FAIL link.as: IDL set to "IMAGE" assert_equals: IDL get expected "image" but got "IMAGE"
-PASS link.as: IDL set to "manifest"
-FAIL link.as: IDL set to "xmanifest" assert_equals: IDL get expected "" but got "xmanifest"
-FAIL link.as: IDL set to "manifest\0" assert_equals: IDL get expected "" but got "manifest\0"
-FAIL link.as: IDL set to "anifest" assert_equals: IDL get expected "" but got "anifest"
-FAIL link.as: IDL set to "MANIFEST" assert_equals: IDL get expected "manifest" but got "MANIFEST"
-PASS link.as: IDL set to "object"
-FAIL link.as: IDL set to "xobject" assert_equals: IDL get expected "" but got "xobject"
-FAIL link.as: IDL set to "object\0" assert_equals: IDL get expected "" but got "object\0"
-FAIL link.as: IDL set to "bject" assert_equals: IDL get expected "" but got "bject"
-FAIL link.as: IDL set to "OBJECT" assert_equals: IDL get expected "object" but got "OBJECT"
-PASS link.as: IDL set to "report"
-FAIL link.as: IDL set to "xreport" assert_equals: IDL get expected "" but got "xreport"
-FAIL link.as: IDL set to "report\0" assert_equals: IDL get expected "" but got "report\0"
-FAIL link.as: IDL set to "eport" assert_equals: IDL get expected "" but got "eport"
-FAIL link.as: IDL set to "REPORT" assert_equals: IDL get expected "report" but got "REPORT"
-PASS link.as: IDL set to "script"
-FAIL link.as: IDL set to "xscript" assert_equals: IDL get expected "" but got "xscript"
-FAIL link.as: IDL set to "script\0" assert_equals: IDL get expected "" but got "script\0"
-FAIL link.as: IDL set to "cript" assert_equals: IDL get expected "" but got "cript"
-FAIL link.as: IDL set to "SCRIPT" assert_equals: IDL get expected "script" but got "SCRIPT"
-PASS link.as: IDL set to "serviceworker"
-FAIL link.as: IDL set to "xserviceworker" assert_equals: IDL get expected "" but got "xserviceworker"
-FAIL link.as: IDL set to "serviceworker\0" assert_equals: IDL get expected "" but got "serviceworker\0"
-FAIL link.as: IDL set to "erviceworker" assert_equals: IDL get expected "" but got "erviceworker"
-FAIL link.as: IDL set to "SERVICEWORKER" assert_equals: IDL get expected "serviceworker" but got "SERVICEWORKER"
-PASS link.as: IDL set to "sharedworker"
-FAIL link.as: IDL set to "xsharedworker" assert_equals: IDL get expected "" but got "xsharedworker"
-FAIL link.as: IDL set to "sharedworker\0" assert_equals: IDL get expected "" but got "sharedworker\0"
-FAIL link.as: IDL set to "haredworker" assert_equals: IDL get expected "" but got "haredworker"
-FAIL link.as: IDL set to "SHAREDWORKER" assert_equals: IDL get expected "sharedworker" but got "SHAREDWORKER"
-PASS link.as: IDL set to "style"
-FAIL link.as: IDL set to "xstyle" assert_equals: IDL get expected "" but got "xstyle"
-FAIL link.as: IDL set to "style\0" assert_equals: IDL get expected "" but got "style\0"
-FAIL link.as: IDL set to "tyle" assert_equals: IDL get expected "" but got "tyle"
-FAIL link.as: IDL set to "STYLE" assert_equals: IDL get expected "style" but got "STYLE"
-PASS link.as: IDL set to "track"
-FAIL link.as: IDL set to "xtrack" assert_equals: IDL get expected "" but got "xtrack"
-FAIL link.as: IDL set to "track\0" assert_equals: IDL get expected "" but got "track\0"
-FAIL link.as: IDL set to "rack" assert_equals: IDL get expected "" but got "rack"
-FAIL link.as: IDL set to "TRACK" assert_equals: IDL get expected "track" but got "TRACK"
-PASS link.as: IDL set to "video"
-FAIL link.as: IDL set to "xvideo" assert_equals: IDL get expected "" but got "xvideo"
-FAIL link.as: IDL set to "video\0" assert_equals: IDL get expected "" but got "video\0"
-FAIL link.as: IDL set to "ideo" assert_equals: IDL get expected "" but got "ideo"
-FAIL link.as: IDL set to "VIDEO" assert_equals: IDL get expected "video" but got "VIDEO"
-PASS link.as: IDL set to "worker"
-FAIL link.as: IDL set to "xworker" assert_equals: IDL get expected "" but got "xworker"
-FAIL link.as: IDL set to "worker\0" assert_equals: IDL get expected "" but got "worker\0"
-FAIL link.as: IDL set to "orker" assert_equals: IDL get expected "" but got "orker"
-FAIL link.as: IDL set to "WORKER" assert_equals: IDL get expected "worker" but got "WORKER"
-PASS link.as: IDL set to "xslt"
-FAIL link.as: IDL set to "xxslt" assert_equals: IDL get expected "" but got "xxslt"
-FAIL link.as: IDL set to "xslt\0" assert_equals: IDL get expected "" but got "xslt\0"
-FAIL link.as: IDL set to "slt" assert_equals: IDL get expected "" but got "slt"
-FAIL link.as: IDL set to "XSLT" assert_equals: IDL get expected "xslt" but got "XSLT"
+FAIL link.as: setAttribute() to "DOCUMENT" assert_equals: IDL get expected "document" but got ""
+FAIL link.as: setAttribute() to "embed" assert_equals: IDL get expected "embed" but got ""
+PASS link.as: 3 tests
+FAIL link.as: setAttribute() to "EMBED" assert_equals: IDL get expected "embed" but got ""
+PASS link.as: 10 tests
+FAIL link.as: setAttribute() to "manifest" assert_equals: IDL get expected "manifest" but got ""
+PASS link.as: 3 tests
+FAIL link.as: setAttribute() to "MANIFEST" assert_equals: IDL get expected "manifest" but got ""
+FAIL link.as: setAttribute() to "object" assert_equals: IDL get expected "object" but got ""
+PASS link.as: 3 tests
+FAIL link.as: setAttribute() to "OBJECT" assert_equals: IDL get expected "object" but got ""
+FAIL link.as: setAttribute() to "report" assert_equals: IDL get expected "report" but got ""
+PASS link.as: 3 tests
+FAIL link.as: setAttribute() to "REPORT" assert_equals: IDL get expected "report" but got ""
+PASS link.as: 5 tests
+FAIL link.as: setAttribute() to "serviceworker" assert_equals: IDL get expected "serviceworker" but got ""
+PASS link.as: 3 tests
+FAIL link.as: setAttribute() to "SERVICEWORKER" assert_equals: IDL get expected "serviceworker" but got ""
+FAIL link.as: setAttribute() to "sharedworker" assert_equals: IDL get expected "sharedworker" but got ""
+PASS link.as: 3 tests
+FAIL link.as: setAttribute() to "SHAREDWORKER" assert_equals: IDL get expected "sharedworker" but got ""
+PASS link.as: 15 tests
+FAIL link.as: setAttribute() to "worker" assert_equals: IDL get expected "worker" but got ""
+PASS link.as: 3 tests
+FAIL link.as: setAttribute() to "WORKER" assert_equals: IDL get expected "worker" but got ""
+FAIL link.as: setAttribute() to "xslt" assert_equals: IDL get expected "xslt" but got ""
+PASS link.as: 3 tests
+FAIL link.as: setAttribute() to "XSLT" assert_equals: IDL get expected "xslt" but got ""
+PASS link.as: 20 tests
+FAIL link.as: IDL set to "document" assert_equals: IDL get expected "document" but got ""
+PASS link.as: 3 tests
+FAIL link.as: IDL set to "DOCUMENT" assert_equals: IDL get expected "document" but got ""
+FAIL link.as: IDL set to "embed" assert_equals: IDL get expected "embed" but got ""
+PASS link.as: 3 tests
+FAIL link.as: IDL set to "EMBED" assert_equals: IDL get expected "embed" but got ""
+PASS link.as: 10 tests
+FAIL link.as: IDL set to "manifest" assert_equals: IDL get expected "manifest" but got ""
+PASS link.as: 3 tests
+FAIL link.as: IDL set to "MANIFEST" assert_equals: IDL get expected "manifest" but got ""
+FAIL link.as: IDL set to "object" assert_equals: IDL get expected "object" but got ""
+PASS link.as: 3 tests
+FAIL link.as: IDL set to "OBJECT" assert_equals: IDL get expected "object" but got ""
+FAIL link.as: IDL set to "report" assert_equals: IDL get expected "report" but got ""
+PASS link.as: 3 tests
+FAIL link.as: IDL set to "REPORT" assert_equals: IDL get expected "report" but got ""
+PASS link.as: 5 tests
+FAIL link.as: IDL set to "serviceworker" assert_equals: IDL get expected "serviceworker" but got ""
+PASS link.as: 3 tests
+FAIL link.as: IDL set to "SERVICEWORKER" assert_equals: IDL get expected "serviceworker" but got ""
+FAIL link.as: IDL set to "sharedworker" assert_equals: IDL get expected "sharedworker" but got ""
+PASS link.as: 3 tests
+FAIL link.as: IDL set to "SHAREDWORKER" assert_equals: IDL get expected "sharedworker" but got ""
+PASS link.as: 15 tests
+FAIL link.as: IDL set to "worker" assert_equals: IDL get expected "worker" but got ""
+PASS link.as: 3 tests
+FAIL link.as: IDL set to "WORKER" assert_equals: IDL get expected "worker" but got ""
+FAIL link.as: IDL set to "xslt" assert_equals: IDL get expected "xslt" but got ""
+PASS link.as: 3 tests
+FAIL link.as: IDL set to "XSLT" assert_equals: IDL get expected "xslt" but got ""
PASS link.media: 32 tests
PASS link.nonce: 3 tests
FAIL link.nonce: setAttribute() to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " assert_equals: IDL get expected " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " but got ""
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/external/wpt/preload/download-resources.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698