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

Side by Side Diff: LayoutTests/fast/repaint/repaint-descandant-on-ancestor-layer-move.html

Issue 388563003: Merge 176880 "Properly repaint RenderLayer's descendants when it..." (Closed) Base URL: svn://svn.chromium.org/blink/branches/chromium/2062/
Patch Set: Created 6 years, 5 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 | Annotate | Revision Log
OLDNEW
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <style> 2 <style>
3 body { 3 body {
4 position: absolute; 4 position: absolute;
5 left: 0px; 5 left: 0px;
6 top: 0px; 6 top: 0px;
7 right: 0px; 7 right: 0px;
8 bottom: 0px; 8 bottom: 0px;
9 } 9 }
10 body > div { 10 body > div {
(...skipping 16 matching lines...) Expand all
27 </div> 27 </div>
28 </div> 28 </div>
29 29
30 <script src="resources/text-based-repaint.js"></script> 30 <script src="resources/text-based-repaint.js"></script>
31 <script> 31 <script>
32 function repaintTest() { 32 function repaintTest() {
33 var container = document.getElementById('container'); 33 var container = document.getElementById('container');
34 container.style.left = '0px'; 34 container.style.left = '0px';
35 }; 35 };
36 </script> 36 </script>
OLDNEW
« no previous file with comments | « LayoutTests/TestExpectations ('k') | LayoutTests/fast/repaint/repaint-descandant-on-ancestor-layer-move-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698