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

Unified Diff: third_party/WebKit/LayoutTests/css3/filters/composited-layer-child-bounds-after-composited-to-sw-shadow-change-expected.txt

Issue 1517693002: Accelerated filters should filter unpadded primitives. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Do background rect outsetting before window intersection Created 4 years, 11 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/css3/filters/composited-layer-child-bounds-after-composited-to-sw-shadow-change-expected.txt
diff --git a/third_party/WebKit/LayoutTests/css3/filters/composited-layer-child-bounds-after-composited-to-sw-shadow-change-expected.txt b/third_party/WebKit/LayoutTests/css3/filters/composited-layer-child-bounds-after-composited-to-sw-shadow-change-expected.txt
index 83a081ccaaa88580b3ce3e8ee7f9cd10522ec103..1bd31b864c81d4790a100b6a00e42bf869bc62f3 100644
--- a/third_party/WebKit/LayoutTests/css3/filters/composited-layer-child-bounds-after-composited-to-sw-shadow-change-expected.txt
+++ b/third_party/WebKit/LayoutTests/css3/filters/composited-layer-child-bounds-after-composited-to-sw-shadow-change-expected.txt
@@ -7,14 +7,13 @@
"drawsContent": true,
"children": [
{
- "position": [50, 50],
- "transformOrigin": [100, 100],
- "bounds": [150, 150],
+ "position": [100, 100],
+ "bounds": [100, 100],
+ "contentsOpaque": true,
"drawsContent": true,
"backgroundColor": "#FF0000",
"children": [
{
- "position": [50, 50],
"bounds": [100, 100],
"contentsOpaque": true,
"drawsContent": true,
@@ -35,14 +34,13 @@
"drawsContent": true,
"children": [
{
- "position": [50, 50],
- "transformOrigin": [100, 100],
- "bounds": [150, 150],
+ "position": [100, 100],
+ "bounds": [100, 100],
+ "contentsOpaque": true,
"drawsContent": true,
"backgroundColor": "#FF0000",
"children": [
{
- "position": [50, 50],
"bounds": [100, 100],
"contentsOpaque": true,
"drawsContent": true,

Powered by Google App Engine
This is Rietveld 408576698