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

Unified Diff: third_party/WebKit/Source/core/paint/test_data/perspective.html

Issue 2239443004: Add more unittesting for GeometryMapper+PaintPropertyTrreBuilde integration. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 4 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/Source/core/paint/test_data/perspective.html
diff --git a/third_party/WebKit/Source/core/paint/test_data/perspective.html b/third_party/WebKit/Source/core/paint/test_data/perspective.html
index afe386b101bf3395cd28cd96994e02e28d087a51..bbf1dfbab6b6b0cdc877331194568adaf79eea6d 100644
--- a/third_party/WebKit/Source/core/paint/test_data/perspective.html
+++ b/third_party/WebKit/Source/core/paint/test_data/perspective.html
@@ -10,6 +10,8 @@
#inner {
transform: translateZ(0);
+ width: 100px;
+ height: 200px;
}
</style>
<div id="perspective">

Powered by Google App Engine
This is Rietveld 408576698