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

Unified Diff: third_party/WebKit/LayoutTests/platform/mac/paint/invalidation/repaint-during-scroll-with-zoom-expected.txt

Issue 2640143005: Support subpixel layout for borders. (Closed)
Patch Set: Rebaselined tests. 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/platform/mac/paint/invalidation/repaint-during-scroll-with-zoom-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/mac/paint/invalidation/repaint-during-scroll-with-zoom-expected.txt b/third_party/WebKit/LayoutTests/platform/mac/paint/invalidation/repaint-during-scroll-with-zoom-expected.txt
index 0a5ddfc337f9ed0d7ea2e64701fc5f1bad17c180..4ac022095d7ae09308bb7e56a16e679dac547848 100644
--- a/third_party/WebKit/LayoutTests/platform/mac/paint/invalidation/repaint-during-scroll-with-zoom-expected.txt
+++ b/third_party/WebKit/LayoutTests/platform/mac/paint/invalidation/repaint-during-scroll-with-zoom-expected.txt
@@ -9,37 +9,37 @@
"paintInvalidations": [
{
"object": "LayoutIFrame (positioned) IFRAME",
- "rect": [2, 64, 235, 236],
+ "rect": [2, 65, 236, 235],
"reason": "invalidate paint rectangle"
},
{
"object": "LayoutBlockFlow BODY",
- "rect": [2, 65, 235, 235],
+ "rect": [3, 65, 235, 235],
"reason": "subtree"
},
{
"object": "LayoutView #document",
- "rect": [2, 65, 235, 235],
+ "rect": [3, 65, 235, 235],
"reason": "subtree"
},
{
"object": "LayoutView #document",
- "rect": [2, 300, 235, 15],
+ "rect": [3, 300, 235, 15],
"reason": "scroll"
},
{
"object": "LayoutBlockFlow HTML",
- "rect": [2, 65, 225, 235],
+ "rect": [3, 65, 225, 235],
"reason": "subtree"
},
{
"object": "LayoutText #text",
- "rect": [2, 65, 58, 16],
+ "rect": [3, 65, 58, 16],
"reason": "subtree"
},
{
"object": "LayoutView #document",
- "rect": [237, 65, 15, 235],
+ "rect": [238, 65, 15, 235],
"reason": "scroll"
}
]

Powered by Google App Engine
This is Rietveld 408576698