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

Unified Diff: third_party/WebKit/LayoutTests/paint/invalidation/multicol-as-paint-container-expected.txt

Issue 2402213002: Auto-rebaseline for r424089 (Closed)
Patch Set: Created 4 years, 2 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/paint/invalidation/multicol-as-paint-container-expected.txt
diff --git a/third_party/WebKit/LayoutTests/paint/invalidation/multicol-as-paint-container-expected.txt b/third_party/WebKit/LayoutTests/paint/invalidation/multicol-as-paint-container-expected.txt
index cea788ec81bb52759329b9f2fc99c9fd906c8090..74ed26d55c8ee900c5146c62622dbdd53f6bbd2c 100644
--- a/third_party/WebKit/LayoutTests/paint/invalidation/multicol-as-paint-container-expected.txt
+++ b/third_party/WebKit/LayoutTests/paint/invalidation/multicol-as-paint-container-expected.txt
@@ -1,31 +1,27 @@
{
- "name": "Content Root Layer",
- "bounds": [800, 600],
- "children": [
+ "layers": [
{
"name": "LayoutView #document",
"bounds": [800, 600],
"contentsOpaque": true,
+ "drawsContent": true
+ },
+ {
+ "name": "LayoutBlockFlow DIV id='target'",
+ "position": [8, 8],
+ "bounds": [630, 180],
"drawsContent": true,
- "children": [
+ "backfaceVisibility": "hidden",
+ "paintInvalidations": [
+ {
+ "object": "LayoutMultiColumnSet (anonymous)",
+ "rect": [0, 0, 630, 180],
+ "reason": "style change"
+ },
{
- "name": "LayoutBlockFlow DIV id='target'",
- "position": [8, 8],
- "bounds": [630, 180],
- "drawsContent": true,
- "backfaceVisibility": "hidden",
- "paintInvalidations": [
- {
- "object": "LayoutMultiColumnSet (anonymous)",
- "rect": [0, 0, 630, 180],
- "reason": "style change"
- },
- {
- "object": "LayoutText #text",
- "rect": [0, 0, 625, 180],
- "reason": "style change"
- }
- ]
+ "object": "LayoutText #text",
+ "rect": [0, 0, 625, 180],
+ "reason": "style change"
}
]
}

Powered by Google App Engine
This is Rietveld 408576698