From 786c27cfbb97ab2f228d6b2661f870492cc6a2cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fernando=20Jim=C3=A9nez=20Moreno?= Date: Fri, 25 Aug 2017 11:27:31 +0200 Subject: [PATCH] Buffer perf notifications in paint timing test --- tests/wpt/mozilla/meta/MANIFEST.json | 2 +- tests/wpt/mozilla/tests/mozilla/paint_timing.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/wpt/mozilla/meta/MANIFEST.json b/tests/wpt/mozilla/meta/MANIFEST.json index 683409fb6cc..c57a27a4d9e 100644 --- a/tests/wpt/mozilla/meta/MANIFEST.json +++ b/tests/wpt/mozilla/meta/MANIFEST.json @@ -27532,7 +27532,7 @@ "testharness" ], "mozilla/paint_timing.html": [ - "8cf0400c36168b57c386253d647b61013896d325", + "fb1100bdf9a5a3516f40fbb36e89714fe860830b", "testharness" ], "mozilla/parentNode_querySelector.html": [ diff --git a/tests/wpt/mozilla/tests/mozilla/paint_timing.html b/tests/wpt/mozilla/tests/mozilla/paint_timing.html index 6bf5e7aae45..0c1798ec565 100644 --- a/tests/wpt/mozilla/tests/mozilla/paint_timing.html +++ b/tests/wpt/mozilla/tests/mozilla/paint_timing.html @@ -14,5 +14,5 @@ var observer = new PerformanceObserver(t.step_func_done(list => { assert_equals(entry.duration, 0, "Duration is 0"); }); })); -observer.observe({entryTypes: ['paint']}); +observer.observe({entryTypes: ['paint'], buffered: true});