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

Unified Diff: third_party/WebKit/LayoutTests/platform/win/paint/invalidation/line-flow-with-floats-9-expected.txt

Issue 2634613002: Revert of Remove obsolete code that invalidates document element on LayoutView resize (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/platform/win/paint/invalidation/line-flow-with-floats-9-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/win/paint/invalidation/line-flow-with-floats-9-expected.txt b/third_party/WebKit/LayoutTests/platform/win/paint/invalidation/line-flow-with-floats-9-expected.txt
index 8a5655003ee1fa1bdd387a665bcb1c1c872f5c28..23255e98b7d9d22a1b8074603b2a46c088b3aeab 100644
--- a/third_party/WebKit/LayoutTests/platform/win/paint/invalidation/line-flow-with-floats-9-expected.txt
+++ b/third_party/WebKit/LayoutTests/platform/win/paint/invalidation/line-flow-with-floats-9-expected.txt
@@ -7,6 +7,11 @@
"drawsContent": true,
"paintInvalidations": [
{
+ "object": "LayoutBlockFlow HTML",
+ "rect": [0, 0, 500, 600],
+ "reason": "forced by layout"
+ },
+ {
"object": "LayoutBlockFlow P",
"rect": [8, 569, 418, 21],
"reason": "incremental"
@@ -118,6 +123,10 @@
"reason": "incremental"
},
{
+ "object": "LayoutBlockFlow HTML",
+ "reason": "forced by layout"
+ },
+ {
"object": "LayoutBlockFlow P",
"reason": "incremental"
},

Powered by Google App Engine
This is Rietveld 408576698