Chromium Code Reviews| Index: LayoutTests/dialog/resources/dialog.css |
| diff --git a/LayoutTests/dialog/resources/dialog.css b/LayoutTests/dialog/resources/dialog.css |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..e96969f47585081cb95a751195981d324381e4a2 |
| --- /dev/null |
| +++ b/LayoutTests/dialog/resources/dialog.css |
| @@ -0,0 +1,11 @@ |
| +.pseudodialog { |
| + position: absolute; |
| + left: 0; right: 0; |
| + width: -webkit-fit-content; |
| + height: -webkit-fit-content; |
| + margin: auto; |
| + border: solid; |
| + padding: 1em; |
| + background: white; |
| + color: black; |
| +} |