Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(73)

Side by Side Diff: third_party/WebKit/LayoutTests/paint/invalidation/compositing/float-under-composited-inline.html

Issue 2575423003: Fix geometry mapping issues for float under inline (Closed)
Patch Set: SVG floating Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 <!DOCTYPE html>
2 <span style="position: relative; top: 100px; left: 100px; will-change: transform ">
3 <div id="float" style="float: left; width: 100px; height: 100px; background-co lor: red"></div>
4 </span>
5 <script src="../resources/text-based-repaint.js"></script>
6 <script>
7 function repaintTest() {
8 float.style.backgroundColor = 'green';
9 }
10 onload = runRepaintAndPixelTest;
11 </script>
12
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698