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

Unified Diff: third_party/WebKit/LayoutTests/fast/repaint/list-marker.html

Issue 2327223002: Move all remaining fast/repaint tests to paint/invalidation (Closed)
Patch Set: Created 4 years, 3 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: 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>

Powered by Google App Engine
This is Rietveld 408576698