bug 941940 - reftest to check that 
 characters in the DOM remain invisible. r=roc

This commit is contained in:
Jonathan Kew 2013-11-22 21:44:55 +00:00
parent edffd828e9
commit 7053b29163
2 changed files with 14 additions and 0 deletions

View File

@ -0,0 +1,7 @@
<!DOCTYPE html>
<p><tt>foobar</tt>
<p><tt>foo bar</tt>
<pre>
foo
bar
</pre>

View File

@ -0,0 +1,7 @@
<!DOCTYPE html>
<p><tt>foo&#13;bar</tt>
<p><tt>foo&#13;&#10;bar</tt>
<pre>
foo&#13;
bar&#13;
</pre>