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

Unified Diff: third_party/WebKit/LayoutTests/paint/invalidation/text-match.html

Issue 2802543002: Update window.internals.addTextMatchMarker() to take enum instead of bool (Closed)
Patch Set: Fix one more test, add k prefix Created 3 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
Index: third_party/WebKit/LayoutTests/paint/invalidation/text-match.html
diff --git a/third_party/WebKit/LayoutTests/paint/invalidation/text-match.html b/third_party/WebKit/LayoutTests/paint/invalidation/text-match.html
index 34912dee3c8acc4ddd2643c87822056f4e02d8f8..55c4c55e0078f0b4ab73a0ed036a6fd5085719d7 100644
--- a/third_party/WebKit/LayoutTests/paint/invalidation/text-match.html
+++ b/third_party/WebKit/LayoutTests/paint/invalidation/text-match.html
@@ -10,7 +10,7 @@
window.internals.setMarkedTextMatchesAreHighlighted(document, true);
}
function highlightTest() {
- highlightRange('1', 2, 5, true);
+ highlightRange('1', 2, 5, 'kActive');
}
</script>

Powered by Google App Engine
This is Rietveld 408576698