Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / compositing / squashing / invalidation-for-subpixel-offset-of-squashed-layer.html
blob56c4911b19b6c8f4a3cd8a4a497eb6fc7177a914
1 <!DOCTYPE html>
3 <div style="position: absolute; width: 200px; height: 200px; background: lightgray; will-change: transform"></div>
5 <div style="position: absolute; width: 200px; height: 200px; top: 50px; left: 50px; background: lightblue"></div>
6 <div id="target" style="position: absolute; width: 200px; height: 200px; top: 100.45px; left: 100.45px; background: papayawhip"></div>
8 <script src="../../fast/repaint/resources/text-based-repaint.js"></script>
9 <script>
10 function repaintTest() {
11 target.style.backgroundColor = 'red';
13 runRepaintTest();
14 </script>