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

Unified Diff: LayoutTests/platform/mac/fast/forms/plaintext-mode-2-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/fast/forms/plaintext-mode-2-expected.txt
diff --git a/LayoutTests/platform/mac/fast/forms/plaintext-mode-2-expected.txt b/LayoutTests/platform/mac/fast/forms/plaintext-mode-2-expected.txt
index 6b0b4835fb780b60369936bd455b44ab0ff21e4f..ffd13cd3d988dea44a6b42b518a927c86e9d538a 100644
--- a/LayoutTests/platform/mac/fast/forms/plaintext-mode-2-expected.txt
+++ b/LayoutTests/platform/mac/fast/forms/plaintext-mode-2-expected.txt
@@ -26,12 +26,12 @@ layer at (0,0) size 800x600
text run at (160,0) width 212: " will be pasted into the textfield. "
text run at (371,0) width 203: "All richness should be stripped."
RenderBlock {OL} at (0,53) size 784x36
- RenderListItem {LI} at (40,0) size 744x18
- RenderListMarker at (-20,0) size 16x18: "1"
+ LayoutListItem {LI} at (40,0) size 744x18
+ LayoutListMarker at (-20,0) size 16x18: "1"
RenderText {#text} at (0,0) size 332x18
text run at (0,0) width 332: "Success: document.execCommand(\"Copy\") == true"
- RenderListItem {LI} at (40,18) size 744x18
- RenderListMarker at (-20,0) size 16x18: "2"
+ LayoutListItem {LI} at (40,18) size 744x18
+ LayoutListMarker at (-20,0) size 16x18: "2"
RenderText {#text} at (0,0) size 331x18
text run at (0,0) width 331: "Success: document.execCommand(\"Paste\") == true"
layer at (11,11) size 594x13

Powered by Google App Engine
This is Rietveld 408576698