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

Unified Diff: LayoutTests/dialog/top-layer-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 | « LayoutTests/dialog/resources/dialog.css ('k') | LayoutTests/dialog/top-layer-display-none-expected.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/dialog/top-layer-containing-block-expected.html
diff --git a/LayoutTests/dialog/top-layer-containing-block-expected.html b/LayoutTests/dialog/top-layer-containing-block-expected.html
index a4e1af7349fa3eee1a2986b996741f7ffbd44c9f..40b72cf5ef7c4b11d677d334778726042b33e11f 100644
--- a/LayoutTests/dialog/top-layer-containing-block-expected.html
+++ b/LayoutTests/dialog/top-layer-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 | « LayoutTests/dialog/resources/dialog.css ('k') | LayoutTests/dialog/top-layer-display-none-expected.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698