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

Unified Diff: LayoutTests/platform/mac/editing/selection/select-all-iframe-expected.txt

Issue 931423003: Rename rendering/RenderList* to layout/LayoutList* (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Remove spurious LayoutLayerModelObject reference 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/platform/mac/editing/selection/select-all-iframe-expected.txt
diff --git a/LayoutTests/platform/mac/editing/selection/select-all-iframe-expected.txt b/LayoutTests/platform/mac/editing/selection/select-all-iframe-expected.txt
index 7277f9516c847220b71f0929dcc85bb1c783fcb4..27aa36120d448d3e879945aa5d24b5869206916c 100644
--- a/LayoutTests/platform/mac/editing/selection/select-all-iframe-expected.txt
+++ b/LayoutTests/platform/mac/editing/selection/select-all-iframe-expected.txt
@@ -30,14 +30,14 @@ layer at (0,0) size 800x600
text run at (0,36) width 131: "Select All + Delete. "
text run at (130,36) width 175: "Two things should happen:"
RenderBlock {UL} at (0,310) size 784x54
- RenderListItem {LI} at (40,0) size 744x36
- RenderListMarker at (-17,0) size 7x18: bullet
+ LayoutListItem {LI} at (40,0) size 744x36
+ LayoutListMarker at (-17,0) size 7x18: bullet
RenderText {#text} at (0,0) size 689x36
text run at (0,0) width 462: "The Select All operation should not select the iframe, only it's contents. "
text run at (461,0) width 228: "The results of the Select All will be"
text run at (0,18) width 518: "apparent from the delegate messages that DumpRenderTree receives and dumps."
- RenderListItem {LI} at (40,36) size 744x18
- RenderListMarker at (-17,0) size 7x18: bullet
+ LayoutListItem {LI} at (40,36) size 744x18
+ LayoutListMarker at (-17,0) size 7x18: bullet
RenderText {#text} at (0,0) size 344x18
text run at (0,0) width 344: "The contents of the editable iframe should be deleted."
layer at (8,8) size 304x154

Powered by Google App Engine
This is Rietveld 408576698