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

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

Issue 930183002: Move and rename RenderEmbeddedObject and RenderIFrame. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rename properly to LayoutIFrame in test expectations. Created 5 years, 10 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
index e9af8058a691e886e2180de055f3db0aa2051259..a3a6c078017d04127216e08fa14222eeec280fba 100644
--- a/LayoutTests/plugins/page-scale-does-not-affect-plugin-height-expected.txt
+++ b/LayoutTests/plugins/page-scale-does-not-affect-plugin-height-expected.txt
@@ -1,6 +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
+layer at (0,0) size 800x600 LayoutEmbeddedObject {EMBED} at (0,0) size 800x600
ACTUAL:
-layer at (0,0) size 800x600 RenderEmbeddedObject {EMBED} at (0,0) size 800x600
+layer at (0,0) size 800x600 LayoutEmbeddedObject {EMBED} at (0,0) size 800x600

Powered by Google App Engine
This is Rietveld 408576698