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

Unified Diff: Source/WebKit/chromium/tests/data/layer_background_color.html

Issue 19906002: Move data/ directory from WebKit/chromium/tests into web/tests/ (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebase Created 7 years, 5 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: Source/WebKit/chromium/tests/data/layer_background_color.html
diff --git a/Source/WebKit/chromium/tests/data/layer_background_color.html b/Source/WebKit/chromium/tests/data/layer_background_color.html
deleted file mode 100644
index 05786c944c65ff8e4582f859306f1d34931c4418..0000000000000000000000000000000000000000
--- a/Source/WebKit/chromium/tests/data/layer_background_color.html
+++ /dev/null
@@ -1,27 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
- <style>
- .composited {
- position: fixed;
- background-color: #223344;
- width: 50px;
- height: 50px;
- }
- #layer-solid-color {
- top: 100px;
- }
- </style>
-<head>
-
-<!-- Fixed position elements may skip compositing without a scrollable
-ancestor. To make sure this test covers the intended scenario, we force the
-body element to be tall, so that the FrameView is scrolling. -->
-<body style="height: 4000px;">
- <div id="layer" class="composited">
- inner layer
- </div>
- <div id="layer-solid-color" class="composited">
- </div>
-</body>
-</html>
« no previous file with comments | « Source/WebKit/chromium/tests/data/large-div.html ('k') | Source/WebKit/chromium/tests/data/listener/listener_leak1.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698