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

Unified Diff: third_party/WebKit/LayoutTests/platform/linux/paint/invalidation/offset-change-wrong-invalidation-with-float-expected.txt

Issue 2872423002: Tweak PaintInvalidationReasons (Closed)
Patch Set: Rebaseline-cl Created 3 years, 7 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/linux/paint/invalidation/offset-change-wrong-invalidation-with-float-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/linux/paint/invalidation/offset-change-wrong-invalidation-with-float-expected.txt b/third_party/WebKit/LayoutTests/platform/linux/paint/invalidation/offset-change-wrong-invalidation-with-float-expected.txt
deleted file mode 100644
index 93be7ce9d6a054b29480e7c3ae2364c892d7ab4c..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/platform/linux/paint/invalidation/offset-change-wrong-invalidation-with-float-expected.txt
+++ /dev/null
@@ -1,80 +0,0 @@
-{
- "layers": [
- {
- "name": "LayoutView #document",
- "bounds": [800, 600],
- "contentsOpaque": true,
- "drawsContent": true,
- "paintInvalidations": [
- {
- "object": "LayoutBlockFlow (positioned) UL id='submenu'",
- "rect": [48, 94, 40, 20],
- "reason": "bounds change"
- },
- {
- "object": "LayoutBlockFlow (positioned) UL id='submenu'",
- "rect": [48, -156, 40, 20],
- "reason": "bounds change"
- },
- {
- "object": "LayoutListMarker (anonymous)",
- "rect": [70, 94, 7, 19],
- "reason": "bounds change"
- },
- {
- "object": "LayoutListMarker (anonymous)",
- "rect": [70, -156, 7, 19],
- "reason": "bounds change"
- }
- ]
- },
- {
- "name": "LayoutListItem (floating) LI id='watches'",
- "position": [30, 44],
- "transformOrigin": [18, 10],
- "bounds": [25, 19],
- "drawsContent": true
- },
- {
- "name": "LayoutInline (relative positioned) SPAN id='placeholder'",
- "position": [18, 0],
- "backfaceVisibility": "hidden"
- },
- {
- "name": "LayoutListItem (relative positioned) (floating) LI id='menu'",
- "position": [30, 44],
- "bounds": [18, 19],
- "drawsContent": true,
- "paintInvalidations": [
- {
- "object": "LayoutListMarker (anonymous)",
- "rect": [0, 0, 7, 19],
- "reason": "forced by layout"
- }
- ]
- }
- ],
- "objectPaintInvalidations": [
- {
- "object": "LayoutListMarker (anonymous)",
- "reason": "forced by layout"
- },
- {
- "object": "LayoutBlockFlow (positioned) UL id='submenu'",
- "reason": "bounds change"
- },
- {
- "object": "LayoutListItem LI",
- "reason": "location change"
- },
- {
- "object": "RootInlineBox",
- "reason": "location change"
- },
- {
- "object": "LayoutListMarker (anonymous)",
- "reason": "bounds change"
- }
- ]
-}
-

Powered by Google App Engine
This is Rietveld 408576698