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

Unified Diff: LayoutTests/platform/chromium/compositing/force-compositing-mode/force-composite-empty.html

Issue 14120003: Move LayoutTests from platform/chromium/... to generic location (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: 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
Index: LayoutTests/platform/chromium/compositing/force-compositing-mode/force-composite-empty.html
diff --git a/LayoutTests/platform/chromium/compositing/force-compositing-mode/force-composite-empty.html b/LayoutTests/platform/chromium/compositing/force-compositing-mode/force-composite-empty.html
deleted file mode 100644
index 38958c8f7200e14baf175bdbbe44c56fbbe6a115..0000000000000000000000000000000000000000
--- a/LayoutTests/platform/chromium/compositing/force-compositing-mode/force-composite-empty.html
+++ /dev/null
@@ -1,21 +0,0 @@
-<html>
- <head>
- <script>
- if (window.internals) {
- window.internals.settings.setForceCompositingMode(true);
- window.internals.settings.setAcceleratedCompositingForScrollableFramesEnabled(true);
- }
- function doTest() {
- if (window.testRunner) {
- document.getElementById("layertree").innerText = window.internals.layerTreeAsText(document);
- testRunner.dumpAsText();
- }
- }
- window.addEventListener("load", doTest, false);
- </script>
- </head>
-<body>
- <!-- in force compositing mode the body should get its own graphics layer -->
- <pre id="layertree"></pre>
-</body>
-</html>

Powered by Google App Engine
This is Rietveld 408576698