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

Unified Diff: LayoutTests/plugins/page-scale-does-not-affect-plugin-height-expected.txt

Issue 462243002: Make logical height calculations on RenderView use unscaled FrameRect (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Fixed up test 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/plugins/page-scale-does-not-affect-plugin-height-expected.txt
diff --git a/LayoutTests/plugins/page-scale-does-not-affect-plugin-height-expected.txt b/LayoutTests/plugins/page-scale-does-not-affect-plugin-height-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..e9af8058a691e886e2180de055f3db0aa2051259
--- /dev/null
+++ b/LayoutTests/plugins/page-scale-does-not-affect-plugin-height-expected.txt
@@ -0,0 +1,6 @@
+This test checks that page scale does not affect a plugin object's height when it depends on the window height. The test scales the page and is considered to pass if the embed object occupies the full height of the window.
+
+EXPECTED:
+layer at (0,0) size 800x600 RenderEmbeddedObject {EMBED} at (0,0) size 800x600
+ACTUAL:
+layer at (0,0) size 800x600 RenderEmbeddedObject {EMBED} at (0,0) size 800x600
« no previous file with comments | « LayoutTests/plugins/page-scale-does-not-affect-plugin-height.html ('k') | Source/core/rendering/RenderBox.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698