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

Unified Diff: LayoutTests/platform/mac/editing/pasteboard/subframe-dragndrop-1-expected.txt

Issue 149653003: Avoid requiring a recalc to update compositing state for iframes (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebaseline. Created 6 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/platform/mac/editing/pasteboard/subframe-dragndrop-1-expected.txt
diff --git a/LayoutTests/platform/mac/editing/pasteboard/subframe-dragndrop-1-expected.txt b/LayoutTests/platform/mac/editing/pasteboard/subframe-dragndrop-1-expected.txt
index 061bfcc5d1a440e6191075c0ff4df9991e7fe196..a6c2276812bc69a53597a1a16c4d8f300e8b87c0 100644
--- a/LayoutTests/platform/mac/editing/pasteboard/subframe-dragndrop-1-expected.txt
+++ b/LayoutTests/platform/mac/editing/pasteboard/subframe-dragndrop-1-expected.txt
@@ -12,17 +12,18 @@ layer at (0,0) size 800x600
RenderBlock {HTML} at (0,0) size 800x600
RenderBody {BODY} at (0,0) size 800x584
RenderBlock (anonymous) at (0,0) size 800x304
- RenderPartObject {IFRAME} at (0,0) size 304x304 [border: (2px inset #EEEEEE)]
- layer at (0,0) size 300x300
- RenderView at (0,0) size 300x300
- layer at (0,0) size 300x300
- RenderBlock {HTML} at (0,0) size 300x300
- RenderBody {BODY} at (8,8) size 284x284 [bgcolor=#FFFFE0]
- RenderText {#text} at (0,0) size 71x18
- text run at (0,0) width 71: "foo baz bar"
RenderText {#text} at (0,0) size 0x0
RenderBlock {P} at (0,320) size 800x36
RenderText {#text} at (0,0) size 795x36
text run at (0,0) width 795: "This test uses the eventSender to do drag and drop. To run it manually, drag the word selected in the above subframe and drop"
text run at (0,18) width 80: "it after 'baz'. "
text run at (80,18) width 213: "The result should be 'foo baz bar'."
+layer at (0,0) size 304x304
+ RenderPartObject {IFRAME} at (0,0) size 304x304 [border: (2px inset #EEEEEE)]
+ layer at (0,0) size 300x300
+ RenderView at (0,0) size 300x300
+ layer at (0,0) size 300x300
+ RenderBlock {HTML} at (0,0) size 300x300
+ RenderBody {BODY} at (8,8) size 284x284 [bgcolor=#FFFFE0]
+ RenderText {#text} at (0,0) size 71x18
+ text run at (0,0) width 71: "foo baz bar"

Powered by Google App Engine
This is Rietveld 408576698