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

Unified Diff: third_party/WebKit/LayoutTests/paint/invalidation/text-match-pre-wrapped-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-pre-wrapped-text.html
diff --git a/third_party/WebKit/LayoutTests/paint/invalidation/text-match-pre-wrapped-text.html b/third_party/WebKit/LayoutTests/paint/invalidation/text-match-pre-wrapped-text.html
index 9aea9f922a3a881150197a7ae1d67c60f9ffed46..8da42b69d9603cd55e098e7d57caa5bebb2189f6 100644
--- a/third_party/WebKit/LayoutTests/paint/invalidation/text-match-pre-wrapped-text.html
+++ b/third_party/WebKit/LayoutTests/paint/invalidation/text-match-pre-wrapped-text.html
@@ -16,6 +16,6 @@ function highlightRange(id, start, end, active) {
}
runAfterLayoutAndPaint(function() {
- highlightRange('demo', 0, 4, true);
+ highlightRange('demo', 0, 4, 'Active');
}, true);
</script>

Powered by Google App Engine
This is Rietveld 408576698