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

Unified Diff: LayoutTests/platform/win/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/win/fast/forms/plaintext-mode-2-expected.txt
diff --git a/LayoutTests/platform/win/fast/forms/plaintext-mode-2-expected.txt b/LayoutTests/platform/win/fast/forms/plaintext-mode-2-expected.txt
index 273b9b4ee2c26039cc960313e2e765bac99808fa..598f0f84944ce59e1872bab5328e3ddc64131eb8 100644
--- a/LayoutTests/platform/win/fast/forms/plaintext-mode-2-expected.txt
+++ b/LayoutTests/platform/win/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,56) size 784x36
- RenderListItem {LI} at (40,0) size 744x18
- RenderListMarker at (-20,0) size 16x17: "1"
+ LayoutListItem {LI} at (40,0) size 744x18
+ LayoutListMarker at (-20,0) size 16x17: "1"
RenderText {#text} at (0,0) size 332x17
text run at (0,0) width 332: "Success: document.execCommand(\"Copy\") == true"
- RenderListItem {LI} at (40,18) size 744x18
- RenderListMarker at (-20,0) size 16x17: "2"
+ LayoutListItem {LI} at (40,18) size 744x18
+ LayoutListMarker at (-20,0) size 16x17: "2"
RenderText {#text} at (0,0) size 331x17
text run at (0,0) width 331: "Success: document.execCommand(\"Paste\") == true"
layer at (10,11) size 596x16

Powered by Google App Engine
This is Rietveld 408576698