chromium/third_party/blink/web_tests/fast/animation/report-violation-in-detached-coument-crash.html

<body>
PASS if no crash.
<script>
if (window.testRunner)
  testRunner.dumpAsText();
var doc = new Document();
var div = document.createElement('div'); 
doc.prepend(div);
div.animate({'right':['auto']})
</script>
</body>