From 4d86697e2471ac8e54e6a0442b0e3aa018c9cb67 Mon Sep 17 00:00:00 2001 From: Cameron McCormack Date: Wed, 27 May 2020 12:01:53 +0000 Subject: [PATCH] Bug 1641108 - Add perf-reftest-singleton for bug 1640545 changes. r=emilio,perftest-reviewers,sparky Differential Revision: https://phabricator.services.mozilla.com/D76966 --- build/pgo/index.html | 1 + .../perf-reftest-singletons/attr-selector-1.html | 15 +++++++++++++++ .../perf_reftest_singletons.manifest | 1 + 3 files changed, 17 insertions(+) create mode 100644 testing/talos/talos/tests/perf-reftest-singletons/attr-selector-1.html diff --git a/build/pgo/index.html b/build/pgo/index.html index 79e5cc8eeb91..107e4e9bed3d 100644 --- a/build/pgo/index.html +++ b/build/pgo/index.html @@ -40,6 +40,7 @@ "js-input/sunspider/string-unpack-code.html", "js-input/sunspider/string-validate-input.html", "talos/tests/perf-reftest-singletons/abspos-reflow-1.html", + "talos/tests/perf-reftest-singletons/attr-selector-1.html", "talos/tests/perf-reftest-singletons/bidi-resolution-1.html", "talos/tests/perf-reftest-singletons/bloom-basic-2.html", "talos/tests/perf-reftest-singletons/bloom-basic.html", diff --git a/testing/talos/talos/tests/perf-reftest-singletons/attr-selector-1.html b/testing/talos/talos/tests/perf-reftest-singletons/attr-selector-1.html new file mode 100644 index 000000000000..bb1e0d3024a1 --- /dev/null +++ b/testing/talos/talos/tests/perf-reftest-singletons/attr-selector-1.html @@ -0,0 +1,15 @@ + + + + diff --git a/testing/talos/talos/tests/perf-reftest-singletons/perf_reftest_singletons.manifest b/testing/talos/talos/tests/perf-reftest-singletons/perf_reftest_singletons.manifest index 99f415fcf647..202cd317504d 100644 --- a/testing/talos/talos/tests/perf-reftest-singletons/perf_reftest_singletons.manifest +++ b/testing/talos/talos/tests/perf-reftest-singletons/perf_reftest_singletons.manifest @@ -1,5 +1,6 @@ # When modifying this list, please also update build/pgo/index.html. % http://localhost/tests/perf-reftest-singletons/abspos-reflow-1.html +% http://localhost/tests/perf-reftest-singletons/attr-selector-1.html % http://localhost/tests/perf-reftest-singletons/bidi-resolution-1.html % http://localhost/tests/perf-reftest-singletons/bloom-basic-2.html % http://localhost/tests/perf-reftest-singletons/bloom-basic.html