Index: third_party/WebKit/LayoutTests/fast/repaint/list-marker.html |
diff --git a/third_party/WebKit/LayoutTests/fast/repaint/list-marker.html b/third_party/WebKit/LayoutTests/fast/repaint/list-marker.html |
deleted file mode 100644 |
index 335266375d8c322e8efda50318ead522c77c6635..0000000000000000000000000000000000000000 |
--- a/third_party/WebKit/LayoutTests/fast/repaint/list-marker.html |
+++ /dev/null |
@@ -1,35 +0,0 @@ |
-<html> |
-<head> |
- <title></title> |
-</head> |
-<body> |
- <p> |
- Test for <i><a href="http://bugs.webkit.org/show_bug.cgi?id=12910">http://bugs.webkit.org/show_bug.cgi?id=12910</a> |
- REGRESSION (r18756-r18765): list-bullet doesn't redraw properly when changing the list's content using JavaScript</i>. |
- </p> |
- <ul> |
- <li> |
- foo |
- <div style="margin: 10px;"></div> |
- </li> |
- </ul> |
- <ul style="list-style-position: inside;"> |
- <li> |
- bar |
- <div style="margin: 10px;"></div> |
- </li> |
- </ul> |
- <ul style="direction: rtl;"> |
- <li> |
- foo |
- <div style="margin: 10px;"></div> |
- </li> |
- </ul> |
- <ul style="direction: rtl; list-style-position: inside;"> |
- <li> |
- bar |
- <div style="margin: 10px;"></div> |
- </li> |
- </ul> |
-</body> |
-</html> |