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

Unified Diff: third_party/WebKit/LayoutTests/platform/win/paint/invalidation/offset-change-wrong-invalidation-with-float-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/platform/win/paint/invalidation/offset-change-wrong-invalidation-with-float-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/win/paint/invalidation/offset-change-wrong-invalidation-with-float-expected.txt b/third_party/WebKit/LayoutTests/platform/win/paint/invalidation/offset-change-wrong-invalidation-with-float-expected.txt
index ee323c8cf02cdcfb1bc52a9b62f066f7935ef3b3..e7344e8219ea5503b4f364924338e7ff525491ac 100644
--- a/third_party/WebKit/LayoutTests/platform/win/paint/invalidation/offset-change-wrong-invalidation-with-float-expected.txt
+++ b/third_party/WebKit/LayoutTests/platform/win/paint/invalidation/offset-change-wrong-invalidation-with-float-expected.txt
@@ -1,7 +1,5 @@
{
- "name": "Content Root Layer",
- "bounds": [800, 600],
- "children": [
+ "layers": [
{
"name": "LayoutView #document",
"bounds": [800, 600],
@@ -18,35 +16,31 @@
"rect": [48, -158, 40, 18],
"reason": "bounds change"
}
- ],
- "children": [
- {
- "name": "LayoutListItem (floating) LI id='watches'",
- "position": [31, 42],
- "transformOrigin": [17, 9],
- "bounds": [24, 17],
- "drawsContent": true,
- "children": [
- {
- "name": "LayoutInline (relative positioned) SPAN id='placeholder'",
- "position": [17, 0],
- "bounds": [0, 17],
- "backfaceVisibility": "hidden"
- }
- ]
- },
+ ]
+ },
+ {
+ "name": "LayoutListItem (floating) LI id='watches'",
+ "position": [31, 42],
+ "transformOrigin": [17, 9],
+ "bounds": [24, 17],
+ "drawsContent": true
+ },
+ {
+ "name": "LayoutInline (relative positioned) SPAN id='placeholder'",
+ "position": [17, 0],
+ "bounds": [0, 17],
+ "backfaceVisibility": "hidden"
+ },
+ {
+ "name": "LayoutListItem (relative positioned) (floating) LI id='menu'",
+ "position": [31, 42],
+ "bounds": [17, 17],
+ "drawsContent": true,
+ "paintInvalidations": [
{
- "name": "LayoutListItem (relative positioned) (floating) LI id='menu'",
- "position": [31, 42],
- "bounds": [17, 17],
- "drawsContent": true,
- "paintInvalidations": [
- {
- "object": "LayoutListMarker (anonymous)",
- "rect": [0, 0, 7, 17],
- "reason": "forced by layout"
- }
- ]
+ "object": "LayoutListMarker (anonymous)",
+ "rect": [0, 0, 7, 17],
+ "reason": "forced by layout"
}
]
}

Powered by Google App Engine
This is Rietveld 408576698