From 44b5e4ced26e8e2dc8a3c01e08cf3ca18d48b3a9 Mon Sep 17 00:00:00 2001 From: AndiAJ Date: Fri, 2 Sep 2022 12:58:35 +0300 Subject: [PATCH] Add new write storage page and update versioning to v3.0 --- v3.0/.gitignore | 2 + v3.0/downloads.html | 84 +++++++++++++ v3.0/externalLinks.html | 24 ++++ v3.0/index.html | 271 ++++++++++++++++++++++++++++++++++++++++ v3.0/loginForm.html | 18 +++ v3.0/manifest.json | 11 ++ v3.0/permissions.html | 123 ++++++++++++++++++ v3.0/storage_write.html | 28 +++++ 8 files changed, 561 insertions(+) create mode 100644 v3.0/.gitignore create mode 100644 v3.0/downloads.html create mode 100644 v3.0/externalLinks.html create mode 100644 v3.0/index.html create mode 100644 v3.0/loginForm.html create mode 100644 v3.0/manifest.json create mode 100644 v3.0/permissions.html create mode 100644 v3.0/storage_write.html diff --git a/v3.0/.gitignore b/v3.0/.gitignore new file mode 100644 index 0000000..f31b3e2 --- /dev/null +++ b/v3.0/.gitignore @@ -0,0 +1,2 @@ +.DS_Store +*.swp diff --git a/v3.0/downloads.html b/v3.0/downloads.html new file mode 100644 index 0000000..cf2ea69 --- /dev/null +++ b/v3.0/downloads.html @@ -0,0 +1,84 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Download washington.pdf + Download web_icon.png +
Download audioSample.mp3 + Download videoSample.webm +
Download 1GB.zip + Download smallZip.zip +
Download executable.exe + Download CSVfile.csv +
Download Data1KB.dat + Download htmlFile.html +
Download MyDocument.docx + Download MyOldWordDocument.doc +
Download textfile.txt + Download XMLfile.xml +
Download tAJwqaWjJsXS8AhzSninBMCfIZbHBGgcc001lx5DIdDwIcfEgQ6vE5Gb5VgAled17DFZ2A7ZDOHA0NpQPHXXFt.svg +
+ + diff --git a/v3.0/externalLinks.html b/v3.0/externalLinks.html new file mode 100644 index 0000000..165d922 --- /dev/null +++ b/v3.0/externalLinks.html @@ -0,0 +1,24 @@ + + + + External_links + + + + + + +

Misc Link Types

+
+ External link +
+ +
+ Email link +
+ +
+ Telephone link +
+ + diff --git a/v3.0/index.html b/v3.0/index.html new file mode 100644 index 0000000..5bd570b --- /dev/null +++ b/v3.0/index.html @@ -0,0 +1,271 @@ + + + + + + + + + Test App + + + + + + + +

Lets test!

+ +

Privacy & Security

+
+ +
+

Tracking Protection (TP) Test Pages

+ NOTE: Please use https://senglehardt.com/test/trackingprotection/test_pages/
+ until https://github.com/mozilla/tracking-test/pull/13 is ready + + +

SSL Test

+ Very bad SSL (should show up w/ a broken lock!) + https://very.badssl.com/ + +

Custom Font Test

+

This is some crazy font text!

+ +

Javascript Action Test

+ + +

Blocked Cookies Test

+ Are Cookies Enabled?
+ Are 3rd Party Cookies Enabled? + +
+ +

HTML Controls

+
+ +
+

Password Form

+ (will show a doorhanger to remember the password) +
+
+
+ +
+
+ +
+

Dropdown Menu

+ + +
+ +
+

Location Menu

+ +

+
+ +
+

File Download

+ Download this icon +
+ +
+

Open PDF File

+ Open this PDF File +
+ + +
+

Date Picker Menu

+ +
+ +
+ +
+ +
+

Color Picker Menu

+ +
+ +
+

Input Text Menu

+

Make sure you can copy me

+
+ +

Misc Link Types

+
+ External link +
+ +
+ External app (play store) using URL (market://...) +
+ +
+ External app same origin
+ see: Same Origin Policy +
+ +
+ Link to youtube - make sure video plays +
+ +
+ Email link +
+ +
+ Telephone link +
+ + +

Site Permissions

+
+ +
+

Test Geolocation

+ click here +
+ +
+

Test Camera Dialogue

+ +
+ +
+

Test Microphone Dialogue

+ +
+ +
+

Test Notifications Dialogue

+ +
+ + + + + +

Other

+
+
+

File Upload

+ Web Compat Reporting Tool +
+ + + + + + + + + + + diff --git a/v3.0/loginForm.html b/v3.0/loginForm.html new file mode 100644 index 0000000..35b5202 --- /dev/null +++ b/v3.0/loginForm.html @@ -0,0 +1,18 @@ + + + + Login_form + + + + + + +

Login Form

+
+
+
+ +
+ + diff --git a/v3.0/manifest.json b/v3.0/manifest.json new file mode 100644 index 0000000..e208faf --- /dev/null +++ b/v3.0/manifest.json @@ -0,0 +1,11 @@ +{ + "name": "Yay an app with a super long name", + "short_name": "TEST_APP", + "display": "standalone", + "theme_color": "#FF69B4", + "icons": [{ + "src": "web_icon.png", + "sizes": "300x300", + "type": "image/png" + }] +} diff --git a/v3.0/permissions.html b/v3.0/permissions.html new file mode 100644 index 0000000..b0715a2 --- /dev/null +++ b/v3.0/permissions.html @@ -0,0 +1,123 @@ + + + + + + + + + Permissions test page + + + +
+

Location Menu

+ +

+
+ +
+

Test Camera Dialogue

+ +

+
+ +
+

Test Microphone Dialogue

+ +

+
+ +
+

Test Camera & Microphone Dialogue

+ +

+
+ +
+

Test Notifications Dialogue

+ +

+
+ + + + + diff --git a/v3.0/storage_write.html b/v3.0/storage_write.html new file mode 100644 index 0000000..3bc8fa4 --- /dev/null +++ b/v3.0/storage_write.html @@ -0,0 +1,28 @@ + + + + + +

Storage Write

+ +

+ + + + + + \ No newline at end of file