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

Unified Diff: third_party/WebKit/LayoutTests/fast/repaint/align-content-distribution-change-grid-expected.txt

Issue 2261733002: [css-grid] Only force full invalidation when grid item data change (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Patch rebased. 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-content-distribution-change-grid-expected.txt
diff --git a/third_party/WebKit/LayoutTests/fast/repaint/align-content-distribution-change-grid-expected.txt b/third_party/WebKit/LayoutTests/fast/repaint/align-content-distribution-change-grid-expected.txt
index cf740f50be1e1a1eefa0513b61680918074c37c9..09f4c08cf4914e6ec937c051be2ecdfefca9c6be 100644
--- a/third_party/WebKit/LayoutTests/fast/repaint/align-content-distribution-change-grid-expected.txt
+++ b/third_party/WebKit/LayoutTests/fast/repaint/align-content-distribution-change-grid-expected.txt
@@ -9,11 +9,6 @@
"drawsContent": true,
"paintInvalidations": [
{
- "object": "LayoutGrid DIV id='container'",
- "rect": [0, 52, 200, 300],
- "reason": "style change"
- },
- {
"object": "LayoutBlockFlow DIV class='item'",
"rect": [0, 252, 200, 100],
"reason": "bounds change"
@@ -33,10 +28,6 @@
],
"objectPaintInvalidations": [
{
- "object": "LayoutGrid DIV id='container'",
- "reason": "style change"
- },
- {
"object": "LayoutBlockFlow DIV class='item'",
"reason": "bounds change"
},

Powered by Google App Engine
This is Rietveld 408576698