Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /cssom/crashtests/csstext-with-all.html - WPT Dashboard Interop Dashboard
<!DOCTYPE html>
<meta charset="utf-8">
<title>Getting cssText with 'all' shorthand should not crash</title>
<div id="test" style="all: initial; left: 10px;"></div>
<script>
document.getElementById('test').style.cssText;
</script>