<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN"> | |
<html> | |
<head> | |
<title>viewBox and text</title> | |
<style type="text/css"> | |
object { border: navy inset; } | |
</style> | |
</head> | |
<body> | |
<p>The following two blocks should look identical (to the pixel), and they should both say "PASS":</p> | |
<p><object data="003a.xml">FAIL</object></p> | |
<p><object data="003b.xml">FAIL</object></p> | |
</body> | |
</html> |