diff options
Diffstat (limited to 'devtools/shared/heapsnapshot/tests/mochitest/chrome.ini')
-rw-r--r-- | devtools/shared/heapsnapshot/tests/mochitest/chrome.ini | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/devtools/shared/heapsnapshot/tests/mochitest/chrome.ini b/devtools/shared/heapsnapshot/tests/mochitest/chrome.ini new file mode 100644 index 000000000..497b6fe37 --- /dev/null +++ b/devtools/shared/heapsnapshot/tests/mochitest/chrome.ini @@ -0,0 +1,8 @@ +[DEFAULT] +tags = devtools devtools-memory +skip-if = os == 'android' +support-files = + +[test_DominatorTree_01.html] +[test_SaveHeapSnapshot.html] + |