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

Side by Side Diff: third_party/WebKit/LayoutTests/html/details_summary/details-position.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 body { overflow: hidden; } 2 body { overflow: hidden; }
3 3
4 summary.fixed { 4 summary.fixed {
5 position: fixed; 5 position: fixed;
6 left: 50px; 6 left: 50px;
7 top: 150px; 7 top: 150px;
8 } 8 }
9 9
10 summary.relative { 10 summary.relative {
(...skipping 17 matching lines...) Expand all
28 </details> 28 </details>
29 <details> 29 <details>
30 <summary class="relative">relative</summary> 30 <summary class="relative">relative</summary>
31 <input> 31 <input>
32 </details> 32 </details>
33 <details> 33 <details>
34 <summary class="absolute">absolute</summary> 34 <summary class="absolute">absolute</summary>
35 <input> 35 <input>
36 </details> 36 </details>
37 </body> 37 </body>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698