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

Unified Diff: third_party/WebKit/LayoutTests/platform/linux/paint/invalidation/resize-iframe-text-expected.txt

Issue 2669003002: Optimize outline paint invalidation (Closed)
Patch Set: Rebaseline 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/linux/paint/invalidation/resize-iframe-text-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/linux/paint/invalidation/resize-iframe-text-expected.txt b/third_party/WebKit/LayoutTests/platform/linux/paint/invalidation/resize-iframe-text-expected.txt
index 40a3c663ec1fa87168cec92e5f6d4f20e064eedb..7c399e4bc301441dbfa3f6faa254ddfa6ff24b35 100644
--- a/third_party/WebKit/LayoutTests/platform/linux/paint/invalidation/resize-iframe-text-expected.txt
+++ b/third_party/WebKit/LayoutTests/platform/linux/paint/invalidation/resize-iframe-text-expected.txt
@@ -2,13 +2,13 @@
"layers": [
{
"name": "LayoutView #document",
- "bounds": [800, 800],
+ "bounds": [800, 778],
"contentsOpaque": true,
"drawsContent": true,
"paintInvalidations": [
{
"object": "LayoutIFrame (positioned) IFRAME",
- "rect": [0, 0, 800, 800],
+ "rect": [0, 0, 800, 778],
"reason": "forced by layout"
},
{
@@ -18,7 +18,7 @@
},
{
"object": "LayoutView #document",
- "rect": [0, 600, 800, 200],
+ "rect": [0, 600, 800, 178],
"reason": "incremental"
},
{

Powered by Google App Engine
This is Rietveld 408576698