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

Unified Diff: third_party/WebKit/LayoutTests/paint/invalidation/perspective-expected.txt

Issue 2580713005: [SPInvalidation] Update paint properties on perspective etc. change (Closed)
Patch Set: Created 4 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/paint/invalidation/perspective-expected.txt
diff --git a/third_party/WebKit/LayoutTests/paint/invalidation/perspective-expected.txt b/third_party/WebKit/LayoutTests/paint/invalidation/perspective-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..409e1d3355a95846a0b9f7dff664d91593fb5b17
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/paint/invalidation/perspective-expected.txt
@@ -0,0 +1,36 @@
+{
+ "layers": [
+ {
+ "name": "LayoutView #document",
+ "bounds": [800, 600],
+ "contentsOpaque": true,
+ "drawsContent": true
+ },
+ {
+ "name": "LayoutBlockFlow DIV id='target'",
+ "position": [8, 8],
+ "bounds": [100, 100],
+ "contentsOpaque": true,
+ "drawsContent": true,
+ "backgroundColor": "#0000FF",
+ "transform": [
+ [1, 0, 0, 0],
+ [0, 1, 0, 0],
+ [0, 0, 1, 0],
+ [0, 0, 20, 1]
+ ]
+ },
+ {
+ "name": "Child Transform Layer",
+ "bounds": [100, 100],
+ "shouldFlattenTransform": false,
+ "transform": [
+ [1, 0, 0, 0],
+ [0, 1, 0, 0],
+ [0, 0, 1, -0.025],
+ [0, 0, 0, 1]
+ ]
+ }
+ ]
+}
+

Powered by Google App Engine
This is Rietveld 408576698