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

Unified Diff: third_party/WebKit/LayoutTests/paint/selection/resources/selection.js

Issue 1642223002: Delete selection gap code. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Integrate feedback. Created 4 years, 11 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 | « no previous file | third_party/WebKit/Source/core/layout/LayoutBR.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/paint/selection/resources/selection.js
diff --git a/third_party/WebKit/LayoutTests/paint/selection/resources/selection.js b/third_party/WebKit/LayoutTests/paint/selection/resources/selection.js
index b26f72a21b68402a5afd880620fbfa91a0d893d8..2a7c2d8b75e900fed3f69fc665e98657b64d015f 100644
--- a/third_party/WebKit/LayoutTests/paint/selection/resources/selection.js
+++ b/third_party/WebKit/LayoutTests/paint/selection/resources/selection.js
@@ -5,8 +5,6 @@ function selectRangeAfterLayoutAndPaint(startElement, startIndex, endElement, en
}
function selectRange(startElement, startIndex, endElement, endIndex) {
- if (window.internals)
- window.internals.setSelectionPaintingWithoutSelectionGapsEnabled(true);
var range = document.createRange();
range.setStart(startElement, startIndex);
range.setEnd(endElement, endIndex);
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/layout/LayoutBR.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698