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

Side by Side Diff: sky/tests/parser/style-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 <style>
5 & TEST <a></a>
6 </style>
7 <STYLE>
8 &amp; TEST <a></a>
9 </STYLE>
10 <style>
11 & TEST
12 <STYLE>
13 & TEST <a></a>
14 </STYLE>
15 & TEST
16 </style>
17 <STYLE>
18 &amp; TEST
19 <style>
20 TEST <a></a>
21 </STYLE>
22 & TEST
23 </style>
24 &amp; TEST
25 </STYLE>
26 <style> TEST </style>
27
28 &lt;
29 style
30 &gt; &amp; TEST
31
32 &amp; TEST
33
34 <style> & TEST </
35 style>
36 & TEST
37 </style>
38 <style> & TEST </styl>
39 & TEST
40 </style>
41 <style> & TEST <//style>
42 & TEST
43 </style>
44
45 &amp; TEST
46
47 </body>
48 </html>
49
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698