From 98215a603fb798cdb4178e49061977544aaa45b7 Mon Sep 17 00:00:00 2001 From: wei <> Date: Sat, 10 Dec 2005 11:49:29 +0000 Subject: Initial import selenium functional test framework. --- .../selenium/html-xpath/example.html | 75 ++++++++++++++++++++++ 1 file changed, 75 insertions(+) create mode 100644 tests/FunctionalTests/selenium/html-xpath/example.html (limited to 'tests/FunctionalTests/selenium/html-xpath/example.html') diff --git a/tests/FunctionalTests/selenium/html-xpath/example.html b/tests/FunctionalTests/selenium/html-xpath/example.html new file mode 100644 index 00000000..3d7c62af --- /dev/null +++ b/tests/FunctionalTests/selenium/html-xpath/example.html @@ -0,0 +1,75 @@ + + + DOM Level 3 XPath Example + + + +
+ Test Node 1 +
+ + +
+
+ Test Node 2 +

Test Node 3: Unclosed Paragraph tag +

+ Test Node 4: Nesting +
+ Something I found in my backyard + Carnation +
+
+
+ + + + + + -- cgit v1.2.3