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

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

Issue 685593006: This CL provides a bunch of new parser tests, and updates the (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 6 years, 1 month 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
« no previous file with comments | « sky/tests/parser/style.sky ('k') | sky/tests/parser/utf16.sky » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 <html>
2 <link rel="import" href="../resources/dump-as-markup.sky"></link>
3 <body>
4
5 <style>
6 & TEST <a></a>
7 </style>
8
9 <STYLE>
10 &amp; TEST <a></a>
11 </STYLE>
12
13 <style>
14 & TEST
15 <STYLE>
16 & TEST <a></a>
17 </STYLE>
18 & TEST
19 </style>
20
21 <STYLE>
22 &amp; TEST
23 <style>
24 TEST <a></a>
25 </STYLE>
26 & TEST
27 </style>
28 &amp; TEST
29 </STYLE>
30
31 <style> TEST </style>
32
33 &lt;
34 style
35 &gt; &amp; TEST
36
37 &amp; TEST
38
39 <style> & TEST </
40 style>
41 & TEST
42 </style>
43
44 <style> & TEST </styl>
45 & TEST
46 </style>
47
48 <style> & TEST <//style>
49 & TEST
50 </style>
51
52 &amp; TEST
53
54 </body>
55 </html>
OLDNEW
« no previous file with comments | « sky/tests/parser/style.sky ('k') | sky/tests/parser/utf16.sky » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698