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

Unified Diff: third_party/WebKit/LayoutTests/compositing/overflow/resize-painting-expected.txt

Issue 1457963006: Revert of Clip scrollbars to box bounds when they don't fit. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 1 month 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/compositing/overflow/resize-painting-expected.txt
diff --git a/third_party/WebKit/LayoutTests/compositing/overflow/resize-painting-expected.txt b/third_party/WebKit/LayoutTests/compositing/overflow/resize-painting-expected.txt
index 7cd135234a0fb5050e7f0a3f125d6f591f75dd66..5755f757cf80ad9ac89eee13b908d3c655c98b9f 100644
--- a/third_party/WebKit/LayoutTests/compositing/overflow/resize-painting-expected.txt
+++ b/third_party/WebKit/LayoutTests/compositing/overflow/resize-painting-expected.txt
@@ -12,14 +12,9 @@
"drawsContent": true,
"children": [
{
- "bounds": [100, 100],
- "children": [
- {
- "position": [85, 85],
- "bounds": [15, 15],
- "drawsContent": true
- }
- ]
+ "position": [85, 85],
+ "bounds": [15, 15],
+ "drawsContent": true
}
]
}

Powered by Google App Engine
This is Rietveld 408576698