summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/fast/parser/entity-ignorable-whitespace.xhtml
blob: 222e30675c4f034c2df6d48e927863664a304d96 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?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>