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

Unified Diff: LayoutTests/fullscreen/full-screen-video-has-backdrop-expected.html

Issue 788073004: Replace RenderFullscreen with top layer - Take II (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years 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-video-has-backdrop-expected.html
diff --git a/LayoutTests/fullscreen/full-screen-video-has-backdrop-expected.html b/LayoutTests/fullscreen/full-screen-video-has-backdrop-expected.html
new file mode 100644
index 0000000000000000000000000000000000000000..fe089a0c0588796491162f2d5b3e80fc7e7d8cdf
--- /dev/null
+++ b/LayoutTests/fullscreen/full-screen-video-has-backdrop-expected.html
@@ -0,0 +1,18 @@
+<!DOCTYPE html>
+<style>
+body {
+ background-color: green;
+ margin: 0px;
+}
+
+object {
+ position: absolute;
+ top: 0;
+ right: 0;
+ width: 100%;
+ height: 100%;
falken 2014/12/15 08:19:50 I don't understand this expectation, how do you se
Julien - ping for review 2014/12/15 17:02:53 The <object> has a transparent background, thus we
+}
+</style>
+<body>
+<object type="application/x-shockwave-flash" data="../plugins/resources/simple_blank.swf"></object>
+</body>

Powered by Google App Engine
This is Rietveld 408576698