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

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

Issue 457663002: Convert more fullscreen tests to reftests (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: address feedback 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-placeholder-expected.html
diff --git a/LayoutTests/fullscreen/full-screen-placeholder-expected.html b/LayoutTests/fullscreen/full-screen-placeholder-expected.html
new file mode 100644
index 0000000000000000000000000000000000000000..a96436fb6f664fbfaad8894f657a6e8fd03c2351
--- /dev/null
+++ b/LayoutTests/fullscreen/full-screen-placeholder-expected.html
@@ -0,0 +1,26 @@
+<!DOCTYPE html>
+<style>
+#float {
+ margin: 10px 0 0 10px;
+ height: 50px;
+ width: 50px;
+ float: left;
+ background-color: red;
+}
+#clear {
+ clear: left;
+}
+#one {
+ background-color: lightblue;
+ float: left;
+}
+#two {
+ background-color: lightgreen;
+}
+</style>
+<div>This layout test checks that the offset positions of the blue and green divs does not change when the red div enters full-screen mode. Press <button>go full-screen</a> to begin.</div>
+<div id="float"></div>
+<div id="one">One</div>
+<div id="clear"></div>
+<span id="two">Two</span>
+<div>END OF TEST</div>
« no previous file with comments | « LayoutTests/fullscreen/full-screen-placeholder.html ('k') | LayoutTests/fullscreen/full-screen-remove-ancestor-after.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698