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

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

Issue 2671603003: Move DIALOG element tests to html/dialog/. (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
(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