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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/html/area-shape-expected.txt

Issue 1618373002: Add tests for HTMLAreaElement coords/shape and processing model (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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
(Empty)
1
2 This is a testharness.js-based test.
3 PASS missing value default: "2,2,10,10" (null)
4 FAIL missing value default: "20,40,10" (null) assert_equals: elementFromPoint(21 , 41) expected Element node <img src="resources/images/blue-border.png" usemap=" #x" i... but got Element node <area id="area" shape="null" coords="20,40,10"></a rea>
5 PASS missing value default: null (null)
6 PASS invalid value default: "2,2,10,10" (foobar invalid)
7 PASS invalid value default: "2,2,10,10" ()
8 PASS empty string: "" (default)
9 PASS omitted coords: null (DEFAULT)
10 PASS simple: "20,40,10" (circle)
11 PASS simple: "20,40,10" (circ)
12 PASS simple: "20,40,10" (CIRCLE)
13 PASS simple: "20,40,10" (CIRC)
14 FAIL LATIN CAPITAL LETTER I WITH DOT ABOVE: "20,40,10" (CİRCLE) assert_equals: e lementFromPoint(21, 41) expected Element node <img src="resources/images/blue-bo rder.png" usemap="#x" i... but got Element node <area id="area" shape="CİRCLE" c oords="20,40,10"></area>
15 FAIL LATIN SMALL LETTER DOTLESS I: "20,40,10" (cırcle) assert_equals: elementFro mPoint(21, 41) expected Element node <img src="resources/images/blue-border.png" usemap="#x" i... but got Element node <area id="area" shape="cırcle" coords="20 ,40,10"></area>
16 PASS simple: "100,100,120,100,100,120" (poly)
17 PASS simple: "100,100,120,100,100,120" (polygon)
18 Harness: the test ran to completion.
19
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698