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

Side by Side Diff: third_party/WebKit/LayoutTests/html/details_summary/details-nested-2.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 </summary> 30 </summary>
31 <details class="level2" open> 31 <details class="level2" open>
32 <summary class="level2"> 32 <summary class="level2">
33 nested summary (details-deails-summary) 33 nested summary (details-deails-summary)
34 </summary> 34 </summary>
35 nested details (details-deails) 35 nested details (details-deails)
36 </details> 36 </details>
37 details 37 details
38 </details> 38 </details>
39 </body> 39 </body>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698