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

Unified Diff: LayoutTests/fullscreen/full-screen-zIndex-expected.html

Issue 1058083003: Revert recent changes to the Fullscreen UA style sheet (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 8 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/fullscreen/full-screen-zIndex-expected.html
diff --git a/LayoutTests/fullscreen/full-screen-zIndex-expected.html b/LayoutTests/fullscreen/full-screen-zIndex-expected.html
index 2c46ef4a1af1ce8571a2c22c378efbaae8c63830..37c105b4579535c36cbd0eba49f31f331ab68ead 100644
--- a/LayoutTests/fullscreen/full-screen-zIndex-expected.html
+++ b/LayoutTests/fullscreen/full-screen-zIndex-expected.html
@@ -6,14 +6,15 @@
background-color: black;
}
div {
- width: 100%;
- height: 100%;
+ width: 200px;
+ height: 100px;
border: 4px solid darkgreen;
background-color: green;
position: absolute;
- box-sizing: border-box;
- top: 0px;
- left: 0px;
+ left: 50%;
+ top: 50%;
+ margin-left: -104px;
+ margin-top: -54px;
}
</style>
</head>

Powered by Google App Engine
This is Rietveld 408576698