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

Unified Diff: LayoutTests/fast/lists/drag-into-marker.html

Issue 778003003: List marker pseudo elements. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 8 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
« no previous file with comments | « LayoutTests/fast/css/001.html ('k') | Source/core/core.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/lists/drag-into-marker.html
diff --git a/LayoutTests/fast/lists/drag-into-marker.html b/LayoutTests/fast/lists/drag-into-marker.html
index 2813e7d188c7b7fe8851a48aef3b5508098df482..458eb70eb24ed525a2be2893d144cc33cb31cce2 100644
--- a/LayoutTests/fast/lists/drag-into-marker.html
+++ b/LayoutTests/fast/lists/drag-into-marker.html
@@ -34,7 +34,7 @@ function runTest() {
// WebCore paints a position:outside list markers at an offset from the top left corner of the
// bounds of the list item. The offset is computed using a magic number and the
// fonts ascent, two values we can't get to. This (x, y) *should* be over the list marker.
- var x = ul.offsetLeft + 18;
+ var x = ul.offsetLeft + 6;
var y = li.offsetTop + li.offsetHeight / 2 + 20;
eventSender.mouseMoveTo(x, y);
@@ -46,4 +46,4 @@ function runTest() {
runTest();
</script>
-</body>
+</body>
« no previous file with comments | « LayoutTests/fast/css/001.html ('k') | Source/core/core.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698