From 36d22d82aa202bb199967e9512281e9a53db42c9 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 7 Apr 2024 21:33:14 +0200 Subject: Adding upstream version 115.7.0esr. Signed-off-by: Daniel Baumann --- .../shared/heapsnapshot/tests/chrome/chrome.ini | 8 +++++ .../tests/chrome/test_DominatorTree_01.html | 40 ++++++++++++++++++++++ .../tests/chrome/test_SaveHeapSnapshot.html | 27 +++++++++++++++ 3 files changed, 75 insertions(+) create mode 100644 devtools/shared/heapsnapshot/tests/chrome/chrome.ini create mode 100644 devtools/shared/heapsnapshot/tests/chrome/test_DominatorTree_01.html create mode 100644 devtools/shared/heapsnapshot/tests/chrome/test_SaveHeapSnapshot.html (limited to 'devtools/shared/heapsnapshot/tests/chrome') diff --git a/devtools/shared/heapsnapshot/tests/chrome/chrome.ini b/devtools/shared/heapsnapshot/tests/chrome/chrome.ini new file mode 100644 index 0000000000..497b6fe37e --- /dev/null +++ b/devtools/shared/heapsnapshot/tests/chrome/chrome.ini @@ -0,0 +1,8 @@ +[DEFAULT] +tags = devtools devtools-memory +skip-if = os == 'android' +support-files = + +[test_DominatorTree_01.html] +[test_SaveHeapSnapshot.html] + diff --git a/devtools/shared/heapsnapshot/tests/chrome/test_DominatorTree_01.html b/devtools/shared/heapsnapshot/tests/chrome/test_DominatorTree_01.html new file mode 100644 index 0000000000..61e60ae209 --- /dev/null +++ b/devtools/shared/heapsnapshot/tests/chrome/test_DominatorTree_01.html @@ -0,0 +1,40 @@ + + + + + + ChromeUtils.saveHeapSnapshot test + + + + +
+
+
+ + diff --git a/devtools/shared/heapsnapshot/tests/chrome/test_SaveHeapSnapshot.html b/devtools/shared/heapsnapshot/tests/chrome/test_SaveHeapSnapshot.html new file mode 100644 index 0000000000..53831bfaa2 --- /dev/null +++ b/devtools/shared/heapsnapshot/tests/chrome/test_SaveHeapSnapshot.html @@ -0,0 +1,27 @@ + + + + + + ChromeUtils.saveHeapSnapshot test + + + + +
+
+
+ + -- cgit v1.2.3