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

Side by Side 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 unified diff | Download patch
OLDNEW
1 This test checks that page scale does not affect a plugin object's height when i t depends on the window height. The test scales the page and is considered to pa ss if the embed object occupies the full height of the window. 1 This test checks that page scale does not affect a plugin object's height when i t depends on the window height. The test scales the page and is considered to pa ss if the embed object occupies the full height of the window.
2 2
3 EXPECTED: 3 EXPECTED:
4 layer at (0,0) size 800x600 RenderEmbeddedObject {EMBED} at (0,0) size 800x600 4 layer at (0,0) size 800x600 LayoutEmbeddedObject {EMBED} at (0,0) size 800x600
5 ACTUAL: 5 ACTUAL:
6 layer at (0,0) size 800x600 RenderEmbeddedObject {EMBED} at (0,0) size 800x600 6 layer at (0,0) size 800x600 LayoutEmbeddedObject {EMBED} at (0,0) size 800x600
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698