diff options
Diffstat (limited to 'test/block-cluster_scope.rdfa.html')
| -rw-r--r-- | test/block-cluster_scope.rdfa.html | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/test/block-cluster_scope.rdfa.html b/test/block-cluster_scope.rdfa.html new file mode 100644 index 0000000..7aa3ef0 --- /dev/null +++ b/test/block-cluster_scope.rdfa.html @@ -0,0 +1,13 @@ +<div typeof="schema:Group"> +<h1>People</h1> +<h2>Manu Sporny</h2> +<p>My name is Manu Sporny.</p> +<h2>Thomas Francart</h2> +<p>My name is Thomas Francart.</p> +<p>I once read this:</p> +<blockquote resource="#manu"> +<p>My name is Manu Sporny.</p> +<p>You can give me a ring.</p> +</blockquote> +<p>Should I call him?</p> +</div> |
