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

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

Issue 2658793002: Report w3c test result count for WPT (Closed)
Patch Set: rebase Created 3 years, 10 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 unified diff | Download patch
OLDNEW
1 This is a testharness.js-based test. 1 This is a testharness.js-based test.
2 Found 168 tests; 82 PASS, 86 FAIL, 0 TIMEOUT, 0 NOTRUN.
2 FAIL HTML (standards) IMG usemap="no-hash-name" assert_equals: expected Element node <img src="/images/threecolors.png" usemap="no-hash-name">... but got Elemen t node <area shape="rect" coords="0,0,99,50" href="#area-no-hash... 3 FAIL HTML (standards) IMG usemap="no-hash-name" assert_equals: expected Element node <img src="/images/threecolors.png" usemap="no-hash-name">... but got Elemen t node <area shape="rect" coords="0,0,99,50" href="#area-no-hash...
3 PASS HTML (standards) OBJECT usemap="no-hash-name" 4 PASS HTML (standards) OBJECT usemap="no-hash-name"
4 PASS HTML (standards) IMG usemap="no-hash-id" 5 PASS HTML (standards) IMG usemap="no-hash-id"
5 PASS HTML (standards) OBJECT usemap="no-hash-id" 6 PASS HTML (standards) OBJECT usemap="no-hash-id"
6 PASS HTML (standards) IMG usemap="#hash-name" 7 PASS HTML (standards) IMG usemap="#hash-name"
7 FAIL HTML (standards) OBJECT usemap="#hash-name" assert_equals: expected Element node <area shape="rect" coords="0,0,99,50" href="#area-hash-na... but got Eleme nt node <object data="/images/threecolors.png" usemap="#hash-name... 8 FAIL HTML (standards) OBJECT usemap="#hash-name" assert_equals: expected Element node <area shape="rect" coords="0,0,99,50" href="#area-hash-na... but got Eleme nt node <object data="/images/threecolors.png" usemap="#hash-name...
8 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 no de <img src="/images/threecolors.png" usemap="#hash-id"></img> 9 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 no de <img src="/images/threecolors.png" usemap="#hash-id"></img>
9 FAIL HTML (standards) OBJECT usemap="#hash-id" assert_equals: expected Element n ode <area shape="rect" coords="0,0,99,50" href="#area-hash-id... but got Element node <object data="/images/threecolors.png" usemap="#hash-id">... 10 FAIL HTML (standards) OBJECT usemap="#hash-id" assert_equals: expected Element n ode <area shape="rect" coords="0,0,99,50" href="#area-hash-id... but got Element node <object data="/images/threecolors.png" usemap="#hash-id">...
10 PASS HTML (standards) IMG usemap="#non-map-with-this-name" 11 PASS HTML (standards) IMG usemap="#non-map-with-this-name"
11 FAIL HTML (standards) OBJECT usemap="#non-map-with-this-name" assert_equals: exp ected Element node <area shape="rect" coords="0,0,99,50" href="#area-non-map... but got Element node <object data="/images/threecolors.png" usemap="#non-map-w.. . 12 FAIL HTML (standards) OBJECT usemap="#non-map-with-this-name" assert_equals: exp ected Element node <area shape="rect" coords="0,0,99,50" href="#area-non-map... but got Element node <object data="/images/threecolors.png" usemap="#non-map-w.. .
(...skipping 155 matching lines...) Expand 10 before | Expand all | Expand 10 after
167 PASS XHTML img usemap="http://example.org/#garbage-before-hash-id" 168 PASS XHTML img usemap="http://example.org/#garbage-before-hash-id"
168 FAIL XHTML object usemap="http://example.org/#garbage-before-hash-id" assert_equ als: expected Element node <area shape="rect" coords="0,0,99,50" href="#area-gar bage... but got Element node <object data="/images/threecolors.png" usemap="http ://exa... 169 FAIL XHTML object usemap="http://example.org/#garbage-before-hash-id" assert_equ als: expected Element node <area shape="rect" coords="0,0,99,50" href="#area-gar bage... but got Element node <object data="/images/threecolors.png" usemap="http ://exa...
169 PASS XHTML img usemap="#no-such-map" 170 PASS XHTML img usemap="#no-such-map"
170 PASS XHTML object usemap="#no-such-map" 171 PASS XHTML object usemap="#no-such-map"
171 PASS XHTML img usemap="#different-CASE-name" 172 PASS XHTML img usemap="#different-CASE-name"
172 PASS XHTML object usemap="#different-CASE-name" 173 PASS XHTML object usemap="#different-CASE-name"
173 PASS XHTML img usemap="#different-CASE-id" 174 PASS XHTML img usemap="#different-CASE-id"
174 PASS XHTML object usemap="#different-CASE-id" 175 PASS XHTML object usemap="#different-CASE-id"
175 Harness: the test ran to completion. 176 Harness: the test ran to completion.
176 177
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698