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

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

Issue 2801483002: Add DocumentMarker::MatchStatus enum for text match markers (Closed)
Patch Set: Update tests 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-transparent-text.html
diff --git a/third_party/WebKit/LayoutTests/paint/invalidation/text-match-transparent-text.html b/third_party/WebKit/LayoutTests/paint/invalidation/text-match-transparent-text.html
index 6540ce66688a0fb8b7961652d38196e28a6cf2b4..fad7c58573982ffd906421c6e2cc6f5a29d451d4 100644
--- a/third_party/WebKit/LayoutTests/paint/invalidation/text-match-transparent-text.html
+++ b/third_party/WebKit/LayoutTests/paint/invalidation/text-match-transparent-text.html
@@ -9,7 +9,7 @@
window.internals.setMarkedTextMatchesAreHighlighted(document, true);
}
function highlightTest() {
- highlightRange('1', 2, 5, true);
+ highlightRange('1', 2, 5, 'Active');
}
</script>

Powered by Google App Engine
This is Rietveld 408576698