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

Unified Diff: third_party/WebKit/LayoutTests/fast/sub-pixel/repaint-subpixel-layer-in-subpixel-composited-layer-expected.txt

Issue 2081773002: Auto-rebaseline for r400605 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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/sub-pixel/repaint-subpixel-layer-in-subpixel-composited-layer-expected.txt
diff --git a/third_party/WebKit/LayoutTests/fast/sub-pixel/repaint-subpixel-layer-in-subpixel-composited-layer-expected.txt b/third_party/WebKit/LayoutTests/fast/sub-pixel/repaint-subpixel-layer-in-subpixel-composited-layer-expected.txt
index 1b9d56ea3a0c9c83bb85d4a03f8b35cc3a5cfbc3..43d08197547c3d6e491f85f00f63fc119c8d151b 100644
--- a/third_party/WebKit/LayoutTests/fast/sub-pixel/repaint-subpixel-layer-in-subpixel-composited-layer-expected.txt
+++ b/third_party/WebKit/LayoutTests/fast/sub-pixel/repaint-subpixel-layer-in-subpixel-composited-layer-expected.txt
@@ -1,13 +1,16 @@
10.5px,12.5px,10.5px:
{
+ "name": "Content Root Layer",
"bounds": [800, 600],
"children": [
{
+ "name": "LayoutView #document",
"bounds": [800, 600],
"contentsOpaque": true,
"drawsContent": true,
"children": [
{
+ "name": "LayoutBlockFlow (relative positioned) DIV id='container'",
"position": [11, 0],
"bounds": [100, 50],
"drawsContent": true,
@@ -26,18 +29,27 @@
}
]
}
+ ],
+ "objectPaintInvalidations": [
+ {
+ "object": "LayoutBlockFlow (positioned) DIV id='test'",
+ "reason": "bounds change"
+ }
]
}
10.6px,12.4px,10.4px:
{
+ "name": "Content Root Layer",
"bounds": [800, 600],
"children": [
{
+ "name": "LayoutView #document",
"bounds": [800, 600],
"contentsOpaque": true,
"drawsContent": true,
"children": [
{
+ "name": "LayoutBlockFlow (relative positioned) DIV id='container'",
"position": [11, 0],
"bounds": [100, 50],
"drawsContent": true,
@@ -56,18 +68,27 @@
}
]
}
+ ],
+ "objectPaintInvalidations": [
+ {
+ "object": "LayoutBlockFlow (positioned) DIV id='test'",
+ "reason": "bounds change"
+ }
]
}
10.4px,12.6px,10.6px:
{
+ "name": "Content Root Layer",
"bounds": [800, 600],
"children": [
{
+ "name": "LayoutView #document",
"bounds": [800, 600],
"contentsOpaque": true,
"drawsContent": true,
"children": [
{
+ "name": "LayoutBlockFlow (relative positioned) DIV id='container'",
"position": [10, 0],
"bounds": [100, 50],
"drawsContent": true,
@@ -86,18 +107,27 @@
}
]
}
+ ],
+ "objectPaintInvalidations": [
+ {
+ "object": "LayoutBlockFlow (positioned) DIV id='test'",
+ "reason": "bounds change"
+ }
]
}
10.6px,12.6px,10.6px:
{
+ "name": "Content Root Layer",
"bounds": [800, 600],
"children": [
{
+ "name": "LayoutView #document",
"bounds": [800, 600],
"contentsOpaque": true,
"drawsContent": true,
"children": [
{
+ "name": "LayoutBlockFlow (relative positioned) DIV id='container'",
"position": [11, 0],
"bounds": [100, 50],
"drawsContent": true,
@@ -116,18 +146,27 @@
}
]
}
+ ],
+ "objectPaintInvalidations": [
+ {
+ "object": "LayoutBlockFlow (positioned) DIV id='test'",
+ "reason": "bounds change"
+ }
]
}
10.4px,12.4px,10.4px:
{
+ "name": "Content Root Layer",
"bounds": [800, 600],
"children": [
{
+ "name": "LayoutView #document",
"bounds": [800, 600],
"contentsOpaque": true,
"drawsContent": true,
"children": [
{
+ "name": "LayoutBlockFlow (relative positioned) DIV id='container'",
"position": [10, 0],
"bounds": [100, 50],
"drawsContent": true,
@@ -146,6 +185,12 @@
}
]
}
+ ],
+ "objectPaintInvalidations": [
+ {
+ "object": "LayoutBlockFlow (positioned) DIV id='test'",
+ "reason": "bounds change"
+ }
]
}

Powered by Google App Engine
This is Rietveld 408576698