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

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

Issue 451483004: Convert fullscreen pixel tests to reftests (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: consistency Created 6 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/fullscreen/full-screen-zIndex-expected.html
diff --git a/LayoutTests/fullscreen/full-screen-zIndex-expected.html b/LayoutTests/fullscreen/full-screen-zIndex-expected.html
new file mode 100644
index 0000000000000000000000000000000000000000..37c105b4579535c36cbd0eba49f31f331ab68ead
--- /dev/null
+++ b/LayoutTests/fullscreen/full-screen-zIndex-expected.html
@@ -0,0 +1,24 @@
+<!DOCTYPE html>
+<html>
+ <head>
+ <style>
+ body {
+ background-color: black;
+ }
+ div {
+ width: 200px;
+ height: 100px;
+ border: 4px solid darkgreen;
+ background-color: green;
+ position: absolute;
+ left: 50%;
+ top: 50%;
+ margin-left: -104px;
+ margin-top: -54px;
+ }
+ </style>
+ </head>
+ <body>
+ <div></div>
+ </body>
+</html>

Powered by Google App Engine
This is Rietveld 408576698