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

Unified Diff: third_party/WebKit/LayoutTests/platform/win/fast/repaint/offset-change-wrong-invalidation-with-float-expected.txt

Issue 2321183002: Move repaint tests (except for svg/) to paint/invalidation (Closed)
Patch Set: - Created 4 years, 3 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/fast/repaint/offset-change-wrong-invalidation-with-float-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/win/fast/repaint/offset-change-wrong-invalidation-with-float-expected.txt b/third_party/WebKit/LayoutTests/platform/win/fast/repaint/offset-change-wrong-invalidation-with-float-expected.txt
deleted file mode 100644
index ee323c8cf02cdcfb1bc52a9b62f066f7935ef3b3..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/platform/win/fast/repaint/offset-change-wrong-invalidation-with-float-expected.txt
+++ /dev/null
@@ -1,77 +0,0 @@
-{
- "name": "Content Root Layer",
- "bounds": [800, 600],
- "children": [
- {
- "name": "LayoutView #document",
- "bounds": [800, 600],
- "contentsOpaque": true,
- "drawsContent": true,
- "paintInvalidations": [
- {
- "object": "LayoutBlockFlow (positioned) UL id='submenu'",
- "rect": [48, 92, 40, 18],
- "reason": "bounds change"
- },
- {
- "object": "LayoutBlockFlow (positioned) UL id='submenu'",
- "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 (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"
- }
- ]
- }
- ]
- }
- ],
- "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": "location change"
- }
- ]
-}
-

Powered by Google App Engine
This is Rietveld 408576698