blob: a98809bba81042aaaa276c6417b155a93d9943a7 [file] [log] [blame]
<!-- Since we're not a snapshotted plugin, this test should do nothing (and not crash) -->
<style>
div {
width: 50px;
height: 50px;
background-color: blue;
}
#snapshot {
-webkit-appearance: snapshotted-plugin-overlay;
}
</style>
<div id="normal"></div>
<div id="snapshot"></div>