From 783a0dd9ef77cfcd60949ae4c4b6e415b7a89fac Mon Sep 17 00:00:00 2001 From: RafiBomb Date: Fri, 28 Apr 2017 08:41:15 -0700 Subject: [PATCH] adds test for hollow buttons --- test/visual/pages/button-hollow.html | 11 +++++++++++ test/visual/pages/button-inky.html | 10 ++++++++++ 2 files changed, 21 insertions(+) create mode 100644 test/visual/pages/button-hollow.html diff --git a/test/visual/pages/button-hollow.html b/test/visual/pages/button-hollow.html new file mode 100644 index 00000000..9015b615 --- /dev/null +++ b/test/visual/pages/button-hollow.html @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/test/visual/pages/button-inky.html b/test/visual/pages/button-inky.html index 98ed9ac6..6ffdecb1 100644 --- a/test/visual/pages/button-inky.html +++ b/test/visual/pages/button-inky.html @@ -115,4 +115,14 @@ + + + + + + + + + + -- 2.47.2