From 04b448d2dad037239451f56511cf6460d6eed308 Mon Sep 17 00:00:00 2001 From: harry Date: Wed, 31 May 2017 23:10:32 +0530 Subject: [PATCH] Add border box test case! --- test/visual/prototype/border-box.html | 64 +++++++++++++++++++++++++++ 1 file changed, 64 insertions(+) create mode 100644 test/visual/prototype/border-box.html diff --git a/test/visual/prototype/border-box.html b/test/visual/prototype/border-box.html new file mode 100644 index 000000000..886e17d52 --- /dev/null +++ b/test/visual/prototype/border-box.html @@ -0,0 +1,64 @@ + + + + + + + Foundation for Sites Testing + + + + + + +
+
+

Without Border Box

+
+

+ This div is smaller (width is 300px and height is 100px and has no padding). +

+
+
+

+ This div is bigger (width is 300px and height is 100px and has 3rem padding). +

+
+
+ +
+

With Border Box

+
+

+ This div is same size to below (width is 300px and height is 100px and has no padding). +

+
+
+

+ This div is same size to above (width is 300px and height is 100px and has 3rem padding). +

+
+
+ +
+ + + + + + -- 2.47.2