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