| Index: third_party/WebKit/LayoutTests/fast/repaint/border-radius-with-outline.html
|
| diff --git a/third_party/WebKit/LayoutTests/fast/repaint/border-radius-with-outline.html b/third_party/WebKit/LayoutTests/fast/repaint/border-radius-with-outline.html
|
| deleted file mode 100644
|
| index ba6a36a1c5b764b91f69675a76acffa43f7b5dfb..0000000000000000000000000000000000000000
|
| --- a/third_party/WebKit/LayoutTests/fast/repaint/border-radius-with-outline.html
|
| +++ /dev/null
|
| @@ -1,27 +0,0 @@
|
| -<!DOCTYPE html>
|
| -<script src="resources/text-based-repaint.js"></script>
|
| -<script>
|
| -<!-- Should full repaint because the actual border radius changes. -->
|
| -function repaintTest()
|
| -{
|
| - document.getElementById('target').style.width = '200px';
|
| -}
|
| -window.onload = runRepaintAndPixelTest;
|
| -</script>
|
| -<style>
|
| -body {
|
| - margin: 0;
|
| -}
|
| -div {
|
| - position: absolute;
|
| - width: 80px;
|
| - height: 200px;
|
| - top: 100px;
|
| - left: 100px;
|
| - background-color: green;
|
| - border-radius: 50px;
|
| - outline: 5px solid green;
|
| - outline-offset: 50px;
|
| -}
|
| -</style>
|
| -<div id="target"></div>
|
|
|