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

Unified Diff: LayoutTests/virtual/softwarecompositing/squashing/squashed-repaints-expected.txt

Issue 452923007: Auto-rebaseline for r179857 (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 4 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/softwarecompositing/squashing/squashed-repaints-expected.txt
diff --git a/LayoutTests/compositing/squashing/squashed-repaints-expected.txt b/LayoutTests/virtual/softwarecompositing/squashing/squashed-repaints-expected.txt
similarity index 93%
copy from LayoutTests/compositing/squashing/squashed-repaints-expected.txt
copy to LayoutTests/virtual/softwarecompositing/squashing/squashed-repaints-expected.txt
index 75d2b7c4fe80e9659ea104b2b00306d8295600d8..87b3e5a95c06c3c83fa7d95e80bb8c2df7eb280a 100644
--- a/LayoutTests/compositing/squashing/squashed-repaints-expected.txt
+++ b/LayoutTests/virtual/softwarecompositing/squashing/squashed-repaints-expected.txt
@@ -52,7 +52,6 @@ CASE 2, overlap1 changes color:
"bounds": [260, 260],
"drawsContent": true,
"repaintRects": [
- [0, 0, 100, 100],
[0, 0, 100, 100]
]
}
@@ -86,8 +85,6 @@ CASE 3, overlap1 and overlap2 change color:
"drawsContent": true,
"repaintRects": [
[80, 80, 100, 100],
- [80, 80, 100, 100],
- [0, 0, 100, 100],
[0, 0, 100, 100]
]
}
@@ -121,8 +118,6 @@ CASE 4, overlap2 and overlap3 change color:
"drawsContent": true,
"repaintRects": [
[160, 160, 100, 100],
- [160, 160, 100, 100],
- [80, 80, 100, 100],
[80, 80, 100, 100]
]
}
@@ -156,8 +151,6 @@ CASE 5, overlap3 and overlap1 change color:
"drawsContent": true,
"repaintRects": [
[160, 160, 100, 100],
- [160, 160, 100, 100],
- [0, 0, 100, 100],
[0, 0, 100, 100]
]
}

Powered by Google App Engine
This is Rietveld 408576698