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

Unified Diff: third_party/WebKit/LayoutTests/paint/invalidation/overflow-hidden-yet-scrolled-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/overflow-hidden-yet-scrolled-expected.txt
diff --git a/third_party/WebKit/LayoutTests/paint/invalidation/overflow-hidden-yet-scrolled-expected.txt b/third_party/WebKit/LayoutTests/paint/invalidation/overflow-hidden-yet-scrolled-expected.txt
index aa4b2a50f8e48df4c8d0d6176a2d11533e661f70..35c9ba28235fcfc52b1085bf23b5e0fdbd8a4dd6 100644
--- a/third_party/WebKit/LayoutTests/paint/invalidation/overflow-hidden-yet-scrolled-expected.txt
+++ b/third_party/WebKit/LayoutTests/paint/invalidation/overflow-hidden-yet-scrolled-expected.txt
@@ -1,46 +1,42 @@
{
- "name": "Content Root Layer",
- "bounds": [800, 600],
- "children": [
+ "layers": [
{
"name": "LayoutView #document",
"bounds": [800, 600],
"contentsOpaque": true,
+ "drawsContent": true
+ },
+ {
+ "name": "LayoutBlockFlow DIV id='scroller'",
+ "position": [8, 8],
+ "bounds": [302, 302],
"drawsContent": true,
- "children": [
+ "backfaceVisibility": "hidden",
+ "paintInvalidations": [
+ {
+ "object": "LayoutBlockFlow DIV id='scroller'",
+ "rect": [0, 0, 302, 302],
+ "reason": "subtree"
+ },
+ {
+ "object": "LayoutBlockFlow DIV",
+ "rect": [1, 1, 300, 600],
+ "reason": "subtree"
+ },
+ {
+ "object": "LayoutBlockFlow DIV",
+ "rect": [1, -399, 300, 600],
+ "reason": "subtree"
+ },
+ {
+ "object": "LayoutBlockFlow DIV",
+ "rect": [1, 601, 100, 100],
+ "reason": "subtree"
+ },
{
- "name": "LayoutBlockFlow DIV id='scroller'",
- "position": [8, 8],
- "bounds": [302, 302],
- "drawsContent": true,
- "backfaceVisibility": "hidden",
- "paintInvalidations": [
- {
- "object": "LayoutBlockFlow DIV id='scroller'",
- "rect": [0, 0, 302, 302],
- "reason": "subtree"
- },
- {
- "object": "LayoutBlockFlow DIV",
- "rect": [1, 1, 300, 600],
- "reason": "subtree"
- },
- {
- "object": "LayoutBlockFlow DIV",
- "rect": [1, -399, 300, 600],
- "reason": "subtree"
- },
- {
- "object": "LayoutBlockFlow DIV",
- "rect": [1, 601, 100, 100],
- "reason": "subtree"
- },
- {
- "object": "LayoutBlockFlow DIV",
- "rect": [1, 201, 100, 100],
- "reason": "subtree"
- }
- ]
+ "object": "LayoutBlockFlow DIV",
+ "rect": [1, 201, 100, 100],
+ "reason": "subtree"
}
]
}

Powered by Google App Engine
This is Rietveld 408576698