diff --git a/devtools/shared/tests/mochitest/chrome.ini b/devtools/shared/tests/mochitest/chrome.ini index 6e71ce961b3b..769923a29163 100644 --- a/devtools/shared/tests/mochitest/chrome.ini +++ b/devtools/shared/tests/mochitest/chrome.ini @@ -5,5 +5,6 @@ skip-if = os == 'android' [test_css-logic-getCssPath.html] [test_css-logic.html] [test_devtools_extensions.html] +[test_dom_matrix_2d.html] [test_eventemitter_basic.html] skip-if = os == 'linux' && debug # Bug 1205739 diff --git a/devtools/shared/tests/mochitest/test_dom_matrix_2d.html b/devtools/shared/tests/mochitest/test_dom_matrix_2d.html new file mode 100644 index 000000000000..24c429058c0f --- /dev/null +++ b/devtools/shared/tests/mochitest/test_dom_matrix_2d.html @@ -0,0 +1,88 @@ + + + + + + + + Testing 2d matrix utility functions for DOM + + + + + + + +
+ + + +