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

Unified Diff: tools/android/loading/user_satisfied_lens_unittest.py

Issue 1924453002: clovis: Enable the disable-by-default-blink.debug.layout tracing category. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 4 years, 8 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: tools/android/loading/user_satisfied_lens_unittest.py
diff --git a/tools/android/loading/user_satisfied_lens_unittest.py b/tools/android/loading/user_satisfied_lens_unittest.py
index 2e35a50e9762b6a311869f8d40be9f1b6ce5dace..a9318f3c9d62e3123dc7ccea312d135d945ee57f 100644
--- a/tools/android/loading/user_satisfied_lens_unittest.py
+++ b/tools/android/loading/user_satisfied_lens_unittest.py
@@ -114,3 +114,7 @@ class UserSatisfiedLensTestCase(unittest.TestCase):
lens = user_satisfied_lens.FirstSignificantPaintLens(loading_trace)
self.assertEqual(set(['0.1', '0.2']), lens.CriticalRequests())
self.assertEqual(7, lens.PostloadTimeMsec())
+
+
+if __name__ == '__main__':
+ unittest.main()
« tools/android/loading/user_satisfied_lens.py ('K') | « tools/android/loading/user_satisfied_lens.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698