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

Side by Side Diff: third_party/WebKit/LayoutTests/images/image-map-multiple-expected.txt

Issue 2501893003: Deprecate case-insensitive matching for |usemap| attribute (Closed)
Patch Set: Created 4 years, 1 month 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 63: 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=#mapname and name=mapName
1 2
2 This tests image map behavior when there are multiple maps with the same name. 3 This tests image map behavior when there are multiple maps with the same name.
3 1: PASS: Hit the first map in the document. 4 1: PASS: Hit the first map in the document.
4 2: PASS: Hit the second map after the first was renamed. 5 2: PASS: Hit the second map after the first was renamed.
5 3: PASS: Hit the first map after it was renamed back. 6 3: PASS: Hit the first map after it was renamed back.
6 4: PASS: Hit the second map after the first was removed. 7 4: PASS: Hit the second map after the first was removed.
7 5: PASS: Hit the first map after it was added back. 8 5: PASS: Hit the first map after it was added back.
8 6: PASS: Hit the first map after the second was removed. 9 6: PASS: Hit the first map after the second was removed.
9 7: PASS: Hit the first map after the second was re-added. 10 7: PASS: Hit the first map after the second was re-added.
10 11
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698