| OLD | NEW |
| 1 <!DOCTYPE html> | 1 <!DOCTYPE html> |
| 2 <html> | 2 <html> |
| 3 <head> | 3 <head> |
| 4 <title>HTML Test reference: newline in <pre> separates bidi paragraphs
</title> | 4 <title>HTML Test reference: newline in <pre> separates bidi paragraphs
</title> |
| 5 <link rel="author" title="Amir E. Aharoni" href="mailto:amir.aharoni@mail.hu
ji.ac.il"/> | 5 <link rel="author" title="Amir E. Aharoni" href="mailto:amir.aharoni@mail.hu
ji.ac.il"/> |
| 6 <link rel="author" title="Eyal Sela" href="mailto:eyal@post.isoc.org.il"/> | 6 <link rel="author" title="Eyal Sela" href="mailto:eyal@post.isoc.org.il"/> |
| 7 <link rel="author" title="Aharon Lanin" href="mailto:aharon@google.com"/> | 7 <link rel="author" title="Aharon Lanin" href="mailto:aharon@google.com"/> |
| 8 <link rel="help" href="https://html.spec.whatwg.org/multipage/#the-pre-eleme
nt"/> | 8 <link rel="help" href="https://html.spec.whatwg.org/multipage/#the-pre-eleme
nt"/> |
| 9 </head> | 9 </head> |
| 10 <body> | 10 <body> |
| 11 <div class="instructions" style="display:none"><p>Test passes if the rightmo
st character in the first line below is a full stop and to the left of it is a H
ebrew letter.</p></div> | 11 <div class="instructions"><p>Test passes if the rightmost character in the f
irst line below is a full stop and to the left of it is a Hebrew letter.</p></di
v> |
| 12 <div class="test"> | 12 <div class="test"> |
| 13 <pre> | 13 <pre> |
| 14 A Hebrew letter and a full stop: א.‎ | 14 A Hebrew letter and a full stop: א.‎ |
| 15 א this line begins with a Hebrew letter. | 15 א this line begins with a Hebrew letter. |
| 16 </pre> | 16 </pre> |
| 17 </div> | 17 </div> |
| 18 </body> | 18 </body> |
| 19 </html> | 19 </html> |
| OLD | NEW |