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

Side by Side Diff: LayoutTests/fast/viewport/scroll-delegates-switch-on-page-with-no-composition-mode-asserts.html

Issue 13818029: Remove TiledBacking / TileCache code (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebased 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | LayoutTests/fast/viewport/scroll-delegates-switch-on-page-with-no-composition-mode-asserts-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
(Empty)
1 <html>
2 <body>
3 <p>This test verifies that switching delegates scrolling on a page with no c omposition does not assert.</p>
4 <p>PASS if no crash or assert in debug.</p>
5
6 <script>
7 if (window.testRunner && window.internals && internals.setDelegatesScrolling) {
8 testRunner.dumpAsText();
9 internals.setDelegatesScrolling(true, document);
10 }
11 </script>
12 </body>
13 </html>
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/fast/viewport/scroll-delegates-switch-on-page-with-no-composition-mode-asserts-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698