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

Unified Diff: LayoutTests/platform/chromium/compositing/empty-render-surface-crasher.html

Issue 14120003: Move LayoutTests from platform/chromium/... to generic location (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/platform/chromium/compositing/empty-render-surface-crasher.html
diff --git a/LayoutTests/platform/chromium/compositing/empty-render-surface-crasher.html b/LayoutTests/platform/chromium/compositing/empty-render-surface-crasher.html
deleted file mode 100644
index 3b4f7c7f581a7f8ecbb6de92d41f19ad161d8587..0000000000000000000000000000000000000000
--- a/LayoutTests/platform/chromium/compositing/empty-render-surface-crasher.html
+++ /dev/null
@@ -1,34 +0,0 @@
-<!DOCTYPE>
-<html>
-<head>
-<title>Empty Render Surface</title>
- <style type="text/css" media="screen">
- .container {
- position: relative;
- height: 0x;
- width: 0px;
- opacity:0.5;
- }
-
- .child {
- -webkit-transform: translateZ(0);
- height: 0px;
- width: 0px;
- background-color: red;
- }
- </style>
- <script type="text/javascript" charset="utf-8">
- if (window.testRunner)
- testRunner.dumpAsText();
- </script>
-
-</head>
-<body>
-<p>This page tests that an empty render surface does not crash as reported in <a href='https://bugs.webkit.org/show_bug.cgi?id=51432'>this bug</a>. Pass if this does not crash.</p>
-
-<div class="container">
- <div class="child"> </div>
-</div>
-
-</body>
-</html>

Powered by Google App Engine
This is Rietveld 408576698