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

Unified Diff: LayoutTests/platform/linux/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/linux/fast/forms/plaintext-mode-2-expected.txt
diff --git a/LayoutTests/platform/linux/fast/forms/plaintext-mode-2-expected.txt b/LayoutTests/platform/linux/fast/forms/plaintext-mode-2-expected.txt
index 80c766494c7bf8b28ce3a602dc19bfd9b90d113f..85d5f4a0c8f94975c3618ca2c97230d4f1dc3028 100644
--- a/LayoutTests/platform/linux/fast/forms/plaintext-mode-2-expected.txt
+++ b/LayoutTests/platform/linux/fast/forms/plaintext-mode-2-expected.txt
@@ -26,12 +26,12 @@ layer at (0,0) size 800x600
text run at (153,0) width 194: " will be pasted into the textfield. "
text run at (347,0) width 188: "All richness should be stripped."
RenderBlock {OL} at (0,58) size 784x40
- RenderListItem {LI} at (40,0) size 744x20
- RenderListMarker at (-21,0) size 16x19: "1"
+ LayoutListItem {LI} at (40,0) size 744x20
+ LayoutListMarker at (-21,0) size 16x19: "1"
RenderText {#text} at (0,0) size 313x19
text run at (0,0) width 313: "Success: document.execCommand(\"Copy\") == true"
- RenderListItem {LI} at (40,20) size 744x20
- RenderListMarker at (-21,0) size 16x19: "2"
+ LayoutListItem {LI} at (40,20) size 744x20
+ LayoutListMarker at (-21,0) size 16x19: "2"
RenderText {#text} at (0,0) size 312x19
text run at (0,0) width 312: "Success: document.execCommand(\"Paste\") == true"
layer at (10,11) size 596x16

Powered by Google App Engine
This is Rietveld 408576698