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

Unified Diff: third_party/WebKit/LayoutTests/fast/sub-pixel/sub-pixel-root-layer.html

Issue 2847873002: Don't pass subpixel offsets through non-translation transforms (Closed)
Patch Set: - Created 3 years, 8 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
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/paint/invalidation/subpixel-offset-scaled-transform.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/fast/sub-pixel/sub-pixel-root-layer.html
diff --git a/third_party/WebKit/LayoutTests/fast/sub-pixel/sub-pixel-root-layer.html b/third_party/WebKit/LayoutTests/fast/sub-pixel/sub-pixel-root-layer.html
index 4246d136a16bead2e40996c79fee38d6f010226e..34942527aac230cb5140612978ff2d5a9104b106 100644
--- a/third_party/WebKit/LayoutTests/fast/sub-pixel/sub-pixel-root-layer.html
+++ b/third_party/WebKit/LayoutTests/fast/sub-pixel/sub-pixel-root-layer.html
@@ -3,7 +3,7 @@
<head>
<style>
#list {
- width: 639px;
+ width: 639px;
}
.item {
width: 256px;
@@ -27,9 +27,10 @@
</style>
</head>
<body>
-<div id="list">
- <div class="item"><img class="icon" style="transform: scaleX(-1);">
+ <div id="list">
+ <div class="item">
+ <img class="icon">
<div id="layer"></div>
</div>
-</div>
+ </div>
</body>
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/paint/invalidation/subpixel-offset-scaled-transform.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698