From 4c2a13553026c4632192b179142dd379725202d2 Mon Sep 17 00:00:00 2001 From: harry Date: Wed, 31 May 2017 23:13:20 +0530 Subject: [PATCH] Add border none test case! --- test/visual/prototype/border-none.html | 51 ++++++++++++++++++++++++++ 1 file changed, 51 insertions(+) create mode 100644 test/visual/prototype/border-none.html diff --git a/test/visual/prototype/border-none.html b/test/visual/prototype/border-none.html new file mode 100644 index 000000000..7a3e394e1 --- /dev/null +++ b/test/visual/prototype/border-none.html @@ -0,0 +1,51 @@ + + + + + + + Foundation for Sites Testing + + + + +
+

Border None

+
+
+
+ Hi! I am a Primary callout with no Borders +
+
+ +
+
+ Hi! I am a Secondary callout with no Borders +
+
+ +
+
+ Hi! I am a Success callout with no Borders +
+
+ +
+
+ Hi! I am a Warning callout with no Borders +
+
+ +
+
+ Hi! I am a Alert callout with no Borders +
+
+ + + + + + -- 2.47.2