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

Unified Diff: third_party/WebKit/LayoutTests/platform/mac/virtual/spv2/fast/repaint/delete-into-nested-block-expected.txt

Issue 2669003002: Optimize outline paint invalidation (Closed)
Patch Set: - Created 3 years, 11 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/platform/mac/virtual/spv2/fast/repaint/delete-into-nested-block-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/mac/virtual/spv2/fast/repaint/delete-into-nested-block-expected.txt b/third_party/WebKit/LayoutTests/platform/mac/virtual/spv2/fast/repaint/delete-into-nested-block-expected.txt
deleted file mode 100644
index 23d1fb62a86fc23e78671d3bdcd3f180ed0e3feb..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/platform/mac/virtual/spv2/fast/repaint/delete-into-nested-block-expected.txt
+++ /dev/null
@@ -1,55 +0,0 @@
-{
- "bounds": [800, 600],
- "children": [
- {
- "bounds": [800, 600],
- "contentsOpaque": true,
- "drawsContent": true,
- "repaintRects": [
- [8, 155, 784, 19],
- [8, 155, 32, 19],
- [8, 137, 784, 37],
- [8, 137, 784, 19],
- [8, 137, 24, 19],
- [8, 119, 784, 19],
- [8, 119, 32, 19],
- [8, 119, 24, 19],
- [7, 118, 3, 21],
- [3, 114, 794, 111]
- ],
- "paintInvalidationClients": [
- "InlineTextBox 'one'",
- "LayoutText #text",
- "RootInlineBox",
- "InlineTextBox 'two'",
- "LayoutText #text",
- "RootInlineBox",
- "LayoutBlockFlow DIV",
- "InlineTextBox 'three'",
- "LayoutText #text",
- "RootInlineBox",
- "InlineTextBox '\n'",
- "LayoutBR BR",
- "RootInlineBox",
- "LayoutBlockFlow DIV",
- "LayoutBlockFlow DIV id='two'",
- "InlineTextBox '\n'",
- "RootInlineBox",
- "InlineTextBox '\n'",
- "LayoutBR BR",
- "InlineTextBox 'three'",
- "RootInlineBox",
- "InlineTextBox 'three'",
- "LayoutText #text",
- "LayoutInline SPAN",
- "RootInlineBox",
- "LayoutBlockFlow DIV",
- "LayoutBlockFlow DIV id='one'",
- "LayoutText #text",
- "InlineTextBox 'three'",
- "LayoutBlockFlow DIV id='one'"
- ]
- }
- ]
-}
-

Powered by Google App Engine
This is Rietveld 408576698