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

Unified Diff: LayoutTests/dialog/top-layer-stacking-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-expected.html
diff --git a/LayoutTests/dialog/top-layer-stacking-expected.html b/LayoutTests/dialog/top-layer-stacking-expected.html
index 4449ac4f4cc6b6d216b0cdbf185ea180ed62342f..d7a705a66021e227354bc9a904414889c437da50 100644
--- a/LayoutTests/dialog/top-layer-stacking-expected.html
+++ b/LayoutTests/dialog/top-layer-stacking-expected.html
@@ -1,5 +1,8 @@
<!DOCTYPE html>
<html>
+<head>
+<link rel="stylesheet" href="resources/dialog.css">
+</head>
<style>
.box {
height: 150px;
@@ -14,15 +17,6 @@
-webkit-transform: rotateY(45deg);
background-color: cyan;
}
-.pseudodialog {
- position: absolute;
- left: 0; right: 0;
- margin: auto;
- border: solid;
- padding: 1em;
- background: white;
- color: black;
-}
</style>
<body>
<div class="pseudodialog" style="position: fixed; top: 10px; z-index:3000">

Powered by Google App Engine
This is Rietveld 408576698