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

Side by Side Diff: third_party/WebKit/LayoutTests/html/details_summary/details-mouse-click.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 1
2 <head> 2 <head>
3 <style> 3 <style>
4 body { 4 body {
5 margin: 0px; 5 margin: 0px;
6 } 6 }
7 div { 7 div {
8 width:200px; 8 width:200px;
9 height:80px; 9 height:80px;
10 } 10 }
(...skipping 82 matching lines...) Expand 10 before | Expand all | Expand 10 after
93 93
94 <div style="-webkit-writing-mode:vertical-rl;"> 94 <div style="-webkit-writing-mode:vertical-rl;">
95 <details id="details3"><input></details> 95 <details id="details3"><input></details>
96 </div> 96 </div>
97 97
98 <div id="results"> 98 <div id="results">
99 </div> 99 </div>
100 100
101 </body> 101 </body>
102 102
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698