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

Unified Diff: third_party/WebKit/LayoutTests/paint/invalidation/textarea-appearance-none-resize-handle-expected.txt

Issue 2774873003: Revert "Add StyleDifference::needsVisualRectUpdate" (Closed)
Patch Set: Restore core/style Created 3 years, 9 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 | « no previous file | third_party/WebKit/Source/core/layout/LayoutObject.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/paint/invalidation/textarea-appearance-none-resize-handle-expected.txt
diff --git a/third_party/WebKit/LayoutTests/paint/invalidation/textarea-appearance-none-resize-handle-expected.txt b/third_party/WebKit/LayoutTests/paint/invalidation/textarea-appearance-none-resize-handle-expected.txt
index 13152be241c245a5fce51f00f1df7223654f507a..0647c9bcf9e691e7cfc8743ef0668ae469ddb175 100644
--- a/third_party/WebKit/LayoutTests/paint/invalidation/textarea-appearance-none-resize-handle-expected.txt
+++ b/third_party/WebKit/LayoutTests/paint/invalidation/textarea-appearance-none-resize-handle-expected.txt
@@ -8,8 +8,8 @@
"paintInvalidations": [
{
"object": "LayoutTextControl (positioned) TEXTAREA id='textarea'",
- "rect": [0, 155, 106, 101],
- "reason": "incremental"
+ "rect": [0, 50, 106, 206],
+ "reason": "border box change"
},
{
"object": "LayoutTextControl (positioned) TEXTAREA id='textarea'",
@@ -27,7 +27,7 @@
"objectPaintInvalidations": [
{
"object": "LayoutTextControl (positioned) TEXTAREA id='textarea'",
- "reason": "incremental"
+ "reason": "border box change"
}
]
}
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/layout/LayoutObject.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698