Commit 1957526c authored by Nate Chapin's avatar Nate Chapin Committed by Commit Bot

Add regression test for animation feature policy violation in a detached document

Bug: 1061348, 1061614
Test: fast/animation/report-violation-in-detached-document-crash.html
Change-Id: I9a1345979f19ff5e849d336fd576cbf715b0034f
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2103029
Commit-Queue: Nate Chapin <japhet@chromium.org>
Reviewed-by: default avatarKentaro Hara <haraken@chromium.org>
Cr-Commit-Position: refs/heads/master@{#751084}
parent c70f7967
<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>
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment