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

Unified Diff: third_party/WebKit/LayoutTests/compositing/overflow/updating-scrolling-content-expected.txt

Issue 1407383005: Fix flattening for scrollable areas. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase. Created 5 years 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/updating-scrolling-content-expected.txt
diff --git a/third_party/WebKit/LayoutTests/compositing/overflow/updating-scrolling-content-expected.txt b/third_party/WebKit/LayoutTests/compositing/overflow/updating-scrolling-content-expected.txt
index 59fbd8e7ab09814c52d1263ff40e93eea8bb291d..ecb91aa8c608c4d0eaf5b0d30635c40a143da45a 100644
--- a/third_party/WebKit/LayoutTests/compositing/overflow/updating-scrolling-content-expected.txt
+++ b/third_party/WebKit/LayoutTests/compositing/overflow/updating-scrolling-content-expected.txt
@@ -9,6 +9,7 @@
{
"position": [8, 8],
"bounds": [200, 200],
+ "shouldFlattenTransform": false,
"drawsContent": true,
"repaintRects": [
[0, 0, 185, 200]
@@ -16,10 +17,10 @@
"children": [
{
"bounds": [185, 185],
+ "shouldFlattenTransform": false,
"children": [
{
"bounds": [185, 1200],
- "shouldFlattenTransform": false,
"drawsContent": true,
"repaintRects": [
[0, 0, 185, 200]

Powered by Google App Engine
This is Rietveld 408576698