| Index: third_party/WebKit/LayoutTests/fast/repaint/child-of-sub-pixel-offset-composited-layer.html
|
| diff --git a/third_party/WebKit/LayoutTests/fast/repaint/child-of-sub-pixel-offset-composited-layer.html b/third_party/WebKit/LayoutTests/fast/repaint/child-of-sub-pixel-offset-composited-layer.html
|
| deleted file mode 100644
|
| index 2a9a3414a983b871f80bb0fd2d07baa5b71a3801..0000000000000000000000000000000000000000
|
| --- a/third_party/WebKit/LayoutTests/fast/repaint/child-of-sub-pixel-offset-composited-layer.html
|
| +++ /dev/null
|
| @@ -1,41 +0,0 @@
|
| -<!DOCTYPE html>
|
| -<html>
|
| -<head>
|
| -<style>
|
| -.container {
|
| - transform: translateZ(0);
|
| - position: absolute;
|
| - top: 100px;
|
| - left:100.5px;
|
| - background-color: red;
|
| -}
|
| -
|
| -#target {
|
| - position: absolute;
|
| - left: 0px;
|
| - width: 10px;
|
| - height: 10px;
|
| - border: 2px solid red;
|
| -}
|
| -
|
| -#target.green {
|
| - border-color: green;
|
| -}
|
| -</style>
|
| -<script src="resources/text-based-repaint.js" type="text/javascript"></script>
|
| -</head>
|
| -<body onload="runRepaintAndPixelTest();">
|
| -<div class="container">
|
| -<div id="target">
|
| -</div>
|
| -</div>
|
| -<script>
|
| -// This test ensures that children of a composited element with a sub-pixel offset are properly repainted.
|
| -// The box should have a fully green border.
|
| -if (window.testRunner)
|
| - testRunner.dumpAsTextWithPixelResults();
|
| -function repaintTest() {
|
| - var target = document.getElementById('target');
|
| - target.classList.add('green');
|
| -}
|
| -</script>
|
|
|