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 |