Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / html5lib / resources / comments01.dat
blob44f187683004b904f06f92f1ca31cbd7641ae1dd
1 #data
2 FOO<!-- BAR -->BAZ
3 #errors
4 #document
5 | <html>
6 | <head>
7 | <body>
8 | "FOO"
9 | <!-- BAR -->
10 | "BAZ"
12 #data
13 FOO<!-- BAR --!>BAZ
14 #errors
15 #document
16 | <html>
17 | <head>
18 | <body>
19 | "FOO"
20 | <!-- BAR -->
21 | "BAZ"
23 #data
24 FOO<!-- BAR -- >BAZ
25 #errors
26 #document
27 | <html>
28 | <head>
29 | <body>
30 | "FOO"
31 | <!-- BAR -- >BAZ -->
33 #data
34 FOO<!-- BAR -- <QUX> -- MUX -->BAZ
35 #errors
36 #document
37 | <html>
38 | <head>
39 | <body>
40 | "FOO"
41 | <!-- BAR -- <QUX> -- MUX -->
42 | "BAZ"
44 #data
45 FOO<!-- BAR -- <QUX> -- MUX --!>BAZ
46 #errors
47 #document
48 | <html>
49 | <head>
50 | <body>
51 | "FOO"
52 | <!-- BAR -- <QUX> -- MUX -->
53 | "BAZ"
55 #data
56 FOO<!-- BAR -- <QUX> -- MUX -- >BAZ
57 #errors
58 #document
59 | <html>
60 | <head>
61 | <body>
62 | "FOO"
63 | <!-- BAR -- <QUX> -- MUX -- >BAZ -->
65 #data
66 FOO<!---->BAZ
67 #errors
68 #document
69 | <html>
70 | <head>
71 | <body>
72 | "FOO"
73 | <!-- -->
74 | "BAZ"
76 #data
77 FOO<!--->BAZ
78 #errors
79 #document
80 | <html>
81 | <head>
82 | <body>
83 | "FOO"
84 | <!-- -->
85 | "BAZ"
87 #data
88 FOO<!-->BAZ
89 #errors
90 #document
91 | <html>
92 | <head>
93 | <body>
94 | "FOO"
95 | <!-- -->
96 | "BAZ"
98 #data
99 <?xml version="1.0">Hi
100 #errors
101 #document
102 | <!-- ?xml version="1.0" -->
103 | <html>
104 | <head>
105 | <body>
106 | "Hi"
108 #data
109 <?xml version="1.0">
110 #errors
111 #document
112 | <!-- ?xml version="1.0" -->
113 | <html>
114 | <head>
115 | <body>
117 #data
118 <?xml version
119 #errors
120 #document
121 | <!-- ?xml version -->
122 | <html>
123 | <head>
124 | <body>
126 #data
127 FOO<!----->BAZ
128 #errors
129 #document
130 | <html>
131 | <head>
132 | <body>
133 | "FOO"
134 | <!-- - -->
135 | "BAZ"