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

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

Issue 2373963002: Support display:flex for 'summary' (Closed)
Patch Set: Created 4 years, 3 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 side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/fast/html/summary-flexbox.html
diff --git a/third_party/WebKit/LayoutTests/fast/html/summary-flexbox.html b/third_party/WebKit/LayoutTests/fast/html/summary-flexbox.html
new file mode 100644
index 0000000000000000000000000000000000000000..3401b2985f9512e8b612ec4bb964d6b1e8ebe7d3
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/fast/html/summary-flexbox.html
@@ -0,0 +1,12 @@
+<html>
cbiesinger 2016/09/28 11:16:09 Please add <!DOCTYPE html> -- we don't want to use
+<head>
+<style type="text/css">
+summary{display: flex}
+</style>
+</head>
+<body>
+<details>
+<summary><span>hola</span><span>qué</span><span>tal?</span></summary>
+</details>
+</body>
+</html>

Powered by Google App Engine
This is Rietveld 408576698