mirror of
https://github.com/servo/servo.git
synced 2025-07-12 18:03:49 +01:00
15 lines
261 B
HTML
15 lines
261 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset=utf-8>
|
|
<title>Test 0225</title>
|
|
</head>
|
|
<body>
|
|
<div about="foo">
|
|
<p property="rdf:value" inlist="">Foo</p>
|
|
</div>
|
|
<div about="foo">
|
|
<p property="rdf:value" inlist="">Bar</p>
|
|
</div>
|
|
</body>
|
|
</html>
|