diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-19 01:13:27 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-19 01:13:27 +0000 |
commit | 40a355a42d4a9444dc753c04c6608dade2f06a23 (patch) | |
tree | 871fc667d2de662f171103ce5ec067014ef85e61 /layout/reftests/mathml/radicalbar-2.html | |
parent | Adding upstream version 124.0.1. (diff) | |
download | firefox-40a355a42d4a9444dc753c04c6608dade2f06a23.tar.xz firefox-40a355a42d4a9444dc753c04c6608dade2f06a23.zip |
Adding upstream version 125.0.1.upstream/125.0.1
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'layout/reftests/mathml/radicalbar-2.html')
-rw-r--r-- | layout/reftests/mathml/radicalbar-2.html | 47 |
1 files changed, 0 insertions, 47 deletions
diff --git a/layout/reftests/mathml/radicalbar-2.html b/layout/reftests/mathml/radicalbar-2.html deleted file mode 100644 index 1870493cb4..0000000000 --- a/layout/reftests/mathml/radicalbar-2.html +++ /dev/null @@ -1,47 +0,0 @@ -<!DOCTYPE html> - <html> - <head> - <!-- Default to invisible text --> - <style type="text/css" media="screen, print"> - .hidden { - color: white; - } - .visible { - color: black; - } - </style> - </head> - <body> - <!-- Nest successive radicals and test that the horizontal bar of one of them is drawn. - Because the comparison is for inequality with about:blank, at most one can be visible --> - <math> - <mrow> - <msqrt class="hidden"> - <mspace width="1em" height="1em" /> - <msqrt class="hidden"> - <mspace width="1em" height="1em" /> - <msqrt class="hidden"> - <mspace width="1em" height="1em" /> - <msqrt class="hidden"> - <mspace width="1em" height="1em" /> - <msqrt class="hidden"> - <mspace width="1em" height="1em" /> - <msqrt class="visible"> - <mspace width="1em" height="1em" /> - <msqrt class="hidden"> - <mspace width="20em" height="1em" /> - </msqrt> - </msqrt> - </msqrt> - </msqrt> - </msqrt> - </msqrt> - </msqrt> - </mrow> - </math> - - <!-- Block out all but the horizontal bar of the visible radical --> - <div style="position: absolute; top: 5px; left: 0px; - width: 20em; height: 10em; background: white;"></div> - </body> -</html> |