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

Unified Diff: third_party/WebKit/LayoutTests/virtual/stable/paint/invalidation/window-resize-percent-html-expected.txt

Issue 2669033009: Run virtual suite paint/invalidation with --disable-slimming-paint-invalidation (Closed)
Patch Set: Rebase Created 3 years, 10 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
« no previous file with comments | « third_party/WebKit/LayoutTests/virtual/stable/paint/invalidation/svg/window-expected.txt ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/virtual/stable/paint/invalidation/window-resize-percent-html-expected.txt
diff --git a/third_party/WebKit/LayoutTests/virtual/stable/paint/invalidation/window-resize-percent-html-expected.txt b/third_party/WebKit/LayoutTests/virtual/stable/paint/invalidation/window-resize-percent-html-expected.txt
deleted file mode 100644
index 141cf547a2416bdc5a053f562f5f632818b73bf5..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/virtual/stable/paint/invalidation/window-resize-percent-html-expected.txt
+++ /dev/null
@@ -1,165 +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 HTML",
- "rect": [0, 0, 600, 250],
- "reason": "forced by layout"
- },
- {
- "object": "LayoutBlockFlow DIV",
- "rect": [0, 62, 300, 63],
- "reason": "incremental"
- }
- ]
- }
- ],
- "objectPaintInvalidations": [
- {
- "object": "LayoutView #document",
- "reason": "incremental"
- },
- {
- "object": "LayoutBlockFlow HTML",
- "reason": "forced by layout"
- },
- {
- "object": "LayoutBlockFlow DIV",
- "reason": "incremental"
- }
- ]
-}
-{
- "layers": [
- {
- "name": "LayoutView #document",
- "bounds": [400, 250],
- "contentsOpaque": true,
- "drawsContent": true,
- "paintInvalidations": [
- {
- "object": "LayoutBlockFlow HTML",
- "rect": [0, 0, 600, 125],
- "reason": "forced by layout"
- },
- {
- "object": "LayoutView #document",
- "rect": [400, 0, 200, 250],
- "reason": "incremental"
- },
- {
- "object": "LayoutBlockFlow DIV",
- "rect": [200, 0, 100, 63],
- "reason": "incremental"
- }
- ]
- }
- ],
- "objectPaintInvalidations": [
- {
- "object": "LayoutView #document",
- "reason": "incremental"
- },
- {
- "object": "LayoutBlockFlow HTML",
- "reason": "forced by layout"
- },
- {
- "object": "LayoutBlockFlow DIV",
- "reason": "incremental"
- }
- ]
-}
-{
- "layers": [
- {
- "name": "LayoutView #document",
- "bounds": [400, 600],
- "contentsOpaque": true,
- "drawsContent": true,
- "paintInvalidations": [
- {
- "object": "LayoutView #document",
- "rect": [0, 250, 400, 350],
- "reason": "incremental"
- },
- {
- "object": "LayoutBlockFlow HTML",
- "rect": [0, 0, 400, 300],
- "reason": "forced by layout"
- },
- {
- "object": "LayoutBlockFlow DIV",
- "rect": [0, 62, 200, 88],
- "reason": "incremental"
- }
- ]
- }
- ],
- "objectPaintInvalidations": [
- {
- "object": "LayoutView #document",
- "reason": "incremental"
- },
- {
- "object": "LayoutBlockFlow HTML",
- "reason": "forced by layout"
- },
- {
- "object": "LayoutBlockFlow DIV",
- "reason": "incremental"
- }
- ]
-}
-{
- "layers": [
- {
- "name": "LayoutView #document",
- "bounds": [800, 600],
- "contentsOpaque": true,
- "drawsContent": true,
- "paintInvalidations": [
- {
- "object": "LayoutBlockFlow HTML",
- "rect": [0, 0, 800, 300],
- "reason": "forced by layout"
- },
- {
- "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 HTML",
- "reason": "forced by layout"
- },
- {
- "object": "LayoutBlockFlow DIV",
- "reason": "incremental"
- }
- ]
-}
-
« no previous file with comments | « third_party/WebKit/LayoutTests/virtual/stable/paint/invalidation/svg/window-expected.txt ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698