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

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

Issue 2023433002: Use 1em margin for list-style:inside items (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix fast/events/onclick-list-marker.html test Created 4 years, 7 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/events/onclick-list-marker.html
diff --git a/third_party/WebKit/LayoutTests/fast/events/onclick-list-marker.html b/third_party/WebKit/LayoutTests/fast/events/onclick-list-marker.html
index b30eb39433291650b1365f3ec27d85aa128d14fa..17c740f03ac47c414e98e73152fefd6739cd2464 100644
--- a/third_party/WebKit/LayoutTests/fast/events/onclick-list-marker.html
+++ b/third_party/WebKit/LayoutTests/fast/events/onclick-list-marker.html
@@ -37,7 +37,7 @@ function runTest() {
// WebCore renders an inside list marker right up against the left edge of the bounding box of the list item.
// This x position should put us over the list marker
- x = li.offsetLeft + 10;
+ x = li.offsetLeft + 40;
// Set the left margin of the span so that the text inside it overlaps the list marker. Clicking on a spot over
// the list marker should cause the following onclick fire order: span, li, ul
« no previous file with comments | « third_party/WebKit/LayoutTests/TestExpectations ('k') | third_party/WebKit/Source/core/layout/LayoutListMarker.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698