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

Side by Side Diff: third_party/WebKit/LayoutTests/html/details_summary/details-nested-1.html

Issue 2670273002: Move tests for DETAILS and SUMMARY elements to html/details_summary/. (Closed)
Patch Set: Created 3 years, 10 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
1 <style> 1 <style>
2 details { 2 details {
3 border: solid 0.5em; 3 border: solid 0.5em;
4 } 4 }
5 5
6 summary { 6 summary {
7 border: solid 0.5em; 7 border: solid 0.5em;
8 } 8 }
9 9
10 summary.level1 { 10 summary.level1 {
(...skipping 19 matching lines...) Expand all
30 <details class="level2" open> 30 <details class="level2" open>
31 <summary class="level2"> 31 <summary class="level2">
32 nested summary (summary-deails-summary) 32 nested summary (summary-deails-summary)
33 </summary> 33 </summary>
34 nested details (summary-deails) 34 nested details (summary-deails)
35 </details> 35 </details>
36 </summary> 36 </summary>
37 details 37 details
38 </details> 38 </details>
39 </body> 39 </body>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698