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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/html/summary-flexbox.html

Issue 2373963002: Support display:flex for 'summary' (Closed)
Patch Set: Created 4 years, 2 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
(Empty)
1 <html>
cbiesinger 2016/09/28 11:16:09 Please add <!DOCTYPE html> -- we don't want to use
2 <head>
3 <style type="text/css">
4 summary{display: flex}
5 </style>
6 </head>
7 <body>
8 <details>
9 <summary><span>hola</span><span>qué</span><span>tal?</span></summary>
10 </details>
11 </body>
12 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698