diff options
author | New Tobin Paradigm <email@mattatobin.com> | 2018-04-13 15:41:26 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-04-13 15:41:26 -0400 |
commit | 924ffcac2632fade862e0dcd8deba6d8b849226b (patch) | |
tree | 8cbcc72191c907e6996e8e93e8fd55a4eedfeccc | |
parent | efea08ca6c122f85d3b5f051465a287448d69ab8 (diff) | |
parent | b3eee1b47e835424c7fcf1ac1123bb2b597e9af4 (diff) | |
download | UXP-924ffcac2632fade862e0dcd8deba6d8b849226b.tar UXP-924ffcac2632fade862e0dcd8deba6d8b849226b.tar.gz UXP-924ffcac2632fade862e0dcd8deba6d8b849226b.tar.lz UXP-924ffcac2632fade862e0dcd8deba6d8b849226b.tar.xz UXP-924ffcac2632fade862e0dcd8deba6d8b849226b.zip |
Merge pull request #147 from janekptacijarabaci/html_labels_2_test
HTML - implement the labels attribute (added a test)
-rw-r--r-- | dom/base/test/mochitest.ini | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dom/base/test/mochitest.ini b/dom/base/test/mochitest.ini index ea86290d9..ddfd57443 100644 --- a/dom/base/test/mochitest.ini +++ b/dom/base/test/mochitest.ini @@ -609,6 +609,7 @@ skip-if = toolkit == 'android' [test_bug1307730.html] [test_bug1308069.html] [test_bug1314032.html] +[test_bug1375050.html] [test_caretPositionFromPoint.html] [test_change_policy.html] [test_classList.html] |