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

Unified Diff: third_party/WebKit/LayoutTests/platform/mac-mac10.10/virtual/stable/paint/invalidation/resize-iframe-text-expected.txt

Issue 2669033009: Run virtual suite paint/invalidation with --disable-slimming-paint-invalidation (Closed)
Patch Set: Rebase Created 3 years, 10 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-mac10.10/virtual/stable/paint/invalidation/resize-iframe-text-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/mac-mac10.10/virtual/stable/paint/invalidation/resize-iframe-text-expected.txt b/third_party/WebKit/LayoutTests/platform/mac-mac10.10/virtual/stable/paint/invalidation/resize-iframe-text-expected.txt
deleted file mode 100644
index f2b69df4f9a0d98ecc5687e385226df2e4579206..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/platform/mac-mac10.10/virtual/stable/paint/invalidation/resize-iframe-text-expected.txt
+++ /dev/null
@@ -1,90 +0,0 @@
-{
- "layers": [
- {
- "name": "LayoutView #document",
- "bounds": [800, 681],
- "contentsOpaque": true,
- "drawsContent": true,
- "paintInvalidations": [
- {
- "object": "LayoutIFrame (positioned) IFRAME",
- "rect": [0, 0, 800, 681],
- "reason": "forced by layout"
- },
- {
- "object": "LayoutView #document",
- "rect": [0, 600, 800, 81],
- "reason": "incremental"
- },
- {
- "object": "LayoutView #document",
- "rect": [0, 600, 785, 81],
- "reason": "incremental"
- },
- {
- "object": "LayoutBlockFlow BODY",
- "rect": [8, 8, 784, 18],
- "reason": "forced by layout"
- },
- {
- "object": "LayoutText #text",
- "rect": [8, 8, 346, 18],
- "reason": "forced by layout"
- },
- {
- "object": "LayoutView #document",
- "rect": [785, 0, 15, 681],
- "reason": "scroll"
- },
- {
- "object": "LayoutView #document",
- "rect": [785, 0, 15, 600],
- "reason": "scroll"
- }
- ]
- }
- ],
- "objectPaintInvalidations": [
- {
- "object": "LayoutView #document",
- "reason": "incremental"
- },
- {
- "object": "LayoutBlockFlow BODY",
- "reason": "forced by layout"
- },
- {
- "object": "RootInlineBox",
- "reason": "forced by layout"
- },
- {
- "object": "LayoutText #text",
- "reason": "forced by layout"
- },
- {
- "object": "InlineTextBox 'Test passes if you see \"Success\" after window resizes.'",
- "reason": "forced by layout"
- },
- {
- "object": "LayoutIFrame (positioned) IFRAME",
- "reason": "forced by layout"
- },
- {
- "object": "HorizontalScrollbar",
- "reason": "scroll"
- },
- {
- "object": "LayoutView #document",
- "reason": "scroll"
- },
- {
- "object": "VerticalScrollbar",
- "reason": "scroll"
- },
- {
- "object": "LayoutView #document",
- "reason": "incremental"
- }
- ]
-}
-

Powered by Google App Engine
This is Rietveld 408576698