diff options
author | janekptacijarabaci <janekptacijarabaci@seznam.cz> | 2018-04-13 20:50:50 +0200 |
---|---|---|
committer | janekptacijarabaci <janekptacijarabaci@seznam.cz> | 2018-04-13 20:50:50 +0200 |
commit | b3eee1b47e835424c7fcf1ac1123bb2b597e9af4 (patch) | |
tree | 884cfecef5e49c9ec64243934b585ead5e5cd49b /dom | |
parent | 314016db7f55d24ad9d23197ca56462e78bc9ecc (diff) | |
download | uxp-b3eee1b47e835424c7fcf1ac1123bb2b597e9af4.tar.gz |
HTML - implement the labels attribute (added a test)
https://github.com/MoonchildProductions/UXP/commit/6be9e507077bfdd2b8c82c203cf70f010ecce086#commitcomment-28047433
Diffstat (limited to 'dom')
-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 ea86290d97..ddfd574433 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] |