From caa9e1f6220e45ad541e61b9a222fdc4124c0c4e Mon Sep 17 00:00:00 2001 From: Andreas Kling Date: Sun, 12 Sep 2021 19:25:43 +0200 Subject: [PATCH] Base: Add a very simple test page for getComputedStyle() --- Base/res/html/misc/computed-style.html | 48 ++++++++++++++++++++++++++ Base/res/html/misc/welcome.html | 2 ++ 2 files changed, 50 insertions(+) create mode 100644 Base/res/html/misc/computed-style.html diff --git a/Base/res/html/misc/computed-style.html b/Base/res/html/misc/computed-style.html new file mode 100644 index 0000000000..bdde368b83 --- /dev/null +++ b/Base/res/html/misc/computed-style.html @@ -0,0 +1,48 @@ + + + + + + + +
Some text
+
Other text
+
You cannot see me
+
You CAN see me
+ + + diff --git a/Base/res/html/misc/welcome.html b/Base/res/html/misc/welcome.html index 7bfde3a4ee..836a65012a 100644 --- a/Base/res/html/misc/welcome.html +++ b/Base/res/html/misc/welcome.html @@ -74,6 +74,8 @@

CSS