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

Unified Diff: third_party/WebKit/LayoutTests/dialog/resources/dialog.css

Issue 2671603003: Move DIALOG element tests to html/dialog/. (Closed)
Patch Set: Created 3 years, 11 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: third_party/WebKit/LayoutTests/dialog/resources/dialog.css
diff --git a/third_party/WebKit/LayoutTests/dialog/resources/dialog.css b/third_party/WebKit/LayoutTests/dialog/resources/dialog.css
deleted file mode 100644
index e96969f47585081cb95a751195981d324381e4a2..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/dialog/resources/dialog.css
+++ /dev/null
@@ -1,11 +0,0 @@
-.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;
-}

Powered by Google App Engine
This is Rietveld 408576698