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

Unified Diff: third_party/WebKit/Source/core/css/html.css

Issue 2782823005: Use display:block for dialog in UA stylesheet. (Closed)
Patch Set: Fixed test relying on display:inline as default for dialog. Created 3 years, 9 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
« no previous file with comments | « third_party/WebKit/LayoutTests/html/dialog/element-removed-from-top-layer-has-original-position.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/css/html.css
diff --git a/third_party/WebKit/Source/core/css/html.css b/third_party/WebKit/Source/core/css/html.css
index a0f1d9541605758b0b2046bab2efc27de0344ab4..57e64fe9a0e18d92012c16b8c10900ae30f0f78e 100644
--- a/third_party/WebKit/Source/core/css/html.css
+++ b/third_party/WebKit/Source/core/css/html.css
@@ -1079,6 +1079,7 @@ dialog:not([open]) {
}
dialog {
+ display: block;
position: absolute;
left: 0;
right: 0;
« no previous file with comments | « third_party/WebKit/LayoutTests/html/dialog/element-removed-from-top-layer-has-original-position.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698