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

Unified Diff: third_party/WebKit/LayoutTests/virtual/prefer_compositing_to_lcd_text/compositing/overflow/overflow-scrollbar-layers-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/virtual/prefer_compositing_to_lcd_text/compositing/overflow/overflow-scrollbar-layers-expected.txt
diff --git a/third_party/WebKit/LayoutTests/virtual/prefer_compositing_to_lcd_text/compositing/overflow/overflow-scrollbar-layers-expected.txt b/third_party/WebKit/LayoutTests/virtual/prefer_compositing_to_lcd_text/compositing/overflow/overflow-scrollbar-layers-expected.txt
index d243ed8bd6f59f96b8ce6f46e8241b60f7aaa580..10f25514c0158fb7689737beafb5ca9967f27b9b 100644
--- a/third_party/WebKit/LayoutTests/virtual/prefer_compositing_to_lcd_text/compositing/overflow/overflow-scrollbar-layers-expected.txt
+++ b/third_party/WebKit/LayoutTests/virtual/prefer_compositing_to_lcd_text/compositing/overflow/overflow-scrollbar-layers-expected.txt
@@ -9,14 +9,15 @@
{
"position": [8, 13],
"bounds": [100, 100],
+ "shouldFlattenTransform": false,
"drawsContent": true,
"children": [
{
"bounds": [85, 100],
+ "shouldFlattenTransform": false,
"children": [
{
"bounds": [85, 200],
- "shouldFlattenTransform": false,
"children": [
{
"bounds": [10, 200]
@@ -39,14 +40,15 @@
{
"position": [8, 13],
"bounds": [100, 100],
+ "shouldFlattenTransform": false,
"drawsContent": true,
"children": [
{
"bounds": [100, 85],
+ "shouldFlattenTransform": false,
"children": [
{
"bounds": [200, 85],
- "shouldFlattenTransform": false,
"children": [
{
"bounds": [200, 10]
@@ -69,14 +71,15 @@
{
"position": [8, 13],
"bounds": [100, 100],
+ "shouldFlattenTransform": false,
"drawsContent": true,
"children": [
{
"bounds": [85, 85],
+ "shouldFlattenTransform": false,
"children": [
{
"bounds": [200, 200],
- "shouldFlattenTransform": false,
"children": [
{
"bounds": [200, 200]

Powered by Google App Engine
This is Rietveld 408576698