diff options
Diffstat (limited to 'third_party/webdriver/test_data/transformable.xml')
-rw-r--r-- | third_party/webdriver/test_data/transformable.xml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/third_party/webdriver/test_data/transformable.xml b/third_party/webdriver/test_data/transformable.xml new file mode 100644 index 0000000..cb70dd1 --- /dev/null +++ b/third_party/webdriver/test_data/transformable.xml @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8"?>
+<?xml-stylesheet type="text/xsl" href="transformable.xsl"?>
+<!DOCTYPE html [ <!ENTITY nbsp " "> ]>
+<html xmlns="http://www.w3.org/1999/xhtml" xmlns:html="http://www.w3.org/1999/xhtml" xmlns:ui="http://dummy.com/mynamespace">
+ <body id='body'>
+ <p>Click the button.</p>
+ <ui:app url="xhtmlTest.html">
+ <ui:someButton id="x" name="y">Go to another page</ui:someButton>
+ </ui:app>
+ </body>
+</html>
\ No newline at end of file |