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

Unified Diff: LayoutTests/platform/chromium-linux/fast/html/details-replace-text-expected.txt

Issue 15871005: Avoid N^2 walk placing renderers when building the render tree (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Adding a mitigation for the perf regression to Element::recalcStyle. Created 7 years, 6 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/chromium-linux/fast/html/details-replace-text-expected.txt
diff --git a/LayoutTests/platform/chromium-linux/fast/html/details-replace-text-expected.txt b/LayoutTests/platform/chromium-linux/fast/html/details-replace-text-expected.txt
index b1ab9cd85e787e0535e43aa3d626fddb302535c7..5e64aa47542f5d7e5e124138132028c6bc84ca59 100644
--- a/LayoutTests/platform/chromium-linux/fast/html/details-replace-text-expected.txt
+++ b/LayoutTests/platform/chromium-linux/fast/html/details-replace-text-expected.txt
@@ -14,7 +14,6 @@ layer at (0,0) size 800x600
text run at (0,0) width 64: "Details1"
RenderText {#text} at (64,0) size 4x19
text run at (64,0) width 4: " "
- RenderText {#text} at (0,0) size 0x0
RenderBlock {SPAN} at (68,3) size 64x16
RenderText {#text} at (0,0) size 64x16
text run at (0,0) width 64: "Details2"

Powered by Google App Engine
This is Rietveld 408576698