Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /css/css-backgrounds/crashtests/background-norepeat.html - WPT Dashboard Interop Dashboard
<!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>