From 90ef39461e1c860019ce049039a73d5a2999f053 Mon Sep 17 00:00:00 2001 From: Daniel Silverstone Date: Wed, 4 Jul 2012 18:27:28 +0100 Subject: HTMLElement: title is a simple get/set. Enable 29 more tests --- test/testcases/tests/level1/html/HTMLElement33.xml | 42 ++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 test/testcases/tests/level1/html/HTMLElement33.xml (limited to 'test/testcases/tests/level1/html/HTMLElement33.xml') diff --git a/test/testcases/tests/level1/html/HTMLElement33.xml b/test/testcases/tests/level1/html/HTMLElement33.xml new file mode 100644 index 0000000..4bd034b --- /dev/null +++ b/test/testcases/tests/level1/html/HTMLElement33.xml @@ -0,0 +1,42 @@ + + + + + + + +HTMLElement33 +NIST + + The title attribute specifies the elements advisory title. + + Retrieve the title attribute of the SPAN element and examine its value. + +Mary Brady +2002-02-22 + + + + + + + + + + + +<assertEquals actual="vtitle" expected='"SPAN Element"' id="titleLink" ignoreCase="false"/> +</test> -- cgit v1.2.3