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

Unified Diff: third_party/WebKit/LayoutTests/fast/repaint/align-items-change-expected.txt

Issue 1709963002: [css-align] New CSS Value 'normal' for Self Alignment (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: New test for alignment and anonymous boxes. 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/align-items-change-expected.txt
diff --git a/third_party/WebKit/LayoutTests/fast/repaint/align-items-change-expected.txt b/third_party/WebKit/LayoutTests/fast/repaint/align-items-change-expected.txt
index d032ffecde24a58b7588194a3ce0cd3139553168..251ad9b03ebd043b2ad621a2f0e5ce7556280657 100644
--- a/third_party/WebKit/LayoutTests/fast/repaint/align-items-change-expected.txt
+++ b/third_party/WebKit/LayoutTests/fast/repaint/align-items-change-expected.txt
@@ -5,29 +5,27 @@
"bounds": [800, 600],
"contentsOpaque": true,
"drawsContent": true,
- "repaintRects": [
- [101, 53, 98, 150],
- [101, 53, 98, 150],
- [100, 52, 100, 300],
- [100, 52, 100, 152],
- [1, 53, 98, 100],
- [1, 53, 98, 100],
- [0, 52, 200, 300],
- [0, 52, 200, 300],
- [0, 52, 100, 300],
- [0, 52, 100, 102]
- ],
- "paintInvalidationClients": [
- "LayoutBlockFlow DIV",
- "LayoutBlockFlow DIV class='item'",
- "LayoutBlockFlow DIV",
- "LayoutBlockFlow DIV class='item'",
- "LayoutFlexibleBox DIV id='container'",
- "LayoutFlexibleBox DIV id='container'",
- "LayoutBlockFlow DIV class='item'",
- "LayoutBlockFlow DIV",
- "LayoutBlockFlow DIV class='item'",
- "LayoutBlockFlow DIV"
+ "paintInvalidations": [
+ {
+ "object": "LayoutBlockFlow DIV class='item'",
+ "rect": [0, 153, 100, 199],
+ "reason": "incremental"
+ },
+ {
+ "object": "LayoutBlockFlow DIV class='item'",
+ "rect": [0, 154, 100, 198],
+ "reason": "incremental"
+ },
+ {
+ "object": "LayoutBlockFlow DIV class='item'",
+ "rect": [100, 203, 100, 149],
+ "reason": "incremental"
+ },
+ {
+ "object": "LayoutBlockFlow DIV class='item'",
+ "rect": [100, 204, 100, 148],
+ "reason": "incremental"
+ }
]
}
]

Powered by Google App Engine
This is Rietveld 408576698