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

Side by Side Diff: LayoutTests/compositing/overflow/overflow-scrollbar-layers.html

Issue 181653006: Remove testRunner.display() from most compositing/ tests (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Revert change to plugin test Created 6 years, 9 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 .container { 3 .container {
4 width: 100px; 4 width: 100px;
5 height:100px; 5 height:100px;
6 position:absolute; 6 position:absolute;
7 -webkit-transform:translateZ(0); 7 -webkit-transform:translateZ(0);
8 overflow:auto; 8 overflow:auto;
9 } 9 }
10 10
(...skipping 26 matching lines...) Expand all
37 </div> 37 </div>
38 <div class="container"> 38 <div class="container">
39 <div class="content wide tall"></div> 39 <div class="content wide tall"></div>
40 </div> 40 </div>
41 <div class="container resizeWidget"> 41 <div class="container resizeWidget">
42 <div class="content"></div> 42 <div class="content"></div>
43 </div> 43 </div>
44 <script> 44 <script>
45 if (window.testRunner) { 45 if (window.testRunner) {
46 testRunner.dumpAsText(); 46 testRunner.dumpAsText();
47 testRunner.display(); // Ensure compositor tree is up to date.
48 document.getElementById("layerTree").innerText = window.internals.layerTreeA sText(document); 47 document.getElementById("layerTree").innerText = window.internals.layerTreeA sText(document);
49 } 48 }
50 </script> 49 </script>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698