Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(327)

Side by Side Diff: LayoutTests/dom/xhtml/level3/core/entitygetinputencoding02.xhtml

Issue 14195011: Removed WONTFIX tests (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 þÿ<?xml version="1.0" encoding="uTf-16"?> 1 þÿ<?xml version="1.0" encoding="uTf-16"?>
2 2
3 <!DOCTYPE html [ 3 <!DOCTYPE html [
4 4
5 <!ENTITY ent1 'foo'> 5 <!ENTITY ent1 'foo'>
6 6
7 <!ENTITY ent2 'foo<br/>'> 7 <!ENTITY ent2 'foo<br/>'>
8 8
9 <!ELEMENT html (head, body)> 9 <!ELEMENT html (head, body)>
10 10
(...skipping 24 matching lines...) Expand all
35 </head> 35 </head>
36 36
37 <body> 37 <body>
38 38
39 <p>bar</p> 39 <p>bar</p>
40 40
41 </body> 41 </body>
42 42
43 </html> 43 </html>
44 44
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698