haikuwebkit/LayoutTests/fast/parser/entity-ignorable-whitespace...

15 lines
337 B
HTML

<?xml version="1.0"?>
<!DOCTYPE html
PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"xhtml1-strict.dtd" [
<!ENTITY shape " <p>Success</p>">
]>
<html xmlns='http://www.w3.org/1999/xhtml'>
<head><title>test for bug 5792</title></head><body>
&shape;
<script>
if (window.testRunner)
testRunner.dumpAsText();
</script>
</body></html>