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

Unified Diff: LayoutTests/compositing/layer-creation/scroll-blocks-on-default.html

Issue 1287623002: Delete blink code for scroll-blocks-on (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Merge with trunk (no changes from previous patch) Created 5 years, 4 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/compositing/layer-creation/scroll-blocks-on-default-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/compositing/layer-creation/scroll-blocks-on-default.html
diff --git a/LayoutTests/compositing/layer-creation/scroll-blocks-on-default.html b/LayoutTests/compositing/layer-creation/scroll-blocks-on-default.html
deleted file mode 100644
index 408a857243c5f79b16ae48cbd297fa16c3d3a5cc..0000000000000000000000000000000000000000
--- a/LayoutTests/compositing/layer-creation/scroll-blocks-on-default.html
+++ /dev/null
@@ -1,20 +0,0 @@
-<!DOCTYPE html>
-<style>
-#layer {
- transform: translateZ(0);
- width: 20px;
- height: 20px;
-}
-</style>
-<div id="layer"></div>
-<iframe srcdoc="<div style='width: 15px;'></div>"></iframe>
-<script>
- onload = function() {
- if (window.testRunner) {
- testRunner.dumpAsText();
- var output = "Verify we get the default scroll-blocks-on mode applied to the viewport, no additional layers created (even with an iframe), and no scroll-blocks-on mode applied to any other layer.\n\n";
- output += internals.layerTreeAsText(document, internals.LAYER_TREE_INCLUDES_SCROLL_BLOCKS_ON);
- testRunner.setCustomTextOutput(output);
- }
- };
-</script>
« no previous file with comments | « no previous file | LayoutTests/compositing/layer-creation/scroll-blocks-on-default-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698