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

Unified Diff: third_party/WebKit/LayoutTests/platform/win7/media/video-paint-invalidation-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/win7/media/video-paint-invalidation-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/win7/media/video-paint-invalidation-expected.txt b/third_party/WebKit/LayoutTests/platform/win7/media/video-paint-invalidation-expected.txt
deleted file mode 100644
index 71bb46e42193237d67977a2857bc22b9ea2b659f..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/platform/win7/media/video-paint-invalidation-expected.txt
+++ /dev/null
@@ -1,91 +0,0 @@
-{
- "bounds": [800, 600],
- "children": [
- {
- "bounds": [800, 600],
- "contentsOpaque": true,
- "drawsContent": true,
- "children": [
- {
- "position": [8, 8],
- "bounds": [320, 240]
- },
- {
- "shouldFlattenTransform": false,
- "children": [
- {
- "position": [8, 8],
- "bounds": [320, 240],
- "drawsContent": true
- },
- {
- "position": [8, 8],
- "bounds": [320, 240],
- "drawsContent": true,
- "paintInvalidations": [
- {
- "object": "LayoutFlexibleBox DIV",
- "rect": [96, 223, 81, 2],
- "reason": "forced by layout"
- },
- {
- "object": "LayoutSlider INPUT",
- "rect": [96, 223, 81, 2],
- "reason": "full"
- },
- {
- "object": "LayoutBlockFlow DIV id='thumb'",
- "rect": [159, 208, 36, 32],
- "reason": "full"
- },
- {
- "object": "LayoutBlockFlow DIV id='thumb'",
- "rect": [78, 208, 36, 32],
- "reason": "full"
- },
- {
- "object": "LayoutButton INPUT",
- "rect": [195, 208, 32, 32],
- "reason": "full"
- },
- {
- "object": "LayoutButton INPUT",
- "rect": [0, 208, 32, 32],
- "reason": "full"
- },
- {
- "object": "LayoutSlider INPUT",
- "rect": [245, 223, 25, 2],
- "reason": "full"
- },
- {
- "object": "LayoutBlockFlow (anonymous)",
- "rect": [32, 208, 18, 23],
- "reason": "invalidate paint rectangle"
- },
- {
- "object": "LayoutText #text",
- "rect": [32, 217, 18, 14],
- "reason": "full"
- },
- {
- "object": "InlineTextBox ''",
- "reason": "full"
- },
- {
- "object": "InlineTextBox '0:00'",
- "reason": "full"
- },
- {
- "object": "RootInlineBox",
- "reason": "full"
- }
- ]
- }
- ]
- }
- ]
- }
- ]
-}
-

Powered by Google App Engine
This is Rietveld 408576698