Bug 1323119 - Add a test case that had caused an assertion on the old style system. r=daisuke

Note that on the new style system (a.k.a stylo) the test case hasn't caused
any assertions.

MozReview-Commit-ID: AALHnuW48Rb

--HG--
extra : rebase_source : 8253507eff2522bcc4ccc155aae5c1307a81421d
This commit is contained in:
Hiroyuki Ikezoe 2018-04-09 09:56:04 +09:00
parent 9946fe2417
commit 1343e69351
2 changed files with 14 additions and 0 deletions

View File

@ -0,0 +1,13 @@
<!DOCTYPE html>
<html class="reftest-wait">
<body>
<script>
addEventListener("DOMContentLoaded", function() {
let a = document.createElement("th");
document.documentElement.appendChild(a);
a.animate([{"mask": "repeat-y "}], 484);
document.documentElement.classList.remove("reftest-wait");
});
</script>
</body>
</html>

View File

@ -20,6 +20,7 @@ pref(dom.animations-api.core.enabled,true) load 1322291-1.html
pref(dom.animations-api.core.enabled,true) load 1322291-2.html pref(dom.animations-api.core.enabled,true) load 1322291-2.html
pref(dom.animations-api.core.enabled,true) load 1323114-1.html pref(dom.animations-api.core.enabled,true) load 1323114-1.html
pref(dom.animations-api.core.enabled,true) load 1323114-2.html pref(dom.animations-api.core.enabled,true) load 1323114-2.html
pref(dom.animations-api.core.enabled,true) load 1323119-1.html
pref(dom.animations-api.core.enabled,true) load 1324554-1.html pref(dom.animations-api.core.enabled,true) load 1324554-1.html
pref(dom.animations-api.core.enabled,true) load 1325193-1.html pref(dom.animations-api.core.enabled,true) load 1325193-1.html
pref(dom.animations-api.core.enabled,true) load 1330190-1.html pref(dom.animations-api.core.enabled,true) load 1330190-1.html