blob: 7f6acedf7ca329da53407c912ecfc6b1cf5c7e21 [file] [log] [blame]
<!DOCTYPE html>
<script>
if (window.testRunner) {
testRunner.dumpAsText();
internals.settings.setCSSVariablesEnabled(true);
}
</script>
<style>
div {
-webkit-var-a: url(1);
-webkit-mask: -webkit-var(a);
}
</style>
<div></div>
This test is successful if it does not crash.