1
0
Fork 0
firefox/testing/web-platform/tests/conformance-checkers/html-rdfalite/0325-isvalid.html
Daniel Baumann 5e9a113729
Adding upstream version 140.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-25 09:37:52 +02:00

17 lines
500 B
HTML

<!DOCTYPE html>
<html>
<head>
<base href="http://example.org/">
<meta charset=utf-8>
<title>Test 0325</title>
</head>
<body vocab="http://schema.org/">
<div resource="#foo" typeof=""><link property="rdfa:copy" resource="_:a"></div>
<div resource="#bar" typeof=""><link property="rdfa:copy" resource="_:a"></div>
<div resource="_:a" typeof="rdfa:Pattern">
<div property="schema:refers-to" typeof="">
<span property="schema:name">Amanda</span>
</div>
</div>
</body>
</html>