Index: third_party/WebKit/LayoutTests/paint/transforms/subpixel-scale-align-expected.html |
diff --git a/third_party/WebKit/LayoutTests/paint/transforms/subpixel-scale-align-expected.html b/third_party/WebKit/LayoutTests/paint/transforms/subpixel-scale-align-expected.html |
new file mode 100644 |
index 0000000000000000000000000000000000000000..3f732ec0c0ad648f6b70860b1ce81f6d1d38a2e9 |
--- /dev/null |
+++ b/third_party/WebKit/LayoutTests/paint/transforms/subpixel-scale-align-expected.html |
@@ -0,0 +1,19 @@ |
+<!DOCTYPE html> |
+<style> |
+div { |
+ position: absolute; |
+ width: 16px; |
+ height: 16px; |
+ background: green; |
+} |
+</style> |
+<div style="top: 8px; left: 8px"></div> |
+<div style="top: 28px; left: 8px"></div> |
+<div style="top: 48px; left: 8px"></div> |
+<div style="top: 68px; left: 8px"></div> |
+<div style="top: 89px; left: 9px"></div> |
+<div style="top: 109px; left: 9px"></div> |
+<div style="top: 129px; left: 9px"></div> |
+<div style="top: 149px; left: 9px"></div> |
+<div style="top: 169px; left: 9px"></div> |
+<div style="top: 189px; left: 9px"></div> |