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

Unified Diff: third_party/WebKit/LayoutTests/compositing/images/direct-pdf-image.html

Issue 1554773002: Remove compositing/images/direct-pdf-image because we do not support it (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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/compositing/images/direct-pdf-image.html
diff --git a/third_party/WebKit/LayoutTests/compositing/images/direct-pdf-image.html b/third_party/WebKit/LayoutTests/compositing/images/direct-pdf-image.html
deleted file mode 100644
index 09144569f0d185f26b72addee0338db7230dc598..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/compositing/images/direct-pdf-image.html
+++ /dev/null
@@ -1,40 +0,0 @@
-<!DOCTYPE>
-
-<html>
-<head>
- <style type="text/css" media="screen">
- body {
- margin: 0;
- }
-
- img {
- position: relative;
- display: block;
- width: 100px;
- height: 100px;
- }
-
- .composited {
- transform: translateZ(0);
- }
-
- #indicator {
- position: absolute;
- top: 0;
- background-color: red;
- width: 100px;
- height: 200px;
- }
- </style>
-</head>
-<body>
-
- <div id="indicator"></div>
-
- <img src="../../fast/images/resources/green_rectangle.pdf">
- <img class="composited" src="../../fast/images/resources/green_rectangle.pdf">
-
- <!-- You should see no red above -->
-
-</body>
-</html>

Powered by Google App Engine
This is Rietveld 408576698