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

Unified 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 side-by-side diff with in-line comments
Download patch
« 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 »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/viewport/scroll-delegates-switch-on-page-with-no-composition-mode-asserts.html
diff --git a/LayoutTests/fast/viewport/scroll-delegates-switch-on-page-with-no-composition-mode-asserts.html b/LayoutTests/fast/viewport/scroll-delegates-switch-on-page-with-no-composition-mode-asserts.html
deleted file mode 100644
index 4d8b9bdf035325525a4baf9a42df55a8c3d47a88..0000000000000000000000000000000000000000
--- a/LayoutTests/fast/viewport/scroll-delegates-switch-on-page-with-no-composition-mode-asserts.html
+++ /dev/null
@@ -1,13 +0,0 @@
-<html>
-<body>
- <p>This test verifies that switching delegates scrolling on a page with no composition does not assert.</p>
- <p>PASS if no crash or assert in debug.</p>
-
-<script>
-if (window.testRunner && window.internals && internals.setDelegatesScrolling) {
- testRunner.dumpAsText();
- internals.setDelegatesScrolling(true, document);
-}
-</script>
-</body>
-</html>
« 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