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

Unified Diff: third_party/WebKit/LayoutTests/fast/repaint/overflow-scroll-after-move-expected.txt

Issue 2019583002: Don't include scroll offset in offsetFromLayoutObject for scrolling contents layers. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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/fast/repaint/overflow-scroll-after-move-expected.txt
diff --git a/third_party/WebKit/LayoutTests/fast/repaint/overflow-scroll-after-move-expected.txt b/third_party/WebKit/LayoutTests/fast/repaint/overflow-scroll-after-move-expected.txt
index 654b54ad07927ff590b78d721c374cd6c274d772..1633325bcb72bfc43bb8980f49dab18a9057eb82 100644
--- a/third_party/WebKit/LayoutTests/fast/repaint/overflow-scroll-after-move-expected.txt
+++ b/third_party/WebKit/LayoutTests/fast/repaint/overflow-scroll-after-move-expected.txt
@@ -14,12 +14,6 @@
"paintInvalidations": [
{
"object": "LayoutBlockFlow (positioned) DIV id='block'",
- "rect": [50, 160, 200, 50],
- "reason": "bounds change"
- },
- {
- "object": "LayoutBlockFlow (positioned) DIV id='block'",
- "rect": [50, 50, 200, 50],
"reason": "bounds change"
}
],

Powered by Google App Engine
This is Rietveld 408576698