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

Unified Diff: LayoutTests/fast/repaint/justify-self-overflow-change-expected.txt

Issue 1130843004: [CSS Grid Layout] New alignment related repaint layout tests. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Anohter test expected to fail added to TestExpectations. Created 5 years, 7 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/fast/repaint/justify-self-overflow-change-expected.txt
diff --git a/LayoutTests/fast/repaint/justify-self-overflow-change-expected.txt b/LayoutTests/fast/repaint/justify-self-overflow-change-expected.txt
index b002e77ef5108357a10d744d9f59b50857c41fd0..f02dbef64f8b4fcdc7dee8688b4b9d02ccbab9da 100644
--- a/LayoutTests/fast/repaint/justify-self-overflow-change-expected.txt
+++ b/LayoutTests/fast/repaint/justify-self-overflow-change-expected.txt
@@ -6,16 +6,17 @@
"contentsOpaque": true,
"drawsContent": true,
"repaintRects": [
- [1, 53, 150, 150],
+ [150, 52, 50, 300],
[0, 52, 200, 300],
- [0, 52, 152, 152],
+ [0, 52, 150, 300],
+ [0, 52, 150, 150],
[0, 16, 800, 336],
[0, 0, 800, 352],
- [-51, 53, 150, 150],
- [-52, 52, 252, 300],
- [-52, 52, 152, 152],
- [-52, 16, 852, 336],
- [-52, 0, 852, 352]
+ [-50, 52, 250, 300],
+ [-50, 52, 150, 300],
+ [-50, 52, 150, 150],
+ [-50, 16, 850, 336],
+ [-50, 0, 850, 352]
]
}
]

Powered by Google App Engine
This is Rietveld 408576698