Source code

Revision control

Copy as Markdown

Other Tools

Test Info:

<!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>