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

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

Issue 1047893002: Turn off selection gap painting, but allow toggling via a runtime flag (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/TestExpectations ('k') | Source/core/layout/LayoutBlockFlow.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
deleted file mode 100644
index 6be14cb80e3280d22e1012e04da3002067a829b2..0000000000000000000000000000000000000000
--- a/LayoutTests/fast/block/line-layout/selection-highlight-overlap-expected.html
+++ /dev/null
@@ -1,19 +0,0 @@
-<style>
- body { font-size: 64px; font-family: Ahem; color: transparent; margin-top: 0px; }
- div { outline: 1px dashed green; }
- div > div { outline: initial; background-color: rgba(0, 0, 255, .4); }
-</style>
-<div style="outline: none;">
- <div style="height: 8px; margin-left: 128px;"></div>
-</div>
-<div>
- <div style="height: 30px; margin-left: 128px;"></div>
-</div>
-<div>
- <div style="height: 17px; margin-left: 128px;"></div>
- <div style="height: 47px;"></div>
-</div>
-<div style="margin-top: -10px; height: 64px;">
- <div style="height: 10px; background-color: transparent;"></div>
- <div style="height: 54px; width: 256px;"></div>
-</div>
« no previous file with comments | « LayoutTests/TestExpectations ('k') | Source/core/layout/LayoutBlockFlow.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698