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

Unified Diff: third_party/WebKit/LayoutTests/html/dialog/element-removed-from-top-layer-has-original-position.html

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
Index: third_party/WebKit/LayoutTests/html/dialog/element-removed-from-top-layer-has-original-position.html
diff --git a/third_party/WebKit/LayoutTests/html/dialog/element-removed-from-top-layer-has-original-position.html b/third_party/WebKit/LayoutTests/html/dialog/element-removed-from-top-layer-has-original-position.html
index 80e60b0f259dd2785b97e9dbb57f5b11e32682fe..65437da5105be21556a1086b5262bfc858851b5e 100644
--- a/third_party/WebKit/LayoutTests/html/dialog/element-removed-from-top-layer-has-original-position.html
+++ b/third_party/WebKit/LayoutTests/html/dialog/element-removed-from-top-layer-has-original-position.html
@@ -7,6 +7,7 @@
}
#right-dialog {
+ display: inline;
position: static;
border: none;
padding: 0;

Powered by Google App Engine
This is Rietveld 408576698