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

Side by Side Diff: LayoutTests/fast/events/touch/compositor-touch-hit-rects-squashing.html

Issue 785333002: Delete the Layer Squashing runtime feature. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years 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 <html> 2 <html>
3 <head> 3 <head>
4 <link rel="stylesheet" href="resources/compositor-touch-hit-rects.css"> 4 <link rel="stylesheet" href="resources/compositor-touch-hit-rects.css">
5 <style> 5 <style>
6 .composited { 6 .composited {
7 transform: translatez(0); 7 transform: translatez(0);
8 } 8 }
9 9
10 .box { 10 .box {
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
46 </p> 46 </p>
47 47
48 <div id="tests"> 48 <div id="tests">
49 <div id="behind" class="composited box testcase"></div> 49 <div id="behind" class="composited box testcase"></div>
50 <div id="middle" class="box testcase"></div> 50 <div id="middle" class="box testcase"></div>
51 <div id="top" class="box testcase"></div> 51 <div id="top" class="box testcase"></div>
52 </div> 52 </div>
53 53
54 <div id="console"></div> 54 <div id="console"></div>
55 <script src="resources/compositor-touch-hit-rects.js"></script> 55 <script src="resources/compositor-touch-hit-rects.js"></script>
56 <script>
57
58 if (window.internals)
59 window.internals.settings.setLayerSquashingEnabled(true);
60
61 </script>
62 </body> 56 </body>
OLDNEW
« no previous file with comments | « LayoutTests/fast/borders/border-antialiasing.html ('k') | Source/core/rendering/RenderLayer.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698