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

Unified Diff: LayoutTests/dialog/removed-element-is-removed-from-top-layer-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/removed-element-is-removed-from-top-layer-expected.html
diff --git a/LayoutTests/dialog/removed-element-is-removed-from-top-layer-expected.html b/LayoutTests/dialog/removed-element-is-removed-from-top-layer-expected.html
index 09dca82b76d1571932e44debebb6d3846dfa46b3..5de1cb87d81b1187c5c354cda07877e596ba6a5d 100644
--- a/LayoutTests/dialog/removed-element-is-removed-from-top-layer-expected.html
+++ b/LayoutTests/dialog/removed-element-is-removed-from-top-layer-expected.html
@@ -1,15 +1,9 @@
<!DOCTYPE html>
<html>
<head>
+<link rel="stylesheet" href="resources/dialog.css">
<style>
.pseudodialog {
- position: absolute;
- left: 0; right: 0;
- margin: auto;
- border: solid;
- padding: 1em;
- background: white;
- color: black;
height: 100px;
width: 100px;
}
« no previous file with comments | « LayoutTests/dialog/non-modal-dialog-containing-block-expected.html ('k') | LayoutTests/dialog/resources/dialog.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698