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

Unified Diff: LayoutTests/fast/block/line-layout/selection-highlight-overlap-expected.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-expected.html
diff --git a/LayoutTests/fast/block/line-layout/selection-highlight-overlap-expected.html b/LayoutTests/fast/block/line-layout/selection-highlight-overlap-expected.html
index 6be14cb80e3280d22e1012e04da3002067a829b2..803c33fd7fff3bd0ef00f68a02d1476a0ae754e3 100644
--- a/LayoutTests/fast/block/line-layout/selection-highlight-overlap-expected.html
+++ b/LayoutTests/fast/block/line-layout/selection-highlight-overlap-expected.html
@@ -6,7 +6,7 @@
<div style="outline: none;">
<div style="height: 8px; margin-left: 128px;"></div>
</div>
-<div>
+<div style="outline: none;">
<div style="height: 30px; margin-left: 128px;"></div>
</div>
<div>

Powered by Google App Engine
This is Rietveld 408576698