From 1c0598d5ba86a8abc877c63349cdf4ff0553576f Mon Sep 17 00:00:00 2001 From: Kalle Olavi Niemitalo Date: Sun, 20 Aug 2006 17:07:26 +0300 Subject: [PATCH] ECMAScript: More accessKey tests. --- test/ecmascript/accesskey.html | 113 ++++++++++++++++++++++++++------- 1 file changed, 89 insertions(+), 24 deletions(-) diff --git a/test/ecmascript/accesskey.html b/test/ecmascript/accesskey.html index 9ba4b7aa..65d62618 100644 --- a/test/ecmascript/accesskey.html +++ b/test/ecmascript/accesskey.html @@ -2,43 +2,108 @@ "http://www.w3.org/TR/REC-html40/strict.dtd"> -accessKey test -
-

+ECMAScript accessKey tests +

ECMAScript accessKey tests

+ +

Set valid access keys and read them back

+ +

This does not automatically test that the assigned access keys +actually work.

+ +

-
U+0020must not become "Space" -
U+0025ASCII punctuation -
U+007AASCII letter -
U+00E5Latin-1 -
U+0161Latin-9 -
U+3042Hiragana -
U+10A55Kharoshthi +
empty string +
U+0020must not become "Space" +
U+0025ASCII punctuation +
U+007AASCII letter +
U+00E5Latin-1 +
U+0161Latin-9 +
U+3042Hiragana +
U+10A55Kharoshthi

- + +

These might throw errors

+
+ +
number -273.15 +
U+0000 +
U+0001 +
U+000A +
"hyi" +
+
+
+ + +

Invalid uses of surrogates

+
+ +
U+D800 +
U+D800 U+002E +
U+D800 U+D800 +
U+D800 U+DBFF +
U+D800 U+E000 +
U+DBFF U+DBFF +
U+DC00 +
U+DC00 U+002E +
U+DC00 U+D800 +
U+DC00 U+DBFF +
U+DC00 U+DC00 +
U+DC00 U+DFFF +
U+DC00 U+FF20 +
U+DFFF +
U+DFFF U+DFFF +
+
+
+