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..7e9e4d855ac4380eda43377342744107b1759920 |
--- /dev/null |
+++ b/LayoutTests/fast/sub-pixel/fractional-border-location-and-size.html |
@@ -0,0 +1,21 @@ |
+<!DOCTYPE html> |
+<html> |
+ <head> |
+ <title>Fractional border</title> |
esprehn
2015/03/24 23:13:23
ditto, all this markup isn't needed.
qiankun
2015/03/26 11:06:25
Done.
|
+ <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> |
+ </head> |
+ <body> |
+ <div></div> |
+ </body> |
+</html> |