Chromium Code Reviews

Unified Diff: LayoutTests/platform/linux/compositing/text-on-large-layer-expected.txt

Issue 931633003: Move and rename RenderBR to LayoutBR. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: LayoutTests/platform/linux/compositing/text-on-large-layer-expected.txt
diff --git a/LayoutTests/platform/linux/compositing/text-on-large-layer-expected.txt b/LayoutTests/platform/linux/compositing/text-on-large-layer-expected.txt
index ff2c19801dc78740cf1225dfd216f6528b249fd9..be31445aa459e48fa4977122dec691915a943cb5 100644
--- a/LayoutTests/platform/linux/compositing/text-on-large-layer-expected.txt
+++ b/LayoutTests/platform/linux/compositing/text-on-large-layer-expected.txt
@@ -7,6 +7,6 @@ layer at (3,1) size 2000x10000 backgroundClip at (0,0) size 800x600 clip at (0,0
RenderBlock (positioned) {DIV} at (3,1) size 2000x10000
RenderText {#text} at (0,0) size 519x19
text run at (0,0) width 519: "This is some text inside a very large composited layer to test that it is rendered sharply."
- RenderBR {BR} at (519,0) size 0x19
+ LayoutBR {BR} at (519,0) size 0x19
RenderText {#text} at (0,20) size 203x19
text run at (0,20) width 203: "The test passes if this text is crisp."

Powered by Google App Engine