Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Side by Side Diff: includes/tests/unstyled/list-parent.html

Issue 29612659: Issue 6061 - website-defaults unstyled ul doesn't unstyle li (Closed) Base URL: https://hg.adblockplus.org/website-defaults
Patch Set: Created Nov. 20, 2017, 2:58 p.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
« no previous file with comments | « includes/tests/unstyled/list-item.html ('k') | includes/tests/unstyled/lists.html » ('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 <h4 id="unstyled-list-parent"><pre>.unstylied</pre> applied to parent</h4>
2
3 <div class="unstyled">
4 <ul>
5 <li>Level 1 item 1</li>
6 <li>
7 Level 1 item 2
8 <ul>
9 <li>Level 2 item 1</li>
10 <li>Level 2 item 2</li>
11 </ul>
12 </li>
13 <li>Level 1 item 3</li>
14 </ul>
15 </div>
OLDNEW
« no previous file with comments | « includes/tests/unstyled/list-item.html ('k') | includes/tests/unstyled/lists.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld