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

Side by Side Diff: LayoutTests/compositing/contents-opaque/control-layer.html

Issue 13465009: Merge 147127 "RenderBox::backgroundIsKnownToBeOpaqueInRect may b..." (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/1453/
Patch Set: Created 7 years, 8 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
« no previous file with comments | « no previous file | LayoutTests/compositing/contents-opaque/control-layer-expected.txt » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <html> 1 <html>
2 <head> 2 <head>
3 <style type="text/css"> 3 <style type="text/css">
4 .composited { 4 .composited {
5 -webkit-transform: translateZ(0); 5 -webkit-transform: translateZ(0);
6 } 6 }
7 </style> 7 </style>
8 <script type="text/javascript"> 8 <script type="text/javascript">
9 if (window.testRunner) 9 if (window.testRunner)
10 testRunner.dumpAsText(); 10 testRunner.dumpAsText();
11 11
12 function doTest() { 12 function doTest() {
13 if (window.testRunner && window.internals) 13 if (window.testRunner && window.internals)
14 document.getElementById('layertree').innerText = window.inte rnals.layerTreeAsText(document); 14 document.getElementById('layertree').innerText = window.inte rnals.layerTreeAsText(document);
15 } 15 }
16 window.addEventListener('load', doTest, false); 16 window.addEventListener('load', doTest, false);
17 </script> 17 </script>
18 </head> 18 </head>
19 <body> 19 <body>
20 <!-- Composited control element. --> 20 <!-- Composited control element. -->
21 <!-- Control elements are rendered by native theme. -> 21 <!-- Control elements are rendered by native theme. ->
22 <!-- GraphicsLayer::contentsOpaque for control element should be false. --> 22 <!-- GraphicsLayer::contentsOpaque for control element should be false. -->
23 <input class="composited" type="button" value="Composited Button"> 23 <input class="composited" type="button" value="Composited Button">
24 24
25 <pre id="layertree"></pre> 25 <pre id="layertree"></pre>
26 </body> 26 </body>
27 </html> 27 </html>
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/compositing/contents-opaque/control-layer-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698