From 454b546e8b653bef070c1aa1e6e87504765959d4 Mon Sep 17 00:00:00 2001 From: Totto16 Date: Wed, 5 Mar 2025 00:47:12 +0100 Subject: [PATCH] LibWeb: Add Extended Tests for Window BarProps Add Tests for Window BarProps in popout windows --- .../data/window-barprops-popout-window.html | 28 +++++++++++++++++++ .../expected/HTML/window-barprops-popout.txt | 6 ++++ .../input/HTML/window-barprops-popout.html | 17 +++++++++++ 3 files changed, 51 insertions(+) create mode 100644 Tests/LibWeb/Text/data/window-barprops-popout-window.html create mode 100644 Tests/LibWeb/Text/expected/HTML/window-barprops-popout.txt create mode 100644 Tests/LibWeb/Text/input/HTML/window-barprops-popout.html diff --git a/Tests/LibWeb/Text/data/window-barprops-popout-window.html b/Tests/LibWeb/Text/data/window-barprops-popout-window.html new file mode 100644 index 00000000000..259f354f9fe --- /dev/null +++ b/Tests/LibWeb/Text/data/window-barprops-popout-window.html @@ -0,0 +1,28 @@ + + diff --git a/Tests/LibWeb/Text/expected/HTML/window-barprops-popout.txt b/Tests/LibWeb/Text/expected/HTML/window-barprops-popout.txt new file mode 100644 index 00000000000..8a8908472c8 --- /dev/null +++ b/Tests/LibWeb/Text/expected/HTML/window-barprops-popout.txt @@ -0,0 +1,6 @@ +locationbar is BarProp: true visible: false +menubar is BarProp: true visible: false +personalbar is BarProp: true visible: false +scrollbars is BarProp: true visible: false +statusbar is BarProp: true visible: false +toolbar is BarProp: true visible: false diff --git a/Tests/LibWeb/Text/input/HTML/window-barprops-popout.html b/Tests/LibWeb/Text/input/HTML/window-barprops-popout.html new file mode 100644 index 00000000000..28baadff3a3 --- /dev/null +++ b/Tests/LibWeb/Text/input/HTML/window-barprops-popout.html @@ -0,0 +1,17 @@ + + +