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

Unified 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.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
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 »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: includes/tests/unstyled/list-parent.html
===================================================================
new file mode 100644
--- /dev/null
+++ b/includes/tests/unstyled/list-parent.html
@@ -0,0 +1,15 @@
+<h4 id="unstyled-list-parent"><pre>.unstylied</pre> applied to parent</h4>
+
+<div class="unstyled">
+ <ul>
+ <li>Level 1 item 1</li>
+ <li>
+ Level 1 item 2
+ <ul>
+ <li>Level 2 item 1</li>
+ <li>Level 2 item 2</li>
+ </ul>
+ </li>
+ <li>Level 1 item 3</li>
+ </ul>
+</div>
« 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