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

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

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.html
diff --git a/LayoutTests/plugins/page-scale-does-not-affect-plugin-height.html b/LayoutTests/plugins/page-scale-does-not-affect-plugin-height.html
index 761d846a2dc5f2c76a4b326445f10655ebac9f88..929eb6573705b6ecc01489addf145915dbd58bfd 100644
--- a/LayoutTests/plugins/page-scale-does-not-affect-plugin-height.html
+++ b/LayoutTests/plugins/page-scale-does-not-affect-plugin-height.html
@@ -13,7 +13,7 @@
+ "<br>"
+ "<br>"
+ "EXPECTED:<br>"
- + "layer at (0,0) size 800x600 RenderEmbeddedObject {EMBED} at (0,0) size 800x600<br>"
+ + "layer at (0,0) size 800x600 LayoutEmbeddedObject {EMBED} at (0,0) size 800x600<br>"
+ "ACTUAL:<br>"
+ internals.elementLayoutTreeAsText(document.getElementById('box'));
}

Powered by Google App Engine
This is Rietveld 408576698