1
0
Fork 0
firefox/testing/web-platform/tests/conformance-checkers/html-rdfalite/0115-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

16 lines
450 B
HTML

<!DOCTYPE html>
<html prefix="ex: http://www.example.com/">
<head>
<meta charset=utf-8>
<title>Test 0115</title>
</head>
<body>
<p>Description: XML entities in the RDFa content</p>
<p>
<span property="ex:entity1">&gt;</span>
<span property="ex:entity2">Ben &amp; Co.</span>
<span property="ex:entity3">&#x40;</span>
<span property="ex:entity4">&#64;</span>
</p>
</body>
</html>