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

Unified Diff: LayoutTests/compositing/iframes/resources/page-cache-iframe.html

Issue 14495004: Remove left-over PageCache stuff (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/iframes/resources/page-cache-iframe.html
diff --git a/LayoutTests/compositing/iframes/resources/page-cache-iframe.html b/LayoutTests/compositing/iframes/resources/page-cache-iframe.html
deleted file mode 100644
index f4106da240c74f2ab969e69cfe6c669dbec644ba..0000000000000000000000000000000000000000
--- a/LayoutTests/compositing/iframes/resources/page-cache-iframe.html
+++ /dev/null
@@ -1,23 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
- <style>
- .layer {
- width: 200px;
- height: 200px;
- border: 1px solid black;
- background-color: blue;
- -webkit-transform: translate3d(100px, 100px, 0) rotate(45deg);
- }
- </style>
-</head>
-<body>
-
- <!-- Content that requires a layer. -->
- <div class="layer"><p>Check this out</p></div>
-
- <!-- Content that does not require a layer. -->
- <div><p>I feel so regular...</p></div>
-
-</body>
-</html>
« no previous file with comments | « LayoutTests/compositing/iframes/resources/page-cache-helper.html ('k') | LayoutTests/fast/dom/DeviceMotion/no-page-cache.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698