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

Side by Side Diff: LayoutTests/dialog/resources/dialog.css

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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 .pseudodialog {
2 position: absolute;
3 left: 0; right: 0;
4 width: -webkit-fit-content;
5 height: -webkit-fit-content;
6 margin: auto;
7 border: solid;
8 padding: 1em;
9 background: white;
10 color: black;
11 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698