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

Unified Diff: third_party/WebKit/LayoutTests/virtual/spinvalidation/paint/invalidation/flexbox/repaint-rtl-column-expected.txt

Issue 2620603002: Run virtual/stable/paint/invalidation for non-SlimmingPaintInvalidation (Closed)
Patch Set: - Created 3 years, 11 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/virtual/spinvalidation/paint/invalidation/flexbox/repaint-rtl-column-expected.txt
diff --git a/third_party/WebKit/LayoutTests/virtual/spinvalidation/paint/invalidation/flexbox/repaint-rtl-column-expected.txt b/third_party/WebKit/LayoutTests/virtual/spinvalidation/paint/invalidation/flexbox/repaint-rtl-column-expected.txt
deleted file mode 100644
index 255a1a9cacde201cd46d07a43ecb8d32fc2acc7d..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/virtual/spinvalidation/paint/invalidation/flexbox/repaint-rtl-column-expected.txt
+++ /dev/null
@@ -1,79 +0,0 @@
-{
- "layers": [
- {
- "name": "LayoutView #document",
- "bounds": [800, 600],
- "contentsOpaque": true,
- "drawsContent": true,
- "paintInvalidations": [
- {
- "object": "LayoutBlockFlow DIV id='content'",
- "rect": [8, 116, 200, 252],
- "reason": "style change"
- },
- {
- "object": "LayoutBlockFlow DIV id='content'",
- "rect": [8, 119, 200, 249],
- "reason": "style change"
- },
- {
- "object": "LayoutBlockFlow DIV id='left'",
- "rect": [8, 68, 200, 145],
- "reason": "border box change"
- },
- {
- "object": "LayoutBlockFlow DIV id='left'",
- "rect": [8, 68, 200, 52],
- "reason": "border box change"
- },
- {
- "object": "LayoutBlockFlow DIV",
- "rect": [13, 124, 190, 351],
- "reason": "bounds change"
- },
- {
- "object": "LayoutBlockFlow DIV",
- "rect": [13, 124, 190, 351],
- "reason": "bounds change"
- },
- {
- "object": "LayoutBlockFlow DIV",
- "rect": [13, 121, 190, 351],
- "reason": "bounds change"
- },
- {
- "object": "LayoutBlockFlow DIV",
- "rect": [13, 218, 190, 350],
- "reason": "bounds change"
- }
- ]
- }
- ],
- "objectPaintInvalidations": [
- {
- "object": "LayoutBlockFlow DIV id='left'",
- "reason": "border box change"
- },
- {
- "object": "LayoutBlockFlow DIV id='content'",
- "reason": "style change"
- },
- {
- "object": "LayoutBlockFlow DIV",
- "reason": "bounds change"
- },
- {
- "object": "LayoutBlockFlow DIV id='left'",
- "reason": "border box change"
- },
- {
- "object": "LayoutBlockFlow DIV id='content'",
- "reason": "style change"
- },
- {
- "object": "LayoutBlockFlow DIV",
- "reason": "bounds change"
- }
- ]
-}
-

Powered by Google App Engine
This is Rietveld 408576698