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

Unified Diff: LayoutTests/dialog/top-layer-stacking-correct-order-remove-readd-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-correct-order-remove-readd-expected.html
diff --git a/LayoutTests/dialog/top-layer-stacking-correct-order-remove-readd-expected.html b/LayoutTests/dialog/top-layer-stacking-correct-order-remove-readd-expected.html
index 7cc439e94c2b58d2fd78f0d095049e73321f51cf..392d1ca46ec175f841e06d5ca5e585a5a5743b9f 100644
--- a/LayoutTests/dialog/top-layer-stacking-correct-order-remove-readd-expected.html
+++ b/LayoutTests/dialog/top-layer-stacking-correct-order-remove-readd-expected.html
@@ -1,17 +1,11 @@
<!DOCTYPE html>
<html>
<head>
+<link rel="stylesheet" href="resources/dialog.css">
<style>
.pseudodialog {
height: 100px;
width: 100px;
- position: absolute;
- left: 0; right: 0;
- margin: auto;
- border: solid;
- padding: 1em;
- background: white;
- color: black;
}
</style>
</head>
« no previous file with comments | « LayoutTests/dialog/top-layer-display-none-expected.html ('k') | LayoutTests/dialog/top-layer-stacking-dynamic-expected.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698