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

Unified Diff: third_party/WebKit/Source/core/layout/LayoutTestHelper.cpp

Issue 1407543003: Preliminary paint property walk implementation for SPv2 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: add test fixture Created 5 years, 2 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: third_party/WebKit/Source/core/layout/LayoutTestHelper.cpp
diff --git a/third_party/WebKit/Source/core/layout/LayoutTestHelper.cpp b/third_party/WebKit/Source/core/layout/LayoutTestHelper.cpp
index ebe8d8d96c749b989a6dbdab7df998fd65eda89a..800fb3c2f882fd3726bf19ca820a3fa3f397dd22 100644
--- a/third_party/WebKit/Source/core/layout/LayoutTestHelper.cpp
+++ b/third_party/WebKit/Source/core/layout/LayoutTestHelper.cpp
@@ -57,5 +57,9 @@ void RenderingTest::SetUp()
document().view()->updateAllLifecyclePhases();
}
+void RenderingTest::TearDown()
+{
+ m_pageHolder = nullptr;
jbroman 2015/10/16 14:46:51 Why is this necessary? Doesn't this already happen
trchen 2015/10/20 05:11:47 Ordering issue. We toggle RuntimeEnabledFeatures b
+}
} // namespace blink

Powered by Google App Engine
This is Rietveld 408576698