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

Side by Side Diff: third_party/WebKit/LayoutTests/external/wpt/html/semantics/embedded-content/the-img-element/usemap-casing-expected.txt

Issue 2648163002: Remove case-insensitive matching of usemap attribute. (Closed)
Patch Set: _ 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 unified diff | Download patch
OLDNEW
1 CONSOLE WARNING: line 82: Case-insensitive matching for usemap attribute is depr ecated and will be removed in M58, around April 2017. See https://www.chromestat us.com/features/5760965337415680 for more details. Comparing usemap=#sImPlE and name=simple
2 CONSOLE WARNING: line 82: Case-insensitive matching for usemap attribute is depr ecated and will be removed in M58, around April 2017. See https://www.chromestat us.com/features/5760965337415680 for more details. Comparing usemap=#paSSfield-k illroyß and name=passfield-killroyß
3 CONSOLE WARNING: line 82: Case-insensitive matching for usemap attribute is depr ecated and will be removed in M58, around April 2017. See https://www.chromestat us.com/features/5760965337415680 for more details. Comparing usemap=#глупый and name=ГЛУПЫЙ
4 This is a testharness.js-based test. 1 This is a testharness.js-based test.
5 PASS Image with usemap of #sanityCheck should match the area with map named sani tyCheck 2 PASS Image with usemap of #sanityCheck should match the area with map named sani tyCheck
6 FAIL Image with usemap of #sImPlE should not match any of the areas assert_equal s: The element retrieved must be the image, not an area; used <map> with name "s imple" expected Element node <img src="/images/threecolors.png" usemap="#sImPlE" width... but got Element node <area shape="rect" coords="0,0,300,300"></area> 3 PASS Image with usemap of #sImPlE should not match any of the areas
7 FAIL Image with usemap of #paSSfield-killroyß should not match any of the areas assert_equals: The element retrieved must be the image, not an area; used <map> with name "passfield-killroyß" expected Element node <img src="/images/threecolo rs.png" usemap="#paSSfield-kil... but got Element node <area shape="rect" coords ="0,0,300,300"></area> 4 PASS Image with usemap of #paSSfield-killroyß should not match any of the areas
8 FAIL Image with usemap of #глупый should not match any of the areas assert_equal s: The element retrieved must be the image, not an area; used <map> with name "Г ЛУПЫЙ" expected Element node <img src="/images/threecolors.png" usemap="#глупый" width... but got Element node <area shape="rect" coords="0,0,300,300"></area> 5 PASS Image with usemap of #глупый should not match any of the areas
9 FAIL Image with usemap of #åωk should not match any of the areas Cannot read pro perty 'parentElement' of null 6 FAIL Image with usemap of #åωk should not match any of the areas Cannot read pro perty 'parentElement' of null
10 FAIL Image with usemap of #blah1 should not match any of the areas Cannot read p roperty 'parentElement' of null 7 FAIL Image with usemap of #blah1 should not match any of the areas Cannot read p roperty 'parentElement' of null
11 FAIL Image with usemap of #tÉdz5アパートFi should not match any of the areas Cannot read property 'parentElement' of null 8 FAIL Image with usemap of #tÉdz5アパートFi should not match any of the areas Cannot read property 'parentElement' of null
12 FAIL Image with usemap of #ΣΣ should not match any of the areas Cannot read prop erty 'parentElement' of null 9 FAIL Image with usemap of #ΣΣ should not match any of the areas Cannot read prop erty 'parentElement' of null
13 Harness: the test ran to completion. 10 Harness: the test ran to completion.
14 11
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698