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

Side by Side Diff: LayoutTests/dom/xhtml/level3/core/infoset03.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
(Empty)
1 <?xml version="1.0"?>
2 <!DOCTYPE html
3 PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
4 "xhtml1-strict.dtd" [
5 <!ATTLIST html
6 xmlns:xsi CDATA #IMPLIED
7 xsi:schemaLocation CDATA #IMPLIED>
8 ]>
9 <html xmlns='http://www.w3.org/1999/xhtml'
10 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
11 xsi:schemaLocation="http://www.w3.org/1999/xhtml datatype_normalization2 .xsd"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/> <title>datatype_normalization2</title><script type='text/javascript' src='selfxh tml.js'></script><script charset='UTF-8' type='text/javascript' src='infoset03.j s'></script><script type='text/javascript'>function loadComplete() { startTest() ; }</script></head><body onload="loadComplete()">
12 <p>
13 <!-- preserve, string default -->
14 <em> EMP 0001 </em>
15 <!-- explicit preserve -->
16 <acronym> EMP 0001 </acronym>
17 <!-- explicit collapse -->
18 <code>
19 EMP 0001
20 </code>
21 <code>EMP 0001</code>
22 <code>EMP 0001</code>
23 <!-- explicit replace -->
24 <sup>
25 EMP 0001
26 </sup>
27 <sup>EMP 0001</sup>
28 <sup>EMP 0001</sup>
29 <sup>EMP
30 0001</sup>
31 </p>
32 </body>
33 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698