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

Unified Diff: third_party/WebKit/LayoutTests/external/wpt/html/semantics/embedded-content/image-maps/image-map-processing-model/hash-name-reference-expected.txt

Issue 2642393002: Import wpt@40665266227e475bc4a56884247d8c09d78dfb6a (Closed)
Patch Set: rebaseline-cl Created 3 years, 11 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
Index: third_party/WebKit/LayoutTests/external/wpt/html/semantics/embedded-content/image-maps/image-map-processing-model/hash-name-reference-expected.txt
diff --git a/third_party/WebKit/LayoutTests/external/wpt/html/semantics/embedded-content/image-maps/image-map-processing-model/hash-name-reference-expected.txt b/third_party/WebKit/LayoutTests/external/wpt/html/semantics/embedded-content/image-maps/image-map-processing-model/hash-name-reference-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..bd233f62453653a99e401bf7d017388fa43a75e5
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/external/wpt/html/semantics/embedded-content/image-maps/image-map-processing-model/hash-name-reference-expected.txt
@@ -0,0 +1,175 @@
+CONSOLE WARNING: line 35: Case-insensitive matching for usemap attribute is deprecated and will be removed in M58, around April 2017. See https://www.chromestatus.com/features/5760965337415680 for more details. Comparing usemap=#different-CASE-name and name=different-case-name
+CONSOLE WARNING: line 35: Case-insensitive matching for usemap attribute is deprecated and will be removed in M58, around April 2017. See https://www.chromestatus.com/features/5760965337415680 for more details. Comparing usemap=#different-CASE-name and name=different-case-name
+This is a testharness.js-based test.
+FAIL HTML (standards) IMG usemap="no-hash-name" assert_equals: expected Element node <img src="/images/threecolors.png" usemap="no-hash-name">... but got Element node <area shape="rect" coords="0,0,99,50" href="#area-no-hash...
+PASS HTML (standards) OBJECT usemap="no-hash-name"
+PASS HTML (standards) IMG usemap="no-hash-id"
+PASS HTML (standards) OBJECT usemap="no-hash-id"
+PASS HTML (standards) IMG usemap="#hash-name"
+FAIL HTML (standards) OBJECT usemap="#hash-name" assert_equals: expected (object) Element node <area shape="rect" coords="0,0,99,50" href="#area-hash-na... but got (function) function "[object HTMLObjectElement]"
+FAIL HTML (standards) IMG usemap="#hash-id" assert_equals: expected Element node <area shape="rect" coords="0,0,99,50" href="#area-hash-id... but got Element node <img src="/images/threecolors.png" usemap="#hash-id"></img>
+FAIL HTML (standards) OBJECT usemap="#hash-id" assert_equals: expected (object) Element node <area shape="rect" coords="0,0,99,50" href="#area-hash-id... but got (function) function "[object HTMLObjectElement]"
+PASS HTML (standards) IMG usemap="#non-map-with-this-name"
+FAIL HTML (standards) OBJECT usemap="#non-map-with-this-name" assert_equals: expected (object) Element node <area shape="rect" coords="0,0,99,50" href="#area-non-map... but got (function) function "[object HTMLObjectElement]"
+FAIL HTML (standards) IMG usemap="#non-map-with-this-id" assert_equals: expected Element node <area shape="rect" coords="0,0,99,50" href="#area-non-map... but got Element node <img src="/images/threecolors.png" usemap="#non-map-with-...
+FAIL HTML (standards) OBJECT usemap="#non-map-with-this-id" assert_equals: expected (object) Element node <area shape="rect" coords="0,0,99,50" href="#area-non-map... but got (function) function "[object HTMLObjectElement]"
+PASS HTML (standards) IMG usemap="#two-maps-with-this-name"
+FAIL HTML (standards) OBJECT usemap="#two-maps-with-this-name" assert_equals: expected (object) Element node <area shape="rect" coords="0,0,99,50" href="#area-two-map... but got (function) function "[object HTMLObjectElement]"
+FAIL HTML (standards) IMG usemap="#two-maps-with-this-id" assert_equals: expected Element node <area shape="rect" coords="0,0,99,50" href="#area-two-map... but got Element node <img src="/images/threecolors.png" usemap="#two-maps-with...
+FAIL HTML (standards) OBJECT usemap="#two-maps-with-this-id" assert_equals: expected (object) Element node <area shape="rect" coords="0,0,99,50" href="#area-two-map... but got (function) function "[object HTMLObjectElement]"
+PASS HTML (standards) IMG usemap="#two-maps-with-this-name-or-id"
+FAIL HTML (standards) OBJECT usemap="#two-maps-with-this-name-or-id" assert_equals: expected (object) Element node <area shape="rect" coords="0,0,99,50" href="#area-two-map... but got (function) function "[object HTMLObjectElement]"
+FAIL HTML (standards) IMG usemap="#two-maps-with-this-id-or-name" assert_equals: expected Element node <area shape="rect" coords="0,0,99,50" href="#area-two-map... but got Element node <area shape="rect" coords="0,0,99,50" href="#area-two-map...
+FAIL HTML (standards) OBJECT usemap="#two-maps-with-this-id-or-name" assert_equals: expected (object) Element node <area shape="rect" coords="0,0,99,50" href="#area-two-map... but got (function) function "[object HTMLObjectElement]"
+FAIL HTML (standards) IMG usemap="hash-last#" assert_equals: expected Element node <img src="/images/threecolors.png" usemap="hash-last#"></... but got Element node <area shape="rect" coords="0,0,99,50" href="#area-empty-u...
+PASS HTML (standards) OBJECT usemap="hash-last#"
+FAIL HTML (standards) IMG usemap="" assert_equals: expected Element node <img src="/images/threecolors.png" usemap=""></img> but got Element node <area shape="rect" coords="0,0,99,50" href="#area-empty-u...
+PASS HTML (standards) OBJECT usemap=""
+FAIL HTML (standards) IMG usemap="#" assert_equals: expected Element node <img src="/images/threecolors.png" usemap="#"></img> but got Element node <area shape="rect" coords="0,0,99,50" href="#area-empty-u...
+PASS HTML (standards) OBJECT usemap="#"
+PASS HTML (standards) IMG usemap="# "
+FAIL HTML (standards) OBJECT usemap="# " assert_equals: expected (object) Element node <area shape="rect" coords="0,0,99,50" href="#area-hash-sp... but got (function) function "[object HTMLObjectElement]"
+FAIL HTML (standards) IMG usemap="#\n" assert_equals: expected Element node <area shape="rect" coords="0,0,99,50" href="#area-hash-LF... but got Element node <img src="/images/threecolors.png" usemap="#
+"></img>
+FAIL HTML (standards) OBJECT usemap="#\n" assert_equals: expected (object) Element node <area shape="rect" coords="0,0,99,50" href="#area-hash-LF... but got (function) function "[object HTMLObjectElement]"
+PASS HTML (standards) IMG usemap="#percent-escape-name-%41"
+PASS HTML (standards) OBJECT usemap="#percent-escape-name-%41"
+PASS HTML (standards) IMG usemap="#percent-escape-id-%41"
+PASS HTML (standards) OBJECT usemap="#percent-escape-id-%41"
+PASS HTML (standards) IMG usemap="#percent-escape-name-%42"
+FAIL HTML (standards) OBJECT usemap="#percent-escape-name-%42" assert_equals: expected (object) Element node <area shape="rect" coords="0,0,99,50" href="#area-percent... but got (function) function "[object HTMLObjectElement]"
+FAIL HTML (standards) IMG usemap="#percent-escape-id-%42" assert_equals: expected Element node <area shape="rect" coords="0,0,99,50" href="#area-percent... but got Element node <img src="/images/threecolors.png" usemap="#percent-escap...
+FAIL HTML (standards) OBJECT usemap="#percent-escape-id-%42" assert_equals: expected (object) Element node <area shape="rect" coords="0,0,99,50" href="#area-percent... but got (function) function "[object HTMLObjectElement]"
+PASS HTML (standards) IMG usemap="# hash-space-name"
+FAIL HTML (standards) OBJECT usemap="# hash-space-name" assert_equals: expected (object) Element node <area shape="rect" coords="0,0,99,50" href="#area-hash-sp... but got (function) function "[object HTMLObjectElement]"
+FAIL HTML (standards) IMG usemap="# hash-space-id" assert_equals: expected Element node <area shape="rect" coords="0,0,99,50" href="#area-hash-sp... but got Element node <img src="/images/threecolors.png" usemap="# hash-space-i...
+FAIL HTML (standards) OBJECT usemap="# hash-space-id" assert_equals: expected (object) Element node <area shape="rect" coords="0,0,99,50" href="#area-hash-sp... but got (function) function "[object HTMLObjectElement]"
+PASS HTML (standards) IMG usemap=" #space-before-hash-name"
+FAIL HTML (standards) OBJECT usemap=" #space-before-hash-name" assert_equals: expected (object) Element node <area shape="rect" coords="0,0,99,50" href="#area-space-b... but got (function) function "[object HTMLObjectElement]"
+FAIL HTML (standards) IMG usemap=" #space-before-hash-id" assert_equals: expected Element node <area shape="rect" coords="0,0,99,50" href="#area-space-b... but got Element node <img src="/images/threecolors.png" usemap=" #space-before...
+FAIL HTML (standards) OBJECT usemap=" #space-before-hash-id" assert_equals: expected (object) Element node <area shape="rect" coords="0,0,99,50" href="#area-space-b... but got (function) function "[object HTMLObjectElement]"
+PASS HTML (standards) IMG usemap="http://example.org/#garbage-before-hash-name"
+FAIL HTML (standards) OBJECT usemap="http://example.org/#garbage-before-hash-name" assert_equals: expected (object) Element node <area shape="rect" coords="0,0,99,50" href="#area-garbage... but got (function) function "[object HTMLObjectElement]"
+FAIL HTML (standards) IMG usemap="http://example.org/#garbage-before-hash-id" assert_equals: expected Element node <area shape="rect" coords="0,0,99,50" href="#area-garbage... but got Element node <img src="/images/threecolors.png" usemap="http://example...
+FAIL HTML (standards) OBJECT usemap="http://example.org/#garbage-before-hash-id" assert_equals: expected (object) Element node <area shape="rect" coords="0,0,99,50" href="#area-garbage... but got (function) function "[object HTMLObjectElement]"
+PASS HTML (standards) IMG usemap="#no-such-map"
+PASS HTML (standards) OBJECT usemap="#no-such-map"
+FAIL HTML (standards) IMG usemap="#different-CASE-name" assert_equals: expected Element node <img src="/images/threecolors.png" usemap="#different-CAS... but got Element node <area shape="rect" coords="0,0,99,50" href="#area-differe...
+PASS HTML (standards) OBJECT usemap="#different-CASE-name"
+PASS HTML (standards) IMG usemap="#different-CASE-id"
+PASS HTML (standards) OBJECT usemap="#different-CASE-id"
+FAIL HTML (quirks) IMG usemap="no-hash-name" assert_equals: expected Element node <img src="/images/threecolors.png" usemap="no-hash-name">... but got Element node <area shape="rect" coords="0,0,99,50" href="#area-no-hash...
+PASS HTML (quirks) OBJECT usemap="no-hash-name"
+PASS HTML (quirks) IMG usemap="no-hash-id"
+PASS HTML (quirks) OBJECT usemap="no-hash-id"
+PASS HTML (quirks) IMG usemap="#hash-name"
+FAIL HTML (quirks) OBJECT usemap="#hash-name" assert_equals: expected (object) Element node <area shape="rect" coords="0,0,99,50" href="#area-hash-na... but got (function) function "[object HTMLObjectElement]"
+FAIL HTML (quirks) IMG usemap="#hash-id" assert_equals: expected Element node <area shape="rect" coords="0,0,99,50" href="#area-hash-id... but got Element node <img src="/images/threecolors.png" usemap="#hash-id"></img>
+FAIL HTML (quirks) OBJECT usemap="#hash-id" assert_equals: expected (object) Element node <area shape="rect" coords="0,0,99,50" href="#area-hash-id... but got (function) function "[object HTMLObjectElement]"
+PASS HTML (quirks) IMG usemap="#non-map-with-this-name"
+FAIL HTML (quirks) OBJECT usemap="#non-map-with-this-name" assert_equals: expected (object) Element node <area shape="rect" coords="0,0,99,50" href="#area-non-map... but got (function) function "[object HTMLObjectElement]"
+FAIL HTML (quirks) IMG usemap="#non-map-with-this-id" assert_equals: expected Element node <area shape="rect" coords="0,0,99,50" href="#area-non-map... but got Element node <img src="/images/threecolors.png" usemap="#non-map-with-...
+FAIL HTML (quirks) OBJECT usemap="#non-map-with-this-id" assert_equals: expected (object) Element node <area shape="rect" coords="0,0,99,50" href="#area-non-map... but got (function) function "[object HTMLObjectElement]"
+PASS HTML (quirks) IMG usemap="#two-maps-with-this-name"
+FAIL HTML (quirks) OBJECT usemap="#two-maps-with-this-name" assert_equals: expected (object) Element node <area shape="rect" coords="0,0,99,50" href="#area-two-map... but got (function) function "[object HTMLObjectElement]"
+FAIL HTML (quirks) IMG usemap="#two-maps-with-this-id" assert_equals: expected Element node <area shape="rect" coords="0,0,99,50" href="#area-two-map... but got Element node <img src="/images/threecolors.png" usemap="#two-maps-with...
+FAIL HTML (quirks) OBJECT usemap="#two-maps-with-this-id" assert_equals: expected (object) Element node <area shape="rect" coords="0,0,99,50" href="#area-two-map... but got (function) function "[object HTMLObjectElement]"
+PASS HTML (quirks) IMG usemap="#two-maps-with-this-name-or-id"
+FAIL HTML (quirks) OBJECT usemap="#two-maps-with-this-name-or-id" assert_equals: expected (object) Element node <area shape="rect" coords="0,0,99,50" href="#area-two-map... but got (function) function "[object HTMLObjectElement]"
+FAIL HTML (quirks) IMG usemap="#two-maps-with-this-id-or-name" assert_equals: expected Element node <area shape="rect" coords="0,0,99,50" href="#area-two-map... but got Element node <area shape="rect" coords="0,0,99,50" href="#area-two-map...
+FAIL HTML (quirks) OBJECT usemap="#two-maps-with-this-id-or-name" assert_equals: expected (object) Element node <area shape="rect" coords="0,0,99,50" href="#area-two-map... but got (function) function "[object HTMLObjectElement]"
+FAIL HTML (quirks) IMG usemap="hash-last#" assert_equals: expected Element node <img src="/images/threecolors.png" usemap="hash-last#"></... but got Element node <area shape="rect" coords="0,0,99,50" href="#area-empty-u...
+PASS HTML (quirks) OBJECT usemap="hash-last#"
+FAIL HTML (quirks) IMG usemap="" assert_equals: expected Element node <img src="/images/threecolors.png" usemap=""></img> but got Element node <area shape="rect" coords="0,0,99,50" href="#area-empty-u...
+PASS HTML (quirks) OBJECT usemap=""
+FAIL HTML (quirks) IMG usemap="#" assert_equals: expected Element node <img src="/images/threecolors.png" usemap="#"></img> but got Element node <area shape="rect" coords="0,0,99,50" href="#area-empty-u...
+PASS HTML (quirks) OBJECT usemap="#"
+PASS HTML (quirks) IMG usemap="# "
+FAIL HTML (quirks) OBJECT usemap="# " assert_equals: expected (object) Element node <area shape="rect" coords="0,0,99,50" href="#area-hash-sp... but got (function) function "[object HTMLObjectElement]"
+FAIL HTML (quirks) IMG usemap="#\n" assert_equals: expected Element node <area shape="rect" coords="0,0,99,50" href="#area-hash-LF... but got Element node <img src="/images/threecolors.png" usemap="#
+"></img>
+FAIL HTML (quirks) OBJECT usemap="#\n" assert_equals: expected (object) Element node <area shape="rect" coords="0,0,99,50" href="#area-hash-LF... but got (function) function "[object HTMLObjectElement]"
+PASS HTML (quirks) IMG usemap="#percent-escape-name-%41"
+PASS HTML (quirks) OBJECT usemap="#percent-escape-name-%41"
+PASS HTML (quirks) IMG usemap="#percent-escape-id-%41"
+PASS HTML (quirks) OBJECT usemap="#percent-escape-id-%41"
+PASS HTML (quirks) IMG usemap="#percent-escape-name-%42"
+FAIL HTML (quirks) OBJECT usemap="#percent-escape-name-%42" assert_equals: expected (object) Element node <area shape="rect" coords="0,0,99,50" href="#area-percent... but got (function) function "[object HTMLObjectElement]"
+FAIL HTML (quirks) IMG usemap="#percent-escape-id-%42" assert_equals: expected Element node <area shape="rect" coords="0,0,99,50" href="#area-percent... but got Element node <img src="/images/threecolors.png" usemap="#percent-escap...
+FAIL HTML (quirks) OBJECT usemap="#percent-escape-id-%42" assert_equals: expected (object) Element node <area shape="rect" coords="0,0,99,50" href="#area-percent... but got (function) function "[object HTMLObjectElement]"
+PASS HTML (quirks) IMG usemap="# hash-space-name"
+FAIL HTML (quirks) OBJECT usemap="# hash-space-name" assert_equals: expected (object) Element node <area shape="rect" coords="0,0,99,50" href="#area-hash-sp... but got (function) function "[object HTMLObjectElement]"
+FAIL HTML (quirks) IMG usemap="# hash-space-id" assert_equals: expected Element node <area shape="rect" coords="0,0,99,50" href="#area-hash-sp... but got Element node <img src="/images/threecolors.png" usemap="# hash-space-i...
+FAIL HTML (quirks) OBJECT usemap="# hash-space-id" assert_equals: expected (object) Element node <area shape="rect" coords="0,0,99,50" href="#area-hash-sp... but got (function) function "[object HTMLObjectElement]"
+PASS HTML (quirks) IMG usemap=" #space-before-hash-name"
+FAIL HTML (quirks) OBJECT usemap=" #space-before-hash-name" assert_equals: expected (object) Element node <area shape="rect" coords="0,0,99,50" href="#area-space-b... but got (function) function "[object HTMLObjectElement]"
+FAIL HTML (quirks) IMG usemap=" #space-before-hash-id" assert_equals: expected Element node <area shape="rect" coords="0,0,99,50" href="#area-space-b... but got Element node <img src="/images/threecolors.png" usemap=" #space-before...
+FAIL HTML (quirks) OBJECT usemap=" #space-before-hash-id" assert_equals: expected (object) Element node <area shape="rect" coords="0,0,99,50" href="#area-space-b... but got (function) function "[object HTMLObjectElement]"
+PASS HTML (quirks) IMG usemap="http://example.org/#garbage-before-hash-name"
+FAIL HTML (quirks) OBJECT usemap="http://example.org/#garbage-before-hash-name" assert_equals: expected (object) Element node <area shape="rect" coords="0,0,99,50" href="#area-garbage... but got (function) function "[object HTMLObjectElement]"
+FAIL HTML (quirks) IMG usemap="http://example.org/#garbage-before-hash-id" assert_equals: expected Element node <area shape="rect" coords="0,0,99,50" href="#area-garbage... but got Element node <img src="/images/threecolors.png" usemap="http://example...
+FAIL HTML (quirks) OBJECT usemap="http://example.org/#garbage-before-hash-id" assert_equals: expected (object) Element node <area shape="rect" coords="0,0,99,50" href="#area-garbage... but got (function) function "[object HTMLObjectElement]"
+PASS HTML (quirks) IMG usemap="#no-such-map"
+PASS HTML (quirks) OBJECT usemap="#no-such-map"
+FAIL HTML (quirks) IMG usemap="#different-CASE-name" assert_equals: expected Element node <img src="/images/threecolors.png" usemap="#different-CAS... but got Element node <area shape="rect" coords="0,0,99,50" href="#area-differe...
+PASS HTML (quirks) OBJECT usemap="#different-CASE-name"
+PASS HTML (quirks) IMG usemap="#different-CASE-id"
+PASS HTML (quirks) OBJECT usemap="#different-CASE-id"
+FAIL XHTML img usemap="no-hash-name" assert_equals: expected Element node <img src="/images/threecolors.png" usemap="no-hash-name">... but got Element node <area shape="rect" coords="0,0,99,50" href="#area-no-hash...
+PASS XHTML object usemap="no-hash-name"
+FAIL XHTML img usemap="no-hash-id" assert_equals: expected Element node <img src="/images/threecolors.png" usemap="no-hash-id"></... but got Element node <area shape="rect" coords="0,0,99,50" href="#area-no-hash...
+PASS XHTML object usemap="no-hash-id"
+PASS XHTML img usemap="#hash-name"
+FAIL XHTML object usemap="#hash-name" assert_equals: expected (object) Element node <area shape="rect" coords="0,0,99,50" href="#area-hash-na... but got (function) function "[object HTMLObjectElement]"
+PASS XHTML img usemap="#hash-id"
+FAIL XHTML object usemap="#hash-id" assert_equals: expected (object) Element node <area shape="rect" coords="0,0,99,50" href="#area-hash-id... but got (function) function "[object HTMLObjectElement]"
+PASS XHTML img usemap="#non-map-with-this-name"
+FAIL XHTML object usemap="#non-map-with-this-name" assert_equals: expected (object) Element node <area shape="rect" coords="0,0,99,50" href="#area-non-map... but got (function) function "[object HTMLObjectElement]"
+FAIL XHTML img usemap="#non-map-with-this-id" assert_equals: expected Element node <area shape="rect" coords="0,0,99,50" href="#area-non-map... but got Element node <img src="/images/threecolors.png" usemap="#non-map-with-...
+FAIL XHTML object usemap="#non-map-with-this-id" assert_equals: expected (object) Element node <area shape="rect" coords="0,0,99,50" href="#area-non-map... but got (function) function "[object HTMLObjectElement]"
+PASS XHTML img usemap="#two-maps-with-this-name"
+FAIL XHTML object usemap="#two-maps-with-this-name" assert_equals: expected (object) Element node <area shape="rect" coords="0,0,99,50" href="#area-two-map... but got (function) function "[object HTMLObjectElement]"
+PASS XHTML img usemap="#two-maps-with-this-id"
+FAIL XHTML object usemap="#two-maps-with-this-id" assert_equals: expected (object) Element node <area shape="rect" coords="0,0,99,50" href="#area-two-map... but got (function) function "[object HTMLObjectElement]"
+PASS XHTML img usemap="#two-maps-with-this-name-or-id"
+FAIL XHTML object usemap="#two-maps-with-this-name-or-id" assert_equals: expected (object) Element node <area shape="rect" coords="0,0,99,50" href="#area-two-map... but got (function) function "[object HTMLObjectElement]"
+PASS XHTML img usemap="#two-maps-with-this-id-or-name"
+FAIL XHTML object usemap="#two-maps-with-this-id-or-name" assert_equals: expected (object) Element node <area shape="rect" coords="0,0,99,50" href="#area-two-map... but got (function) function "[object HTMLObjectElement]"
+FAIL XHTML img usemap="hash-last#" assert_equals: expected Element node <img src="/images/threecolors.png" usemap="hash-last#"></... but got Element node <area shape="rect" coords="0,0,99,50" href="#area-empty-u...
+PASS XHTML object usemap="hash-last#"
+FAIL XHTML img usemap="" assert_equals: expected Element node <img src="/images/threecolors.png" usemap=""></img> but got Element node <area shape="rect" coords="0,0,99,50" href="#area-empty-u...
+PASS XHTML object usemap=""
+FAIL XHTML img usemap="#" assert_equals: expected Element node <img src="/images/threecolors.png" usemap="#"></img> but got Element node <area shape="rect" coords="0,0,99,50" href="#area-empty-u...
+PASS XHTML object usemap="#"
+PASS XHTML img usemap="# "
+FAIL XHTML object usemap="# " assert_equals: expected (object) Element node <area shape="rect" coords="0,0,99,50" href="#area-hash-sp... but got (function) function "[object HTMLObjectElement]"
+PASS XHTML img usemap="#\n"
+FAIL XHTML object usemap="#\n" assert_equals: expected (object) Element node <area shape="rect" coords="0,0,99,50" href="#area-hash-LF... but got (function) function "[object HTMLObjectElement]"
+PASS XHTML img usemap="#percent-escape-name-%41"
+PASS XHTML object usemap="#percent-escape-name-%41"
+PASS XHTML img usemap="#percent-escape-id-%41"
+PASS XHTML object usemap="#percent-escape-id-%41"
+PASS XHTML img usemap="#percent-escape-name-%42"
+FAIL XHTML object usemap="#percent-escape-name-%42" assert_equals: expected (object) Element node <area shape="rect" coords="0,0,99,50" href="#area-percent... but got (function) function "[object HTMLObjectElement]"
+PASS XHTML img usemap="#percent-escape-id-%42"
+FAIL XHTML object usemap="#percent-escape-id-%42" assert_equals: expected (object) Element node <area shape="rect" coords="0,0,99,50" href="#area-percent... but got (function) function "[object HTMLObjectElement]"
+PASS XHTML img usemap="# hash-space-name"
+FAIL XHTML object usemap="# hash-space-name" assert_equals: expected (object) Element node <area shape="rect" coords="0,0,99,50" href="#area-hash-sp... but got (function) function "[object HTMLObjectElement]"
+PASS XHTML img usemap="# hash-space-id"
+FAIL XHTML object usemap="# hash-space-id" assert_equals: expected (object) Element node <area shape="rect" coords="0,0,99,50" href="#area-hash-sp... but got (function) function "[object HTMLObjectElement]"
+PASS XHTML img usemap=" #space-before-hash-name"
+FAIL XHTML object usemap=" #space-before-hash-name" assert_equals: expected (object) Element node <area shape="rect" coords="0,0,99,50" href="#area-space-b... but got (function) function "[object HTMLObjectElement]"
+PASS XHTML img usemap=" #space-before-hash-id"
+FAIL XHTML object usemap=" #space-before-hash-id" assert_equals: expected (object) Element node <area shape="rect" coords="0,0,99,50" href="#area-space-b... but got (function) function "[object HTMLObjectElement]"
+PASS XHTML img usemap="http://example.org/#garbage-before-hash-name"
+FAIL XHTML object usemap="http://example.org/#garbage-before-hash-name" assert_equals: expected (object) Element node <area shape="rect" coords="0,0,99,50" href="#area-garbage... but got (function) function "[object HTMLObjectElement]"
+PASS XHTML img usemap="http://example.org/#garbage-before-hash-id"
+FAIL XHTML object usemap="http://example.org/#garbage-before-hash-id" assert_equals: expected (object) Element node <area shape="rect" coords="0,0,99,50" href="#area-garbage... but got (function) function "[object HTMLObjectElement]"
+PASS XHTML img usemap="#no-such-map"
+PASS XHTML object usemap="#no-such-map"
+PASS XHTML img usemap="#different-CASE-name"
+PASS XHTML object usemap="#different-CASE-name"
+PASS XHTML img usemap="#different-CASE-id"
+PASS XHTML object usemap="#different-CASE-id"
+Harness: the test ran to completion.
+

Powered by Google App Engine
This is Rietveld 408576698