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

Unified Diff: third_party/WebKit/LayoutTests/fast/repaint/align-items-overflow-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-overflow-change-expected.txt
diff --git a/third_party/WebKit/LayoutTests/fast/repaint/align-items-overflow-change-expected.txt b/third_party/WebKit/LayoutTests/fast/repaint/align-items-overflow-change-expected.txt
index ef80f941c928c4928557fe5a6a5abe65921b3498..930c6e54b6bfb9b0f378da20fd9c64d9fe75cdd1 100644
--- a/third_party/WebKit/LayoutTests/fast/repaint/align-items-overflow-change-expected.txt
+++ b/third_party/WebKit/LayoutTests/fast/repaint/align-items-overflow-change-expected.txt
@@ -1,38 +1,44 @@
{
+ "name": "Content Root Layer",
"bounds": [800, 600],
"children": [
{
+ "name": "LayoutView #document",
"bounds": [800, 600],
"contentsOpaque": true,
"drawsContent": true,
- "repaintRects": [
- [0, 252, 200, 100],
- [0, 252, 200, 100],
- [0, 252, 200, 100],
- [0, 252, 200, 100],
- [0, 52, 200, 300],
- [0, 52, 200, 200],
- [0, 52, 200, 200],
- [0, 16, 800, 336],
- [0, 2, 800, 350],
- [0, 2, 200, 350],
- [0, 2, 200, 200],
- [0, 2, 200, 200]
- ],
- "paintInvalidationClients": [
- "LayoutBlockFlow DIV",
- "LayoutBlockFlow DIV class='item1'",
- "LayoutBlockFlow DIV",
- "LayoutBlockFlow DIV class='item2'",
- "LayoutGrid DIV id='container'",
- "LayoutBlockFlow BODY",
- "LayoutGrid DIV id='container'",
- "LayoutBlockFlow DIV class='item1'",
- "LayoutBlockFlow DIV",
- "LayoutBlockFlow DIV class='item2'",
- "LayoutBlockFlow DIV"
+ "paintInvalidations": [
+ {
+ "object": "LayoutGrid DIV id='container'",
+ "rect": [0, 52, 200, 300],
+ "reason": "style change"
+ },
+ {
+ "object": "LayoutBlockFlow DIV class='item1'",
+ "rect": [0, 52, 200, 200],
+ "reason": "bounds change"
+ },
+ {
+ "object": "LayoutBlockFlow DIV class='item1'",
+ "rect": [0, 2, 200, 200],
+ "reason": "bounds change"
+ }
]
}
+ ],
+ "objectPaintInvalidations": [
+ {
+ "object": "LayoutGrid DIV id='container'",
+ "reason": "style change"
+ },
+ {
+ "object": "LayoutBlockFlow DIV class='item1'",
+ "reason": "bounds change"
+ },
+ {
+ "object": "LayoutBlockFlow DIV",
+ "reason": "location change"
+ }
]
}

Powered by Google App Engine
This is Rietveld 408576698