Bug 969756 - Back out the test b/c of orange.

This commit is contained in:
Mats Palmgren 2015-02-22 04:57:16 +00:00
parent ce54b83b79
commit c3269cab0a

View File

@ -23,9 +23,6 @@
<div id="t5"></div>
<style id="test6">
</style>
<script>
var tests = [
function() {
@ -82,15 +79,6 @@ var tests = [
is(cs.item(cs.length - 1), "--SomeVariableName", "custom property name returned by item() on computed style");
is(cs[cs.length - 1], "--SomeVariableName", "custom property name returned by indexed getter on style declaration");
},
function() {
// https://bugzilla.mozilla.org/show_bug.cgi?id=969756
var test6 = document.getElementById("test6");
test6.textContent = "p { font: var(var6) hangul mongolian; font-size-adjust: none; }";
var declaration = test6.sheet.cssRules[0].style;
test6.style.color = "white";
is(declaration.getPropertyValue("-x-system-font"), " var(var6) hangul mongolian");
},
];
function prepareTest() {