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

Side by Side Diff: third_party/WebKit/LayoutTests/html/details_summary/details-inline.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 <html> 2 <html>
3 <head> 3 <head>
4 </head> 4 </head>
5 <style> 5 <style>
6 </style> 6 </style>
7 <body> 7 <body>
8 <div> 8 <div>
9 <details open><summary style="background-color: gray; display:inline;">This summ ary should be like<br>inline-block</summary>, so following text should be in sam e line.</details> 9 <details open><summary style="background-color: gray; display:inline;">This summ ary should be like<br>inline-block</summary>, so following text should be in sam e line.</details>
10 </div> 10 </div>
11 <div> 11 <div>
12 <details style="background-color: gray; display:inline;" open>This should be lik e<br>inline-block too</details>, and here is should-follow text. 12 <details style="background-color: gray; display:inline;" open>This should be lik e<br>inline-block too</details>, and here is should-follow text.
13 </div> 13 </div>
14 </body> 14 </body>
15 </html> 15 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698