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

Side by Side Diff: LayoutTests/compositing/layer-creation/scroll-blocks-on-document.html

Issue 784453003: Initial scroll-blocks-on compositor integration (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Eliminate scrollbars from iframe test for cross-platform output consistency Created 5 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 | Annotate | Revision Log
OLDNEW
(Empty)
1 <!DOCTYPE html>
2 <style>
3 html {
4 scroll-blocks-on: start-touch scroll-event;
5 }
6 </style>
7 <script>
8 if (window.testRunner) {
9 testRunner.dumpAsText();
10 var output = "Verify that scroll-blocks-on on the documentElement is pro pagated to the viewport without creating any additional layers.\n\n";
11 output += internals.layerTreeAsText(document, internals.LAYER_TREE_INCLU DES_SCROLL_BLOCKS_ON);
12 testRunner.setCustomTextOutput(output);
13 }
14 </script>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698