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

Unified Diff: third_party/WebKit/LayoutTests/paint/invalidation/bugzilla-6278-expected.txt

Issue 2707063003: Don't invalidate rect if it's covered by fully invalidated parent's visual rect (Closed)
Patch Set: - 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
Index: third_party/WebKit/LayoutTests/paint/invalidation/bugzilla-6278-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/win/paint/invalidation/bugzilla-6278-expected.txt b/third_party/WebKit/LayoutTests/paint/invalidation/bugzilla-6278-expected.txt
similarity index 91%
rename from third_party/WebKit/LayoutTests/platform/win/paint/invalidation/bugzilla-6278-expected.txt
rename to third_party/WebKit/LayoutTests/paint/invalidation/bugzilla-6278-expected.txt
index 1b62402869632379084de3fb512f4e819e9be100..825acc6c16e76058597a49fd4298fe0b880379ad 100644
--- a/third_party/WebKit/LayoutTests/platform/win/paint/invalidation/bugzilla-6278-expected.txt
+++ b/third_party/WebKit/LayoutTests/paint/invalidation/bugzilla-6278-expected.txt
@@ -17,11 +17,6 @@
"reason": "bounds change"
},
{
- "object": "LayoutText #text",
- "rect": [10, 132, 276, 143],
- "reason": "forced by layout"
- },
- {
"object": "LayoutBlockFlow DIV",
"rect": [10, 132, 242, 180],
"reason": "forced by layout"
@@ -37,11 +32,6 @@
"reason": "incremental"
},
{
- "object": "LayoutText #text",
- "rect": [10, 132, 240, 179],
- "reason": "forced by layout"
- },
- {
"object": "LayoutTableCell TD id='target'",
"rect": [254, 132, 52, 235],
"reason": "bounds change"

Powered by Google App Engine
This is Rietveld 408576698