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

Unified Diff: third_party/WebKit/LayoutTests/paint/invalidation/compositing/subpixel-offset-scaled-transform-composited-expected.txt

Issue 2868933002: Don't pass subpixel offsets through non-translation transforms (composited case) (Closed)
Patch Set: . Created 3 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/paint/invalidation/compositing/subpixel-offset-scaled-transform-composited-expected.txt
diff --git a/third_party/WebKit/LayoutTests/paint/invalidation/compositing/subpixel-offset-scaled-transform-composited-expected.txt b/third_party/WebKit/LayoutTests/paint/invalidation/compositing/subpixel-offset-scaled-transform-composited-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..795861c06f6b8c2a0f575dd1bbb2f1bb5d5efb59
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/paint/invalidation/compositing/subpixel-offset-scaled-transform-composited-expected.txt
@@ -0,0 +1,110 @@
+{
+ "layers": [
+ {
+ "name": "LayoutView #document",
+ "bounds": [800, 600],
+ "contentsOpaque": true,
+ "drawsContent": true
+ },
+ {
+ "name": "LayoutBlockFlow (relative positioned) DIV id='container1' class='container scale'",
+ "position": [8, 8],
+ "contentsOpaque": true,
+ "transform": [
+ [40, 0, 0, 0],
+ [0, 40, 0, 0],
+ [0, 0, 1, 0],
+ [0, 0, 0, 1]
+ ]
+ },
+ {
+ "name": "LayoutBlockFlow (relative positioned) DIV id='child1' class='child composited'",
+ "bounds": [1, 1],
+ "contentsOpaque": true,
+ "drawsContent": true,
+ "backgroundColor": "#0000FF"
+ },
+ {
+ "name": "LayoutBlockFlow (relative positioned) DIV id='child2' class='child scale composited'",
+ "position": [9, 58],
+ "transformOrigin": [0, 0],
+ "bounds": [1, 1],
+ "contentsOpaque": true,
+ "drawsContent": true,
+ "backgroundColor": "#0000FF",
+ "transform": [
+ [40, 0, 0, 0],
+ [0, 40, 0, 0],
+ [0, 0, 1, 0],
+ [0, 0, 0, 1]
+ ]
+ },
+ {
+ "name": "LayoutBlockFlow (relative positioned) DIV id='container3' class='container scale composited'",
+ "position": [8, 108],
+ "transformOrigin": [0, 0],
+ "bounds": [1, 1],
+ "contentsOpaque": true,
+ "drawsContent": true,
+ "transform": [
+ [40, 0, 0, 0],
+ [0, 40, 0, 0],
+ [0, 0, 1, 0],
+ [0, 0, 0, 1]
+ ]
+ },
+ {
+ "name": "LayoutBlockFlow (relative positioned) DIV id='container4' class='container composited'",
+ "position": [9, 158],
+ "transformOrigin": [-1, 0],
+ "bounds": [40, 40],
+ "drawsContent": true,
+ "paintInvalidations": [
+ {
+ "object": "LayoutBlockFlow (relative positioned) DIV id='container4' class='container composited'",
+ "rect": [0, 0, 40, 40],
+ "reason": "full"
+ }
+ ]
+ },
+ {
+ "name": "LayoutBlockFlow (relative positioned) DIV id='container5' class='container scale composited'",
+ "position": [8, 208],
+ "contentsOpaque": true,
+ "transform": [
+ [40, 0, 0, 0],
+ [0, 40, 0, 0],
+ [0, 0, 1, 0],
+ [0, 0, 0, 1]
+ ]
+ },
+ {
+ "name": "LayoutBlockFlow (relative positioned) DIV id='child5' class='child composited'",
+ "bounds": [1, 1],
+ "contentsOpaque": true,
+ "drawsContent": true,
+ "backgroundColor": "#0000FF"
+ },
+ {
+ "name": "LayoutBlockFlow (relative positioned) DIV id='container6' class='container composited'",
+ "position": [8, 258],
+ "contentsOpaque": true
+ },
+ {
+ "name": "LayoutBlockFlow (relative positioned) DIV id='child6' class='child scale composited'",
+ "position": [1, 0],
+ "transformOrigin": [0, 0],
+ "bounds": [1, 1],
+ "contentsOpaque": true,
+ "drawsContent": true,
+ "backgroundColor": "#0000FF",
+ "transform": [
+ [40, 0, 0, 0],
+ [0, 40, 0, 0],
+ [0, 0, 1, 0],
+ [0, 0, 0, 1]
+ ]
+ }
+ ]
+}
+

Powered by Google App Engine
This is Rietveld 408576698