summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/acid/acid3/reference.sub.html
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/acid/acid3/reference.sub.html
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/acid/acid3/reference.sub.html')
-rw-r--r--testing/web-platform/tests/acid/acid3/reference.sub.html21
1 files changed, 21 insertions, 0 deletions
diff --git a/testing/web-platform/tests/acid/acid3/reference.sub.html b/testing/web-platform/tests/acid/acid3/reference.sub.html
new file mode 100644
index 0000000000..974bee11e4
--- /dev/null
+++ b/testing/web-platform/tests/acid/acid3/reference.sub.html
@@ -0,0 +1,21 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN">
+<html>
+ <title>The Acid3 Test (Reference Rendering)</title>
+ <link rel="icon" href="http://nonexistent.{{host}}">
+ <style type="text/css">
+ html { margin: 0; padding: 0; }
+ body { background: #c0c0c0 url(reference.png) top left no-repeat; margin: 0; padding: 0; }
+ #a { font: bold 100px/120px Arial, sans-serif; position: absolute; top: 57px; left: 57px; color: #000000; z-index: 1; }
+ #a0 { font: bold 100px/120px Arial, sans-serif; position: absolute; top: 60px; left: 60px; color: #C0C0C0; z-index: 0; }
+ #b { position: absolute; top: 230px; left: 625px; width: 0; white-space: pre; }
+ #b div { font: bold 100px/120px Arial, sans-serif; position: absolute; right: 0; text-align: right; color: #000000; }
+ #c { font: 16px/19.2px Arial, sans-serif; color: #808080; width: 562px; position: absolute; top: 350px; left: 57px; }
+ #c a { color: #0000FF; }
+ </style>
+ <body>
+ <div id="a">Acid3</div>
+ <div id="a0">Acid3</div>
+ <div id="b"><div>100/100</div></div>
+ <div id="c">To pass the test,<span></span> a browser must use its default settings, the animation has to be smooth, the score has to end on 100/100, and the final page has to look exactly, pixel for pixel, like <a href="reference.sub.html">this reference rendering</a>.</div>
+ </body>
+</html>