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

Side by Side Diff: sky/tests/parser/style.sky

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/starttag-expected.txt ('k') | sky/tests/parser/style-expected.txt » ('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 & 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 & TEST
23 <style>
24 TEST <a></a>
25 </STYLE>
26 & TEST
27 </style>
28 & TEST
29 </STYLE>
30
31 <style
32 > TEST </style
33 >
34
35 <
36 style
37 > & TEST </style>
38
39 & TEST
40
41 <style> & TEST </
42 style>
43 & TEST
44 </style>
45
46 <style> & TEST </styl>
47 & TEST
48 </style>
49
50 <style> & TEST <//style>
51 & TEST
52 </style>
53
54 & TEST
55
56 </body>
OLDNEW
« no previous file with comments | « sky/tests/parser/starttag-expected.txt ('k') | sky/tests/parser/style-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698