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

Unified Diff: third_party/WebKit/LayoutTests/fast/repaint/video-unmute-repaint-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/fast/repaint/video-unmute-repaint-expected.txt
diff --git a/third_party/WebKit/LayoutTests/fast/repaint/video-unmute-repaint-expected.txt b/third_party/WebKit/LayoutTests/fast/repaint/video-unmute-repaint-expected.txt
deleted file mode 100644
index 9757a68160bc39d39b282052b905bd34ae5eff3d..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/fast/repaint/video-unmute-repaint-expected.txt
+++ /dev/null
@@ -1,83 +0,0 @@
-{
- "name": "Content Root Layer",
- "bounds": [800, 600],
- "children": [
- {
- "name": "LayoutView #document",
- "bounds": [800, 600],
- "contentsOpaque": true,
- "drawsContent": true,
- "children": [
- {
- "name": "LayoutVideo VIDEO id='v'",
- "position": [8, 8],
- "bounds": [700, 525]
- },
- {
- "name": "Squashing Containment Layer",
- "shouldFlattenTransform": false,
- "children": [
- {
- "name": "LayoutFlexibleBox (relative positioned) DIV",
- "position": [8, 8],
- "bounds": [700, 525],
- "drawsContent": true
- },
- {
- "name": "Squashing Layer (first squashed layer: LayoutFlexibleBox (relative positioned) DIV)",
- "position": [8, 8],
- "bounds": [700, 525],
- "drawsContent": true,
- "paintInvalidations": [
- {
- "object": "LayoutFlexibleBox DIV",
- "rect": [580, 508, 70, 2],
- "reason": "forced by layout"
- },
- {
- "object": "LayoutSlider INPUT",
- "rect": [580, 508, 70, 2],
- "reason": "full"
- },
- {
- "object": "LayoutBlockFlow DIV id='thumb'",
- "rect": [597, 485, 36, 48],
- "reason": "full"
- },
- {
- "object": "LayoutBlockFlow DIV id='thumb'",
- "rect": [562, 485, 36, 48],
- "reason": "full"
- },
- {
- "object": "LayoutButton INPUT",
- "rect": [530, 493, 32, 32],
- "reason": "full"
- }
- ]
- }
- ]
- }
- ]
- }
- ],
- "objectPaintInvalidations": [
- {
- "object": "LayoutButton INPUT",
- "reason": "full"
- },
- {
- "object": "LayoutSlider INPUT",
- "reason": "full"
- },
- {
- "object": "LayoutFlexibleBox DIV",
- "reason": "forced by layout"
- },
- {
- "object": "LayoutBlockFlow DIV id='thumb'",
- "reason": "full"
- }
- ]
-}
-

Powered by Google App Engine
This is Rietveld 408576698