haikuwebkit/LayoutTests/compositing/debug-borders-dynamic-expec...

8 lines
238 B
HTML

<script>
if (window.internals) {
internals.settings.setShowRepaintCounter(true);
internals.settings.setShowDebugBorders(true);
}
</script>
<div style="border:2px solid red; width:100px; height:100px; will-change:transform"></div>