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

Side by Side Diff: bower_components/marked/test/tests/loose_lists.html

Issue 786953007: npm_modules: Fork bower_components into Polymer 0.4.0 and 0.5.0 versions (Closed) Base URL: https://chromium.googlesource.com/infra/third_party/npm_modules.git@master
Patch Set: 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
OLDNEW
(Empty)
1 <ul>
2 <li><p>hello
3 world </p>
4
5 <p>how
6 are</p></li>
7 <li>you </li>
8 </ul>
9
10
11
12 <p>better behavior:</p>
13
14 <ul><li><p>hello</p> <ul><li><p>world
15 how</p> <p>are
16 you</p></li><li><p>today</p></li></ul></li><li>hi</li></ul>
17
18
19
20 <ul>
21 <li><p>hello</p></li>
22 <li><p>world</p></li>
23 <li>hi</li>
24 </ul>
25
26
27
28 <ul>
29 <li>hello</li>
30 <li><p>world</p></li>
31 <li><p>hi</p></li>
32 </ul>
33
34
35
36 <ul>
37 <li>hello</li>
38 <li><p>world</p>
39
40 <p>how</p></li>
41 <li>hi</li>
42 </ul>
43
44
45
46 <ul>
47 <li>hello</li>
48 <li>world</li>
49 <li><p>how</p>
50
51 <p>are</p></li>
52 </ul>
53
54
55
56 <ul>
57 <li>hello</li>
58 <li><p>world</p></li>
59 <li><p>how</p>
60
61 <p>are</p></li>
62 </ul>
OLDNEW
« no previous file with comments | « bower_components/marked/test/tests/literal_quotes_in_titles.text ('k') | bower_components/marked/test/tests/loose_lists.text » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698