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

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

Issue 2647383004: Float layer should ignore offsets from ancestor inline layers under containing block (Closed)
Patch Set: - 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; position: relative; will-change: transform ; top: 50px; left: 50px; width: 100px; height: 100px; background-color: red"></d iv>
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
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/paint/invalidation/compositing/composited-float-under-composited-inline-expected.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698