1
    2
    3
    4

content / test / data / back_forward_cache / page_with_webgl.html [blame]

<canvas></canvas>
<script>
document.querySelector('canvas').getContext('webgl');
</script>