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

Unified Diff: LayoutTests/compositing/visible-rect/resources/subframe-with-layers.html

Issue 14195011: Removed WONTFIX tests (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/compositing/visible-rect/resources/subframe-with-layers.html
diff --git a/LayoutTests/compositing/visible-rect/resources/subframe-with-layers.html b/LayoutTests/compositing/visible-rect/resources/subframe-with-layers.html
deleted file mode 100644
index 75a1b916c12d4e0b40c4f8a1310794037792b938..0000000000000000000000000000000000000000
--- a/LayoutTests/compositing/visible-rect/resources/subframe-with-layers.html
+++ /dev/null
@@ -1,30 +0,0 @@
-<!DOCTYPE html>
-
-<html>
-<head>
- <style>
- body {
- height: 1500px;
- width: 1500px;
- }
- .box {
- height: 300px;
- width: 100px;
- background-color: blue;
- -webkit-transform: translateZ(1px);
- }
- </style>
- <script>
- function scroll()
- {
- window.setTimeout(function() {
- window.scrollTo(10, 100);
- }, 2000);
- }
- window.addEventListener('load', scroll, false);
- </script>
-</head>
-<body>
- <div class="box">asdf</div>
-</body>
-</html>

Powered by Google App Engine
This is Rietveld 408576698