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/rubberbanding/transform-overhang-size-change.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/rubberbanding/transform-overhang-size-change.html
diff --git a/LayoutTests/platform/chromium/compositing/rubberbanding/transform-overhang-size-change.html b/LayoutTests/platform/chromium/compositing/rubberbanding/transform-overhang-size-change.html
deleted file mode 100644
index 25e46f3ff6860aa8f4bbb2136058ce9337cfc992..0000000000000000000000000000000000000000
--- a/LayoutTests/platform/chromium/compositing/rubberbanding/transform-overhang-size-change.html
+++ /dev/null
@@ -1,20 +0,0 @@
-<html>
-<title>Test rubber banding overhang drawing in compositing path with changes to the size of the overhang</title>
-<body>
-<div style="height:30px; background-color:black; width:100%">
-<b style="-webkit-transform:translateZ(0); position:absolute"></b>
-</div>
-
-<div id="info">This test requires DRT.</div>
-<script>
- if (window.internals && window.testRunner) {
- testRunner.dumpAsText(true);
- document.getElementById('info').style.visibility = "hidden";
- internals.settings.setMockScrollbarsEnabled(false);
- internals.setScrollViewPosition(document, -20, -20);
- testRunner.display();
- internals.setScrollViewPosition(document, -60, -60);
- }
-</script>
-</body>
-</html>

Powered by Google App Engine
This is Rietveld 408576698