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

Unified Diff: LayoutTests/dialog/top-layer-display-none-expected.html

Issue 23060031: Set <dialog> width and height to 'fit-content'. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: give dialog height auto for dialog-autoheight test Created 7 years, 4 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: LayoutTests/dialog/top-layer-display-none-expected.html
diff --git a/LayoutTests/dialog/top-layer-display-none-expected.html b/LayoutTests/dialog/top-layer-display-none-expected.html
index ec3f317475b3a67b917400d25e327c1e4e6cc681..1880668cc3b9eecb819b897a6ee579e800640e5b 100644
--- a/LayoutTests/dialog/top-layer-display-none-expected.html
+++ b/LayoutTests/dialog/top-layer-display-none-expected.html
@@ -1,17 +1,11 @@
<!DOCTYPE html>
<html>
<head>
+<link rel="stylesheet" href="resources/dialog.css">
<style>
.pseudodialog {
height: 150px;
width: 150px;
- position: absolute;
- left: 0; right: 0;
- margin: auto;
- border: solid;
- padding: 1em;
- background: white;
- color: black;
}
</style>
</head>

Powered by Google App Engine
This is Rietveld 408576698