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

Unified 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: Add comment in W3CImportExpectations. 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 side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/fast/html/area-shape-expected.txt
diff --git a/third_party/WebKit/LayoutTests/fast/html/area-shape-expected.txt b/third_party/WebKit/LayoutTests/fast/html/area-shape-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..1cfaefdcd41d5cdb929ee79696fbbac588df1462
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/fast/html/area-shape-expected.txt
@@ -0,0 +1,19 @@
+
+This is a testharness.js-based test.
+PASS missing value default: "2,2,10,10" (null)
+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"></area>
+PASS missing value default: null (null)
+PASS invalid value default: "2,2,10,10" (foobar invalid)
+PASS invalid value default: "2,2,10,10" ()
+PASS empty string: "" (default)
+PASS omitted coords: null (DEFAULT)
+PASS simple: "20,40,10" (circle)
+PASS simple: "20,40,10" (circ)
+PASS simple: "20,40,10" (CIRCLE)
+PASS simple: "20,40,10" (CIRC)
+FAIL LATIN CAPITAL LETTER I WITH DOT ABOVE: "20,40,10" (CİRCLE) 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="CİRCLE" coords="20,40,10"></area>
+FAIL LATIN SMALL LETTER DOTLESS I: "20,40,10" (cırcle) 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="cırcle" coords="20,40,10"></area>
+PASS simple: "100,100,120,100,100,120" (poly)
+PASS simple: "100,100,120,100,100,120" (polygon)
+Harness: the test ran to completion.
+

Powered by Google App Engine
This is Rietveld 408576698