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

Unified Diff: LayoutTests/dialog/non-modal-dialog-containing-block-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
« no previous file with comments | « no previous file | LayoutTests/dialog/removed-element-is-removed-from-top-layer-expected.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/dialog/non-modal-dialog-containing-block-expected.html
diff --git a/LayoutTests/dialog/non-modal-dialog-containing-block-expected.html b/LayoutTests/dialog/non-modal-dialog-containing-block-expected.html
index f326cf8e2f27d904d622a0e4b05f8d208cec528d..1a0f9e699a53e23cdffe6fe6c40da91ede29a844 100644
--- a/LayoutTests/dialog/non-modal-dialog-containing-block-expected.html
+++ b/LayoutTests/dialog/non-modal-dialog-containing-block-expected.html
@@ -1,19 +1,7 @@
<!DOCTYPE html>
<html>
<head>
-<script>
-</script>
-<style>
-.pseudodialog {
- position: absolute;
- left: 0; right: 0;
- margin: auto;
- border: solid;
- padding: 1em;
- background: white;
- color: black;
-}
-</style>
+<link rel="stylesheet" href="resources/dialog.css">
</head>
<body>
<p>
« no previous file with comments | « no previous file | LayoutTests/dialog/removed-element-is-removed-from-top-layer-expected.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698