From 2bab266ba93a22b0dd4a9040119618d16b8e3c70 Mon Sep 17 00:00:00 2001 From: stelar7 Date: Mon, 6 Nov 2023 16:43:45 +0100 Subject: [PATCH] Tests: Add test for button type attribute --- Tests/LibWeb/Text/expected/HTML/button-attributes.txt | 3 +++ Tests/LibWeb/Text/input/HTML/button-attributes.html | 11 +++++++++++ 2 files changed, 14 insertions(+) create mode 100644 Tests/LibWeb/Text/expected/HTML/button-attributes.txt create mode 100644 Tests/LibWeb/Text/input/HTML/button-attributes.html diff --git a/Tests/LibWeb/Text/expected/HTML/button-attributes.txt b/Tests/LibWeb/Text/expected/HTML/button-attributes.txt new file mode 100644 index 0000000000..05c4bd8506 --- /dev/null +++ b/Tests/LibWeb/Text/expected/HTML/button-attributes.txt @@ -0,0 +1,3 @@ +submit +button +submit diff --git a/Tests/LibWeb/Text/input/HTML/button-attributes.html b/Tests/LibWeb/Text/input/HTML/button-attributes.html new file mode 100644 index 0000000000..9ab983a697 --- /dev/null +++ b/Tests/LibWeb/Text/input/HTML/button-attributes.html @@ -0,0 +1,11 @@ + +