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

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

Issue 867963006: Add the <t> element and ignore whitespace outside it. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Do it for a whole subtree. Created 5 years, 11 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
« no previous file with comments | « sky/tests/parser/starttag-expected.txt ('k') | sky/tests/parser/voidtag-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
1 <html> 1 <html>
2 <import src="../resources/dump-as-markup.sky"></import> 2 <import src="../resources/dump-as-markup.sky"></import>
3 <body> 3 <body>
4 4 <style>
5 <style>
6 & TEST <a></a> 5 & TEST <a></a>
7 </style> 6 </style>
8 7 <STYLE>
9 <STYLE>
10 &amp; TEST <a></a> 8 &amp; TEST <a></a>
11 </STYLE> 9 </STYLE>
12 10 <style>
13 <style>
14 & TEST 11 & TEST
15 <STYLE> 12 <STYLE>
16 & TEST <a></a> 13 & TEST <a></a>
17 </STYLE> 14 </STYLE>
18 & TEST 15 & TEST
19 </style> 16 </style>
20 17 <STYLE>
21 <STYLE>
22 &amp; TEST 18 &amp; TEST
23 <style> 19 <style>
24 TEST <a></a> 20 TEST <a></a>
25 </STYLE> 21 </STYLE>
26 & TEST 22 & TEST
27 </style> 23 </style>
28 &amp; TEST 24 &amp; TEST
29 </STYLE> 25 </STYLE>
30 26 <style> TEST </style>
31 <style> TEST </style>
32 27
33 &lt; 28 &lt;
34 style 29 style
35 &gt; &amp; TEST 30 &gt; &amp; TEST
36 31
37 &amp; TEST 32 &amp; TEST
38 33
39 <style> & TEST </ 34 <style> & TEST </
40 style> 35 style>
41 & TEST 36 & TEST
42 </style> 37 </style>
43 38 <style> & TEST </styl>
44 <style> & TEST </styl> 39 & TEST
40 </style>
41 <style> & TEST <//style>
45 & TEST 42 & TEST
46 </style> 43 </style>
47 44
48 <style> & TEST <//style>
49 & TEST
50 </style>
51
52 &amp; TEST 45 &amp; TEST
53 46
54 </body> 47 </body>
55 </html> 48 </html>
49
OLDNEW
« no previous file with comments | « sky/tests/parser/starttag-expected.txt ('k') | sky/tests/parser/voidtag-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698