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

Unified Diff: LayoutTests/platform/chromium/compositing/img-layer-grow.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/img-layer-grow.html
diff --git a/LayoutTests/platform/chromium/compositing/img-layer-grow.html b/LayoutTests/platform/chromium/compositing/img-layer-grow.html
deleted file mode 100644
index 1e70c194eac4cb08994a005661beb18e2b4df9c0..0000000000000000000000000000000000000000
--- a/LayoutTests/platform/chromium/compositing/img-layer-grow.html
+++ /dev/null
@@ -1,33 +0,0 @@
-<!DOCTYPE HTML>
-<html>
-<head>
-<script src="../../../compositing/resources/mock_scrollbars.js"></script>
-<script type="text/javascript" charset="utf-8">
-
- if (window.testRunner) {
- testRunner.waitUntilDone();
- testRunner.dumpAsText(true); // This is only useful as a pixel test.
- }
-
- function doTest()
- {
- div = document.getElementById("div");
- if (window.testRunner)
- testRunner.display();
- window.setTimeout(function() {
- div.style.height = "1600px";
- if (window.testRunner)
- testRunner.notifyDone();
- }, 0);
- }
-
- window.addEventListener('load', doTest, false);
-</script>
-
-</head>
-<body>
- <div id="div">
- <img id="image" src="../../../compositing/resources/apple.jpg" style="-webkit-transform: translateZ(0);">
- </div>
-</body>
-</html>

Powered by Google App Engine
This is Rietveld 408576698