Source code

Revision control

Copy as Markdown

Other Tools

Test Info:

<!DOCTYPE html>
<meta charset="utf-8">
<title>No crash when reading background shorthand with no-repeat and multiple url layers</title>
<body style="background: url(), url(); background-repeat: no-repeat;">
<script>
document.body.style.getPropertyValue("background");
</script>