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

Side by Side Diff: sky/tests/parser/starttag-expected.txt

Issue 1215063003: Remove Sky tests that we don't intend to port to the new world (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 5 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
OLDNEW
(Empty)
1 <html>
2 <import src="../resources/dump-as-markup.sky"></import>
3 <body>
4 <a>1</a>
5 <a>2</a>
6 <a.>3</a.>
7 <a_>4</a_>
8 <a->5</a->
9 <a!>6</a!>
10 <a%>7</a%>
11
12 &lt; a&gt;8&lt;/ a&gt;
13 <.a>9</.a>
14 <_a>a</_a>
15 <-a>b</-a>
16 &lt;!a&gt;c&lt;/!a&gt;
17 &lt;%a&gt;d&lt;/%a&gt;
18
19 <a _a=""></a>
20 <a foo="bar" <="" a=""></a>
21 <a a1="" a2="xx=xx" a3="&amp;" a4="&amp;#" a5="&amp;#x" a6="&amp;#x1" a7="" a8="&amp;#1" a9="" aa="&amp;a" ab="�" ac="&amp;;" ad="a" ae="<" af="&amp;lt" a g="�" b3="&amp;" b4="&amp;#" b5="&amp;#x" b6="&amp;#x1" b7="" b8="&amp;#1" b9=" " ba="&amp;a" bb="�" bc="&amp;;" bd="a" be="<" bf="&amp;lt" bg="�" c3="&amp;" c 4="&amp;#" c5="&amp;#x" c6="&amp;#x1" c7="" c8="&amp;#1" c9="" ca="&amp;a" cb= "�" cc="&amp;;" cd="a" ce="<" cf="&amp;lt" cg="�"></a>
22 </body>
23 </html>
24
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698