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

Unified Diff: LayoutTests/virtual/slimmingpaint/fast/repaint/window-resize-no-layout-change1-expected.txt

Issue 1181023003: Auto-rebaseline for r196973 (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 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: LayoutTests/virtual/slimmingpaint/fast/repaint/window-resize-no-layout-change1-expected.txt
diff --git a/LayoutTests/virtual/slimmingpaint/fast/repaint/window-resize-no-layout-change1-expected.txt b/LayoutTests/virtual/slimmingpaint/fast/repaint/window-resize-no-layout-change1-expected.txt
index 4639a11e88671f6544636b81bc35bc2633a42d0b..d2faf451b49c40a2b43d1d5dd8b49b1e1398b952 100644
--- a/LayoutTests/virtual/slimmingpaint/fast/repaint/window-resize-no-layout-change1-expected.txt
+++ b/LayoutTests/virtual/slimmingpaint/fast/repaint/window-resize-no-layout-change1-expected.txt
@@ -4,13 +4,7 @@
{
"bounds": [2008, 2016],
"contentsOpaque": true,
- "drawsContent": true,
- "repaintRects": [
- [0, 200, 200, 100]
- ],
- "paintInvalidationClients": [
- "LayoutView #document"
- ]
+ "drawsContent": true
}
]
}
@@ -22,11 +16,9 @@
"contentsOpaque": true,
"drawsContent": true,
"repaintRects": [
- [200, 0, 100, 300],
[0, 0, 300, 300]
],
"paintInvalidationClients": [
- "LayoutView #document",
"LayoutView #document"
]
}
@@ -38,13 +30,7 @@
{
"bounds": [2008, 2016],
"contentsOpaque": true,
- "drawsContent": true,
- "repaintRects": [
- [0, 250, 300, 50]
- ],
- "paintInvalidationClients": [
- "LayoutView #document"
- ]
+ "drawsContent": true
}
]
}
@@ -56,11 +42,9 @@
"contentsOpaque": true,
"drawsContent": true,
"repaintRects": [
- [250, 0, 50, 250],
[0, 0, 250, 250]
],
"paintInvalidationClients": [
- "LayoutView #document",
"LayoutView #document"
]
}

Powered by Google App Engine
This is Rietveld 408576698