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

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: Getting back the FullScreen fix, missed during the rebase. Created 4 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: 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..7637bde6a9c662d0d44a623638db43f18d09ab77 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
@@ -1,35 +1,45 @@
{
+ "name": "Content Root Layer",
"bounds": [800, 600],
"children": [
{
+ "name": "LayoutView #document",
"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"
+ }
]
}
+ ],
+ "objectPaintInvalidations": [
+ {
+ "object": "LayoutBlockFlow DIV class='item'",
+ "reason": "incremental"
+ },
+ {
+ "object": "LayoutBlockFlow DIV class='item'",
+ "reason": "incremental"
+ }
]
}

Powered by Google App Engine
This is Rietveld 408576698