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

Unified Diff: LayoutTests/fast/block/line-layout/selection-highlight-overlap.html

Issue 1224933002: Combine outline and focus ring code paths (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fix empty focus ring on Mac Created 5 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/fast/block/line-layout/selection-highlight-overlap.html
diff --git a/LayoutTests/fast/block/line-layout/selection-highlight-overlap.html b/LayoutTests/fast/block/line-layout/selection-highlight-overlap.html
index 68a9d05d3fe45df274fdf2c5e7c53c2de6f3d653..e55a61e44c998c09ceedac9fc444a1c1b384be1b 100644
--- a/LayoutTests/fast/block/line-layout/selection-highlight-overlap.html
+++ b/LayoutTests/fast/block/line-layout/selection-highlight-overlap.html
@@ -3,7 +3,7 @@
div { outline: 1px dashed green; }
div::selection { background-color: rgba(0, 0, 255, .4); }
</style>
-<div id="start" style="line-height: 30px;">queue theory</div>
+<div id="start" style="line-height: 30px; outline: none">queue theory</div>
<div>problem</div>
<div id="end" style="margin-top: -10px;">information</div>
<script>
« no previous file with comments | « LayoutTests/TestExpectations ('k') | LayoutTests/fast/block/line-layout/selection-highlight-overlap-expected.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698