| Index: third_party/WebKit/LayoutTests/paint/invalidation/spv2/text-match-highlight.html
|
| diff --git a/third_party/WebKit/LayoutTests/paint/invalidation/spv2/text-match-highlight.html b/third_party/WebKit/LayoutTests/paint/invalidation/spv2/text-match-highlight.html
|
| index f3427816b21a04b5c845db0ea6fd54b709a0ac2e..eee747171b51b8bdc79153e8d6694b0b029cf824 100644
|
| --- a/third_party/WebKit/LayoutTests/paint/invalidation/spv2/text-match-highlight.html
|
| +++ b/third_party/WebKit/LayoutTests/paint/invalidation/spv2/text-match-highlight.html
|
| @@ -12,24 +12,6 @@ function highlightRange(id, start, end, active) {
|
| range.setEnd(elem, end);
|
| internals.addTextMatchMarker(range, active);
|
| }
|
| -window.expectedPaintInvalidationObjects = [
|
| - "LayoutText #text",
|
| - "InlineTextBox 'findme'",
|
| - "LayoutText #text",
|
| - "InlineTextBox 'findme'",
|
| - "LayoutText #text",
|
| - "InlineTextBox 'findme'",
|
| - "LayoutText #text",
|
| - "InlineTextBox 'findme'",
|
| - "LayoutText #text",
|
| - "InlineTextBox 'findme'",
|
| - "LayoutSVGInlineText #text",
|
| - "InlineTextBox 'Can you findme in this boring text?'",
|
| - "LayoutSVGInlineText #text",
|
| - "InlineTextBox 'Findme in a typewriter!'",
|
| - "LayoutSVGInlineText #text",
|
| - "InlineTextBox 'Findme on a path! Did you findme?'",
|
| -];
|
| function paintInvalidationTest() {
|
| highlightRange('1', 0, 6, false);
|
| highlightRange('2', 0, 6, false);
|
|
|