diff options
Diffstat (limited to 'test/scratch/demo.html')
-rw-r--r-- | test/scratch/demo.html | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/test/scratch/demo.html b/test/scratch/demo.html index 19102815..379e718a 100644 --- a/test/scratch/demo.html +++ b/test/scratch/demo.html @@ -1 +1,5 @@ -foo
\ No newline at end of file +<html> +<body> +<div id="foo" fooBar="10">asdfasdf</div> +</body> +</html> |