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

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

Issue 1632133007: The missing value default for <area shape> is 'rect' (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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/html/HTMLAreaElement.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
deleted file mode 100644
index 1cfaefdcd41d5cdb929ee79696fbbac588df1462..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/fast/html/area-shape-expected.txt
+++ /dev/null
@@ -1,19 +0,0 @@
-
-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.
-
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/html/HTMLAreaElement.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698