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

Unified Diff: LayoutTests/platform/win/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/win/editing/pasteboard/subframe-dragndrop-1-expected.txt
diff --git a/LayoutTests/platform/win/editing/pasteboard/subframe-dragndrop-1-expected.txt b/LayoutTests/platform/win/editing/pasteboard/subframe-dragndrop-1-expected.txt
index bbf0fd18b279125bc0060ae3faecf543246a861c..0419678f424282ffdb034d13a3a5d2e95f054ee9 100644
--- a/LayoutTests/platform/win/editing/pasteboard/subframe-dragndrop-1-expected.txt
+++ b/LayoutTests/platform/win/editing/pasteboard/subframe-dragndrop-1-expected.txt
@@ -12,19 +12,20 @@ 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 69x19
- text run at (0,0) width 69: "foo baz bar"
- RenderText {#text} at (69,0) size 4x19
- text run at (69,0) width 4: " "
RenderText {#text} at (0,0) size 0x0
RenderBlock {P} at (0,320) size 800x40
RenderText {#text} at (0,0) size 774x39
text run at (0,0) width 774: "This test uses the eventSender to do drag and drop. To run it manually, drag the word selected in the above subframe and drop it"
text run at (0,20) width 66: "after 'baz'. "
text run at (66,20) width 204: "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 69x19
+ text run at (0,0) width 69: "foo baz bar"
+ RenderText {#text} at (69,0) size 4x19
+ text run at (69,0) width 4: " "

Powered by Google App Engine
This is Rietveld 408576698