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

Unified Diff: third_party/WebKit/LayoutTests/fast/repaint/window-resize-background-image-fixed-centered-composited-expected.txt

Issue 2081773002: Auto-rebaseline for r400605 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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/fast/repaint/window-resize-background-image-fixed-centered-composited-expected.txt
diff --git a/third_party/WebKit/LayoutTests/fast/repaint/window-resize-background-image-fixed-centered-composited-expected.txt b/third_party/WebKit/LayoutTests/fast/repaint/window-resize-background-image-fixed-centered-composited-expected.txt
deleted file mode 100644
index 1be09d35007e4fafde655fc8e4a6180cc951e415..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/fast/repaint/window-resize-background-image-fixed-centered-composited-expected.txt
+++ /dev/null
@@ -1,108 +0,0 @@
-{
- "bounds": [600, 250],
- "children": [
- {
- "bounds": [600, 250],
- "drawsContent": true,
- "paintInvalidations": [
- {
- "object": "LayoutView #document",
- "rect": [0, 250, 600, 250],
- "reason": "incremental"
- },
- {
- "object": "LayoutBlockFlow HTML",
- "rect": [0, 0, 600, 8],
- "reason": "forced by layout"
- }
- ]
- }
- ]
-}
-{
- "bounds": [400, 250],
- "children": [
- {
- "bounds": [400, 250],
- "drawsContent": true,
- "paintInvalidations": [
- {
- "object": "LayoutBlockFlow HTML",
- "rect": [0, 0, 600, 8],
- "reason": "forced by layout"
- },
- {
- "object": "LayoutView #document",
- "rect": [0, 0, 400, 250],
- "reason": "full"
- },
- {
- "object": "LayoutView #document",
- "rect": [400, 0, 200, 250],
- "reason": "incremental"
- },
- {
- "object": "LayoutBlockFlow BODY",
- "reason": "became visible"
- }
- ]
- }
- ]
-}
-{
- "bounds": [400, 600],
- "children": [
- {
- "bounds": [400, 600],
- "drawsContent": true,
- "paintInvalidations": [
- {
- "object": "LayoutView #document",
- "rect": [0, 0, 400, 600],
- "reason": "full"
- },
- {
- "object": "LayoutView #document",
- "rect": [0, 250, 400, 350],
- "reason": "incremental"
- },
- {
- "object": "LayoutBlockFlow HTML",
- "rect": [0, 0, 400, 8],
- "reason": "forced by layout"
- }
- ]
- }
- ]
-}
-{
- "bounds": [800, 600],
- "children": [
- {
- "bounds": [800, 600],
- "drawsContent": true,
- "paintInvalidations": [
- {
- "object": "LayoutView #document",
- "rect": [0, 0, 800, 600],
- "reason": "full"
- },
- {
- "object": "LayoutBlockFlow HTML",
- "rect": [0, 0, 800, 8],
- "reason": "forced by layout"
- },
- {
- "object": "LayoutView #document",
- "rect": [400, 0, 400, 600],
- "reason": "incremental"
- },
- {
- "object": "LayoutBlockFlow BODY",
- "reason": "became visible"
- }
- ]
- }
- ]
-}
-

Powered by Google App Engine
This is Rietveld 408576698