chromium/third_party/blink/web_tests/fast/parser/entity-ignorable-whitespace.xhtml

<?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>