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

Unified Diff: LayoutTests/dialog/top-layer-stacking-dynamic-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-stacking-dynamic-expected.html
diff --git a/LayoutTests/dialog/top-layer-stacking-dynamic-expected.html b/LayoutTests/dialog/top-layer-stacking-dynamic-expected.html
index 9d9eca9dc8502b56bbd7c1e557207a53943705f3..6ddb317633130b60d905749cf9e9032b0cfa6fc2 100644
--- a/LayoutTests/dialog/top-layer-stacking-dynamic-expected.html
+++ b/LayoutTests/dialog/top-layer-stacking-dynamic-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