Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / dialog / resources / dialog.css
blobe96969f47585081cb95a751195981d324381e4a2
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;