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

Unified Diff: third_party/WebKit/LayoutTests/fast/transforms/transform-update-frame-overflow.html

Issue 2547723002: Merge LayoutTests fast/transforms in transforms (Closed)
Patch Set: Fix a bad path reference. Created 4 years 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: third_party/WebKit/LayoutTests/fast/transforms/transform-update-frame-overflow.html
diff --git a/third_party/WebKit/LayoutTests/fast/transforms/transform-update-frame-overflow.html b/third_party/WebKit/LayoutTests/fast/transforms/transform-update-frame-overflow.html
deleted file mode 100644
index 0166bb0c1f2c898a7c66b79376d209a3dab552dc..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/fast/transforms/transform-update-frame-overflow.html
+++ /dev/null
@@ -1,20 +0,0 @@
-<!DOCTYPE html>
-<script src="../../resources/run-after-layout-and-paint.js"/>
-<style>
-#transformed {
- width: 100px;
- height: 100px;
- background-color: green;
- transform: translateY(0);
-}
-</style>
-<div id="transformed">
-</div>
-<script>
- runAfterLayoutAndPaint(function() {
- var transformed = document.getElementById('transformed');
- transformed.style.transform = "translateY(1000px)";
- if (window.eventSender)
- eventSender.keyDown("End");
- }, true);
-</script>

Powered by Google App Engine
This is Rietveld 408576698