Index: LayoutTests/fast/sub-pixel/fractional-border-location-and-size.html |
diff --git a/LayoutTests/fast/sub-pixel/fractional-border-location-and-size.html b/LayoutTests/fast/sub-pixel/fractional-border-location-and-size.html |
new file mode 100644 |
index 0000000000000000000000000000000000000000..cb71587b79aa504b969b9e9b3f0a19dda4d23cf7 |
--- /dev/null |
+++ b/LayoutTests/fast/sub-pixel/fractional-border-location-and-size.html |
@@ -0,0 +1,14 @@ |
+<!DOCTYPE html> |
+<style> |
+ div { |
+ transform: scale(1); |
+ border: solid 1px #000; |
+ position: absolute; |
+ top: 127.223px; |
+ left: 80.334px; |
+ width: 360.4px; |
+ height: 170.3px; |
+ overflow: hidden; |
+ } |
+</style> |
+<div></div> |