| 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>
|
|
|