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

Side by Side Diff: third_party/WebKit/LayoutTests/html/details_summary/details-marker-style.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 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <body> 2 <body>
3 <style> 3 <style>
4 summary.withpadding::-webkit-details-marker { 4 summary.withpadding::-webkit-details-marker {
5 padding: 8px 16px 24px 32px; 5 padding: 8px 16px 24px 32px;
6 border-width: 8px 16px 24px 32px; 6 border-width: 8px 16px 24px 32px;
7 border-style: solid; 7 border-style: solid;
8 border-color: lime; 8 border-color: lime;
9 } 9 }
10 10
(...skipping 15 matching lines...) Expand all
26 </div> 26 </div>
27 27
28 <div style="-webkit-writing-mode: horizontal-tb;"> 28 <div style="-webkit-writing-mode: horizontal-tb;">
29 <details><summary class="nopadding">Summary</summary></details> 29 <details><summary class="nopadding">Summary</summary></details>
30 </div> 30 </div>
31 <div style="-webkit-writing-mode: vertical-rl; -webkit-text-orientation: sideway s-right;"> 31 <div style="-webkit-writing-mode: vertical-rl; -webkit-text-orientation: sideway s-right;">
32 <details><summary class="nopadding">Summary</summary></details> 32 <details><summary class="nopadding">Summary</summary></details>
33 </div> 33 </div>
34 </body> 34 </body>
35 35
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698