| <title>This tests that we don't assert while finding the repaint container for the content that just lost compositing.</title> |
| <div style="-webkit-columns: 4;">PASS if no crash or assert in debug mode.</div> |
| var head = document.getElementsByTagName("head")[0]; |
| var div = document.getElementsByTagName("div")[0]; |
| var style = document.createElement("style"); |
| style.innerHTML="div {-webkit-animation-duration: 1s; -webkit-animation-timing-function: ease-in;}"; |
| head.parentNode.removeChild(head); |
| document.execCommand("SelectAll"); |
| div.setAttribute("style","color: red;"); |