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

Unified Diff: LayoutTests/fast/regions/dialog-autoheight.html

Issue 23060031: Set <dialog> width and height to 'fit-content'. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: give dialog height auto for dialog-autoheight test Created 7 years, 4 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: LayoutTests/fast/regions/dialog-autoheight.html
diff --git a/LayoutTests/fast/regions/dialog-autoheight.html b/LayoutTests/fast/regions/dialog-autoheight.html
index ff4e74b2acd35d6abe50dfff1e5296cc5fffb1be..75c54927be039cd8b0e2d70f2e48624154e61ee2 100644
--- a/LayoutTests/fast/regions/dialog-autoheight.html
+++ b/LayoutTests/fast/regions/dialog-autoheight.html
@@ -15,6 +15,8 @@
#red { top: 200px; }
#red1 { top: 200px; left: 600px; }
#red2 { top: 200px; left: 300px; }
+
+ dialog { height: auto; }
</style>
</head>
<body>
« no previous file with comments | « LayoutTests/fast/dom/HTMLDialogElement/non-anchored-dialog-positioning.html ('k') | Source/core/rendering/RenderTheme.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698