| Index: third_party/WebKit/LayoutTests/paint/invalidation/spv2/inline-reflow.html
|
| diff --git a/third_party/WebKit/LayoutTests/paint/invalidation/spv2/inline-reflow.html b/third_party/WebKit/LayoutTests/paint/invalidation/spv2/inline-reflow.html
|
| index 7c17f4466eaf7d8f8062b875f6d64cfeb01ffae4..c87102cd7382b27b62877d0ad6cd6e54ae4fe5f7 100644
|
| --- a/third_party/WebKit/LayoutTests/paint/invalidation/spv2/inline-reflow.html
|
| +++ b/third_party/WebKit/LayoutTests/paint/invalidation/spv2/inline-reflow.html
|
| @@ -2,53 +2,6 @@
|
| <!DOCTYPE HTML>
|
| <script src="resources/paint-invalidation-test.js"></script>
|
| <script>
|
| -window.expectedPaintInvalidationObjects = [
|
| - "RootInlineBox",
|
| - "RootInlineBox",
|
| - "RootInlineBox",
|
| - "RootInlineBox",
|
| - "RootInlineBox",
|
| - "RootInlineBox",
|
| - "RootInlineBox",
|
| - "RootInlineBox",
|
| - "RootInlineBox",
|
| - "RootInlineBox",
|
| - "RootInlineBox",
|
| - "RootInlineBox",
|
| - "RootInlineBox",
|
| - "RootInlineBox",
|
| - "RootInlineBox",
|
| - "InlineTextBox 'A A A A A'",
|
| - "InlineTextBox 'AA AA AA'",
|
| - "InlineTextBox 'AA AAA AAA'",
|
| - "InlineTextBox 'AAA AAAA'",
|
| - "InlineTextBox 'AAAA AAAAA'",
|
| - "InlineTextBox 'AAAAA'",
|
| - "InlineTextBox 'AAAAAA'",
|
| - "InlineTextBox 'AAAAAAA'",
|
| - "InlineTextBox 'AAAAAA'",
|
| - "InlineTextBox 'AAAAA'",
|
| - "InlineTextBox 'AAAAA AAAA'",
|
| - "InlineTextBox 'AAAA AAA'",
|
| - "InlineTextBox 'AAA AAA AA'",
|
| - "InlineTextBox 'AA AA AA A'",
|
| - "InlineTextBox 'A A A A'",
|
| - "RootInlineBox",
|
| - "InlineTextBox 'A A A A A'",
|
| - "LayoutBlockFlow (positioned) DIV id='div1' class='container'",
|
| - "LayoutText #text",
|
| - "InlineTextBox 'A A A A A AA AA'",
|
| - "InlineTextBox 'AA AA AAA AAA'",
|
| - "InlineTextBox 'AAA AAAA AAAA'",
|
| - "InlineTextBox 'AAAAA AAAAA'",
|
| - "InlineTextBox 'AAAAAA AAAAAAA'",
|
| - "InlineTextBox 'AAAAAA AAAAA'",
|
| - "InlineTextBox 'AAAAA AAAA AAAA'",
|
| - "InlineTextBox 'AAA AAA AAA AA'",
|
| - "InlineTextBox 'AA AA AA A A A'",
|
| - "InlineTextBox 'A A'",
|
| - "LayoutBlockFlow (positioned) DIV id='div2' class='container'",
|
| -];
|
| function paintInvalidationTest()
|
| {
|
| document.getElementById('div1').style.width = '300px';
|
|
|