Sign in
cobalt
/
cobalt
/
b95ea55ccebda33f820d043e4b4dc85c10d7584d
/
.
/
third_party
/
web_platform_tests
/
conformance-checkers
/
html-rdfa
/
0298-isvalid.html
blob: 54ab6d91d4fe497721ba23f9a7fc75ba0d02c3bd [
file
] [
log
] [
blame
]
<!DOCTYPE html>
<html>
<head>
<meta
charset
=
utf-8
>
<title>
Test 0298: Testing @typeof and @about=[]
</title>
</head>
<body>
<div
about
=
"[]"
typeof
=
"foaf:Person"
>
<span
property
=
"foaf:name"
>
Alex Milowski
</span>
</div>
</body>
</html>