blob: 08175f1d2f6a8b43c9d67a0449e9e925f69acd21 [file] [edit]
<!doctype html>
<meta charset=utf-8>
<title>CSSStyleDeclaration should expose Symbol.iterator</title>
<link rel="help" href="https://drafts.csswg.org/cssom-1/">
<link rel="help" href="https://bugzilla.mozilla.org/show_bug.cgi?id=2025453">
<script src=/resources/testharness.js></script>
<script src=/resources/testharnessreport.js></script>
<script>
test(function() {
assert_true(Symbol.iterator in CSSStyleDeclaration.prototype);
});
</script>