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

Unified Diff: LayoutTests/virtual/slimmingpaint/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
« no previous file with comments | « LayoutTests/virtual/slimmingpaint/fast/repaint/justify-self-change-keeping-geometry-expected.txt ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/virtual/slimmingpaint/fast/repaint/justify-self-overflow-change-expected.txt
diff --git a/LayoutTests/virtual/slimmingpaint/fast/repaint/justify-self-overflow-change-expected.txt b/LayoutTests/virtual/slimmingpaint/fast/repaint/justify-self-overflow-change-expected.txt
index 887a927f0d4e9d2140415de478a124ef5011b752..b0b05f6e0c9df2494daba9b47b392ba030aa3d47 100644
--- a/LayoutTests/virtual/slimmingpaint/fast/repaint/justify-self-overflow-change-expected.txt
+++ b/LayoutTests/virtual/slimmingpaint/fast/repaint/justify-self-overflow-change-expected.txt
@@ -6,23 +6,25 @@
"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]
],
"paintInvalidationClients": [
"LayoutBlockFlow HTML",
"LayoutBlockFlow BODY",
"LayoutGrid DIV id='container'",
"LayoutBlockFlow DIV class='item1'",
- "LayoutBlockFlow DIV"
+ "LayoutBlockFlow DIV",
+ "LayoutBlockFlow DIV class='item2'"
]
}
]
« no previous file with comments | « LayoutTests/virtual/slimmingpaint/fast/repaint/justify-self-change-keeping-geometry-expected.txt ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698