summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/docs/assets
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-07 17:32:43 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-07 17:32:43 +0000
commit6bf0a5cb5034a7e684dcc3500e841785237ce2dd (patch)
treea68f146d7fa01f0134297619fbe7e33db084e0aa /testing/web-platform/tests/docs/assets
parentInitial commit. (diff)
downloadthunderbird-6bf0a5cb5034a7e684dcc3500e841785237ce2dd.tar.xz
thunderbird-6bf0a5cb5034a7e684dcc3500e841785237ce2dd.zip
Adding upstream version 1:115.7.0.upstream/1%115.7.0upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'testing/web-platform/tests/docs/assets')
-rw-r--r--testing/web-platform/tests/docs/assets/commit-directly.pngbin0 -> 8546 bytes
-rw-r--r--testing/web-platform/tests/docs/assets/commitbtn.pngbin0 -> 5642 bytes
-rw-r--r--testing/web-platform/tests/docs/assets/createpr.pngbin0 -> 2118 bytes
-rw-r--r--testing/web-platform/tests/docs/assets/custom.css11
-rw-r--r--testing/web-platform/tests/docs/assets/files-changed.pngbin0 -> 2585 bytes
-rw-r--r--testing/web-platform/tests/docs/assets/forkbtn.pngbin0 -> 631 bytes
-rw-r--r--testing/web-platform/tests/docs/assets/gh-fork-ribbon.scss124
-rw-r--r--testing/web-platform/tests/docs/assets/more-commits.pngbin0 -> 10927 bytes
-rw-r--r--testing/web-platform/tests/docs/assets/pencil-icon.pngbin0 -> 178 bytes
-rw-r--r--testing/web-platform/tests/docs/assets/praccepteddelete.pngbin0 -> 18087 bytes
-rw-r--r--testing/web-platform/tests/docs/assets/pullrequestbtn.pngbin0 -> 1604 bytes
-rw-r--r--testing/web-platform/tests/docs/assets/reftest-tutorial-test-screenshot.pngbin0 -> 14308 bytes
-rw-r--r--testing/web-platform/tests/docs/assets/testharness-tutorial-test-screenshot-1.pngbin0 -> 20826 bytes
-rw-r--r--testing/web-platform/tests/docs/assets/testharness-tutorial-test-screenshot-2.pngbin0 -> 24180 bytes
-rw-r--r--testing/web-platform/tests/docs/assets/web-platform.pngbin0 -> 11819 bytes
15 files changed, 135 insertions, 0 deletions
diff --git a/testing/web-platform/tests/docs/assets/commit-directly.png b/testing/web-platform/tests/docs/assets/commit-directly.png
new file mode 100644
index 0000000000..d02eef4ab5
--- /dev/null
+++ b/testing/web-platform/tests/docs/assets/commit-directly.png
Binary files differ
diff --git a/testing/web-platform/tests/docs/assets/commitbtn.png b/testing/web-platform/tests/docs/assets/commitbtn.png
new file mode 100644
index 0000000000..2008489075
--- /dev/null
+++ b/testing/web-platform/tests/docs/assets/commitbtn.png
Binary files differ
diff --git a/testing/web-platform/tests/docs/assets/createpr.png b/testing/web-platform/tests/docs/assets/createpr.png
new file mode 100644
index 0000000000..4403a95c14
--- /dev/null
+++ b/testing/web-platform/tests/docs/assets/createpr.png
Binary files differ
diff --git a/testing/web-platform/tests/docs/assets/custom.css b/testing/web-platform/tests/docs/assets/custom.css
new file mode 100644
index 0000000000..58a982579f
--- /dev/null
+++ b/testing/web-platform/tests/docs/assets/custom.css
@@ -0,0 +1,11 @@
+div.body {
+ min-width: auto;
+}
+
+#video-introduction-transcript iframe {
+ max-width: 100%;
+}
+
+.table-container {
+ overflow: auto;
+} \ No newline at end of file
diff --git a/testing/web-platform/tests/docs/assets/files-changed.png b/testing/web-platform/tests/docs/assets/files-changed.png
new file mode 100644
index 0000000000..7472edcb96
--- /dev/null
+++ b/testing/web-platform/tests/docs/assets/files-changed.png
Binary files differ
diff --git a/testing/web-platform/tests/docs/assets/forkbtn.png b/testing/web-platform/tests/docs/assets/forkbtn.png
new file mode 100644
index 0000000000..f33cdd05ac
--- /dev/null
+++ b/testing/web-platform/tests/docs/assets/forkbtn.png
Binary files differ
diff --git a/testing/web-platform/tests/docs/assets/gh-fork-ribbon.scss b/testing/web-platform/tests/docs/assets/gh-fork-ribbon.scss
new file mode 100644
index 0000000000..c81530bfdb
--- /dev/null
+++ b/testing/web-platform/tests/docs/assets/gh-fork-ribbon.scss
@@ -0,0 +1,124 @@
+/*!
+ * "Fork me on GitHub" CSS ribbon v0.2.2 | MIT License
+ * https://github.com/simonwhitaker/github-fork-ribbon-css
+*/
+
+.github-fork-ribbon {
+ width: 12.1em;
+ height: 12.1em;
+ position: absolute;
+ overflow: hidden;
+ top: 0;
+ right: 0;
+ z-index: 9999;
+ pointer-events: none;
+ font-size: 13px;
+ text-decoration: none;
+ text-indent: -999999px;
+}
+
+.github-fork-ribbon.fixed {
+ position: fixed;
+}
+
+.github-fork-ribbon:hover, .github-fork-ribbon:active {
+ background-color: rgba(0, 0, 0, 0.0);
+}
+
+.github-fork-ribbon:before, .github-fork-ribbon:after {
+ /* The right and left classes determine the side we attach our banner to */
+ position: absolute;
+ display: block;
+ width: 15.38em;
+ height: 1.54em;
+
+ top: 3.23em;
+ right: -3.23em;
+
+ -webkit-box-sizing: content-box;
+ -moz-box-sizing: content-box;
+ box-sizing: content-box;
+
+ -webkit-transform: rotate(45deg);
+ -moz-transform: rotate(45deg);
+ -ms-transform: rotate(45deg);
+ -o-transform: rotate(45deg);
+ transform: rotate(45deg);
+}
+
+.github-fork-ribbon:before {
+ content: "";
+
+ /* Add a bit of padding to give some substance outside the "stitching" */
+ padding: .38em 0;
+
+ /* Set the base colour */
+ background-color: #a00;
+
+ /* Set a gradient: transparent black at the top to almost-transparent black at the bottom */
+ background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.15)));
+ background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.15));
+ background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.15));
+ background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.15));
+ background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.15));
+ background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.15));
+
+ /* Add a drop shadow */
+ -webkit-box-shadow: 0 .15em .23em 0 rgba(0, 0, 0, 0.5);
+ -moz-box-shadow: 0 .15em .23em 0 rgba(0, 0, 0, 0.5);
+ box-shadow: 0 .15em .23em 0 rgba(0, 0, 0, 0.5);
+
+ pointer-events: auto;
+}
+
+.github-fork-ribbon:after {
+ /* Set the text from the data-ribbon attribute */
+ content: attr(data-ribbon);
+
+ /* Set the text properties */
+ color: #fff;
+ font: 700 1em "Helvetica Neue", Helvetica, Arial, sans-serif;
+ line-height: 1.54em;
+ text-decoration: none;
+ text-shadow: 0 -.08em rgba(0, 0, 0, 0.5);
+ text-align: center;
+ text-indent: 0;
+
+ /* Set the layout properties */
+ padding: .15em 0;
+ margin: .15em 0;
+
+ /* Add "stitching" effect */
+ border-width: .08em 0;
+ border-style: dotted;
+ border-color: #fff;
+ border-color: rgba(255, 255, 255, 0.7);
+}
+
+.github-fork-ribbon.left-top, .github-fork-ribbon.left-bottom {
+ right: auto;
+ left: 0;
+}
+
+.github-fork-ribbon.left-bottom, .github-fork-ribbon.right-bottom {
+ top: auto;
+ bottom: 0;
+}
+
+.github-fork-ribbon.left-top:before, .github-fork-ribbon.left-top:after, .github-fork-ribbon.left-bottom:before, .github-fork-ribbon.left-bottom:after {
+ right: auto;
+ left: -3.23em;
+}
+
+.github-fork-ribbon.left-bottom:before, .github-fork-ribbon.left-bottom:after, .github-fork-ribbon.right-bottom:before, .github-fork-ribbon.right-bottom:after {
+ top: auto;
+ bottom: 3.23em;
+}
+
+.github-fork-ribbon.left-top:before, .github-fork-ribbon.left-top:after, .github-fork-ribbon.right-bottom:before, .github-fork-ribbon.right-bottom:after {
+ -webkit-transform: rotate(-45deg);
+ -moz-transform: rotate(-45deg);
+ -ms-transform: rotate(-45deg);
+ -o-transform: rotate(-45deg);
+ transform: rotate(-45deg);
+}
diff --git a/testing/web-platform/tests/docs/assets/more-commits.png b/testing/web-platform/tests/docs/assets/more-commits.png
new file mode 100644
index 0000000000..0d6b1a9794
--- /dev/null
+++ b/testing/web-platform/tests/docs/assets/more-commits.png
Binary files differ
diff --git a/testing/web-platform/tests/docs/assets/pencil-icon.png b/testing/web-platform/tests/docs/assets/pencil-icon.png
new file mode 100644
index 0000000000..ea347dd43b
--- /dev/null
+++ b/testing/web-platform/tests/docs/assets/pencil-icon.png
Binary files differ
diff --git a/testing/web-platform/tests/docs/assets/praccepteddelete.png b/testing/web-platform/tests/docs/assets/praccepteddelete.png
new file mode 100644
index 0000000000..efb8e0798b
--- /dev/null
+++ b/testing/web-platform/tests/docs/assets/praccepteddelete.png
Binary files differ
diff --git a/testing/web-platform/tests/docs/assets/pullrequestbtn.png b/testing/web-platform/tests/docs/assets/pullrequestbtn.png
new file mode 100644
index 0000000000..07d9c6a2e9
--- /dev/null
+++ b/testing/web-platform/tests/docs/assets/pullrequestbtn.png
Binary files differ
diff --git a/testing/web-platform/tests/docs/assets/reftest-tutorial-test-screenshot.png b/testing/web-platform/tests/docs/assets/reftest-tutorial-test-screenshot.png
new file mode 100644
index 0000000000..8d882822e1
--- /dev/null
+++ b/testing/web-platform/tests/docs/assets/reftest-tutorial-test-screenshot.png
Binary files differ
diff --git a/testing/web-platform/tests/docs/assets/testharness-tutorial-test-screenshot-1.png b/testing/web-platform/tests/docs/assets/testharness-tutorial-test-screenshot-1.png
new file mode 100644
index 0000000000..c469e94a55
--- /dev/null
+++ b/testing/web-platform/tests/docs/assets/testharness-tutorial-test-screenshot-1.png
Binary files differ
diff --git a/testing/web-platform/tests/docs/assets/testharness-tutorial-test-screenshot-2.png b/testing/web-platform/tests/docs/assets/testharness-tutorial-test-screenshot-2.png
new file mode 100644
index 0000000000..612eda5448
--- /dev/null
+++ b/testing/web-platform/tests/docs/assets/testharness-tutorial-test-screenshot-2.png
Binary files differ
diff --git a/testing/web-platform/tests/docs/assets/web-platform.png b/testing/web-platform/tests/docs/assets/web-platform.png
new file mode 100644
index 0000000000..8547f49183
--- /dev/null
+++ b/testing/web-platform/tests/docs/assets/web-platform.png
Binary files differ