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

Unified Diff: LayoutTests/http/tests/cache/subresource-expiration-1-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/http/tests/cache/subresource-expiration-1-expected.txt
diff --git a/LayoutTests/http/tests/cache/subresource-expiration-1-expected.txt b/LayoutTests/http/tests/cache/subresource-expiration-1-expected.txt
index b1d8f83cf64bb08b065db0c48db1db3aae01d056..13944ca3343f68cc143d6c1008172f120af1a101 100644
--- a/LayoutTests/http/tests/cache/subresource-expiration-1-expected.txt
+++ b/LayoutTests/http/tests/cache/subresource-expiration-1-expected.txt
@@ -9,4 +9,3 @@ Cache-control: max-age=10; (result=Cached expected=Cached) PASS
Cache-control: max-age=0; (result=Uncached expected=Uncached) PASS
Cache-control: max-age=1; [delay=1.5s] (result=Uncached expected=Uncached) PASS
Cache-control: max-age=10, no-cache; (result=Uncached expected=Uncached) PASS
-

Powered by Google App Engine
This is Rietveld 408576698