aboutsummaryrefslogtreecommitdiff
path: root/test/data/html/popup-tests-frame1.html
diff options
context:
space:
mode:
authortoasted-nutbread <toasted-nutbread@users.noreply.github.com>2023-12-20 00:31:45 -0500
committerGitHub <noreply@github.com>2023-12-20 05:31:45 +0000
commit0a0994ca64fceafde05997d93e5ca7d6e5baa7b2 (patch)
treec876ddcf63171ff1121f1e46799c2515e63ad370 /test/data/html/popup-tests-frame1.html
parent3c226215419ca815712e9568f7d871a96f5ff1cf (diff)
HTML test updates (#398)
* Rename y-test to test-case * Rename y-description to test-description * Remove extension name * Update placeholder favicon * Refactor scripts * Make element types more consistent * More updates * Rename * Simplify file URLs * Rename file * Add descriptions * Rename * Rename * Rename
Diffstat (limited to 'test/data/html/popup-tests-frame1.html')
-rw-r--r--test/data/html/popup-tests-frame1.html40
1 files changed, 40 insertions, 0 deletions
diff --git a/test/data/html/popup-tests-frame1.html b/test/data/html/popup-tests-frame1.html
new file mode 100644
index 00000000..5074aac9
--- /dev/null
+++ b/test/data/html/popup-tests-frame1.html
@@ -0,0 +1,40 @@
+<!DOCTYPE html>
+<html>
+<head>
+ <meta charset="UTF-8">
+ <meta name="viewport" content="width=device-width,initial-scale=1">
+ <title>Frame 1</title>
+ <script src="js/html-test-utilities.js"></script>
+ <script src="js/popup-tests-frame1.js"></script>
+ <style>
+body {
+ font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
+ font-size: 14px;
+ padding: 0;
+ margin: 0;
+ background-color: #f8f8f8;
+}
+a, a:visited {
+ color: #1080c0;
+ text-decoration: underline;
+}
+.content {
+ position: absolute;
+ left: 0;
+ top: 0;
+ right: 0;
+ bottom: 0;
+ padding: 0.5em;
+ background-color: #f8f8f8;
+}
+ </style>
+</head>
+<body><div class="content">
+<div>
+ ありがとう
+</div>
+<div>
+ <a href="#" class="fullscreen-link">Toggle fullscreen</a>
+</div>
+</div></body>
+</html> \ No newline at end of file