summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/editing/deleting/delete-button-background-image-none.html
blob: 7fd003578c90944c95c8afe9f273c109c70a3974 (plain)
1
2
3
4
5
6
7
8
9
10
<p>
    The test passes if it does not crash.
</p>
<div id="target" contenteditable style="background-image: none, url()"></div>
<script>
    if (window.testRunner)
        testRunner.dumpAsText();

    document.getElementById("target").focus();
</script>