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

Unified Diff: third_party/WebKit/LayoutTests/virtual/spinvalidation/paint/invalidation/window-resize-percent-html-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/window-resize-percent-html-expected.txt
diff --git a/third_party/WebKit/LayoutTests/virtual/spinvalidation/paint/invalidation/window-resize-percent-html-expected.txt b/third_party/WebKit/LayoutTests/virtual/spinvalidation/paint/invalidation/window-resize-percent-html-expected.txt
deleted file mode 100644
index b12c2338232d3058c40ce50eabc53fa355cc5f48..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/virtual/spinvalidation/paint/invalidation/window-resize-percent-html-expected.txt
+++ /dev/null
@@ -1,129 +0,0 @@
-{
- "layers": [
- {
- "name": "LayoutView #document",
- "bounds": [600, 250],
- "contentsOpaque": true,
- "drawsContent": true,
- "paintInvalidations": [
- {
- "object": "LayoutView #document",
- "rect": [0, 250, 600, 250],
- "reason": "incremental"
- },
- {
- "object": "LayoutBlockFlow DIV",
- "rect": [0, 0, 300, 125],
- "reason": "border box change"
- }
- ]
- }
- ],
- "objectPaintInvalidations": [
- {
- "object": "LayoutView #document",
- "reason": "incremental"
- },
- {
- "object": "LayoutBlockFlow DIV",
- "reason": "border box change"
- }
- ]
-}
-{
- "layers": [
- {
- "name": "LayoutView #document",
- "bounds": [400, 250],
- "contentsOpaque": true,
- "drawsContent": true,
- "paintInvalidations": [
- {
- "object": "LayoutBlockFlow DIV",
- "rect": [0, 0, 300, 63],
- "reason": "border box change"
- },
- {
- "object": "LayoutView #document",
- "rect": [400, 0, 200, 250],
- "reason": "incremental"
- }
- ]
- }
- ],
- "objectPaintInvalidations": [
- {
- "object": "LayoutView #document",
- "reason": "incremental"
- },
- {
- "object": "LayoutBlockFlow DIV",
- "reason": "border box change"
- }
- ]
-}
-{
- "layers": [
- {
- "name": "LayoutView #document",
- "bounds": [400, 600],
- "contentsOpaque": true,
- "drawsContent": true,
- "paintInvalidations": [
- {
- "object": "LayoutView #document",
- "rect": [0, 250, 400, 350],
- "reason": "incremental"
- },
- {
- "object": "LayoutBlockFlow DIV",
- "rect": [0, 0, 200, 150],
- "reason": "border box change"
- }
- ]
- }
- ],
- "objectPaintInvalidations": [
- {
- "object": "LayoutView #document",
- "reason": "incremental"
- },
- {
- "object": "LayoutBlockFlow DIV",
- "reason": "border box change"
- }
- ]
-}
-{
- "layers": [
- {
- "name": "LayoutView #document",
- "bounds": [800, 600],
- "contentsOpaque": true,
- "drawsContent": true,
- "paintInvalidations": [
- {
- "object": "LayoutView #document",
- "rect": [400, 0, 400, 600],
- "reason": "incremental"
- },
- {
- "object": "LayoutBlockFlow DIV",
- "rect": [200, 0, 200, 150],
- "reason": "incremental"
- }
- ]
- }
- ],
- "objectPaintInvalidations": [
- {
- "object": "LayoutView #document",
- "reason": "incremental"
- },
- {
- "object": "LayoutBlockFlow DIV",
- "reason": "incremental"
- }
- ]
-}
-

Powered by Google App Engine
This is Rietveld 408576698