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/parse-border-image-repeat-null.html - WPT Dashboard Interop Dashboard
<!DOCTYPE html>
<meta charset="utf-8">
<title>No crash when accessing cssText with border-image stretch and numeric slice</title>
<div id="foo" style="border-image: url(images/shadow-border.png) stretch 10;"></div>
<script>
document.getElementById("foo").style.cssText;
</script>