blob: 94939142dfe3799c06755013b7a3df2f04ae1cae [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<script src="../../../resources/js-test-pre.js"></script>
<style id="style1">
.foo::-webkit-distributed(div .bar::before) { display: block; }
</style>
</head>
<script>
description("Test for cssText of '::distributed()' rule.");
shouldBeEqualToString("document.getElementById('style1').sheet.cssRules.item(0).cssText", ".foo::-webkit-distributed(div .bar::before) { display: block; }");
</script>
<script src="../../../resources/js-test-post.js"></script>
</html>