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

Unified Diff: LayoutTests/editing/selection/subpixel-positioned-selection-expected.html

Issue 464143003: Fix selection residue in sub-pixel positioned element (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: More rebaselines Created 6 years, 4 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: LayoutTests/editing/selection/subpixel-positioned-selection-expected.html
diff --git a/LayoutTests/editing/selection/subpixel-positioned-selection-expected.html b/LayoutTests/editing/selection/subpixel-positioned-selection-expected.html
new file mode 100644
index 0000000000000000000000000000000000000000..994409ecad5d1da65ca4e8c91d1e4291b46ded33
--- /dev/null
+++ b/LayoutTests/editing/selection/subpixel-positioned-selection-expected.html
@@ -0,0 +1,5 @@
+<!DOCTYPE html>
+There should be no residue when shrinking a selection under a sub-pixel-positioned element.
+<div style="position: absolute; left: 0.3px">
+ABCDEFGHIJKLMNOPQRSTUVWXYZ
+</div>
« no previous file with comments | « LayoutTests/editing/selection/subpixel-positioned-selection.html ('k') | Source/core/rendering/RenderSelectionInfo.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698