summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/mathml/relations
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-15 03:35:49 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-15 03:35:49 +0000
commitd8bbc7858622b6d9c278469aab701ca0b609cddf (patch)
treeeff41dc61d9f714852212739e6b3738b82a2af87 /testing/web-platform/tests/mathml/relations
parentReleasing progress-linux version 125.0.3-1~progress7.99u1. (diff)
downloadfirefox-d8bbc7858622b6d9c278469aab701ca0b609cddf.tar.xz
firefox-d8bbc7858622b6d9c278469aab701ca0b609cddf.zip
Merging upstream version 126.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'testing/web-platform/tests/mathml/relations')
-rw-r--r--testing/web-platform/tests/mathml/relations/css-styling/table-width-1-ref.xhtml4
-rw-r--r--testing/web-platform/tests/mathml/relations/css-styling/table-width-1.xhtml4
2 files changed, 4 insertions, 4 deletions
diff --git a/testing/web-platform/tests/mathml/relations/css-styling/table-width-1-ref.xhtml b/testing/web-platform/tests/mathml/relations/css-styling/table-width-1-ref.xhtml
index d76a350290..7653cacb1c 100644
--- a/testing/web-platform/tests/mathml/relations/css-styling/table-width-1-ref.xhtml
+++ b/testing/web-platform/tests/mathml/relations/css-styling/table-width-1-ref.xhtml
@@ -3,8 +3,8 @@
<style type="text/css">
html { background-color: grey; }
td { border: 1px solid white;
- padding-top: 0;
- padding-bottom: 0;
+ padding-top: 1px;
+ padding-bottom: 1px;
padding-right: 1px;
padding-left: 1px;
background-color: black;
diff --git a/testing/web-platform/tests/mathml/relations/css-styling/table-width-1.xhtml b/testing/web-platform/tests/mathml/relations/css-styling/table-width-1.xhtml
index c3689adb6f..9158948c72 100644
--- a/testing/web-platform/tests/mathml/relations/css-styling/table-width-1.xhtml
+++ b/testing/web-platform/tests/mathml/relations/css-styling/table-width-1.xhtml
@@ -6,8 +6,8 @@
<style type="text/css">
html { background-color: grey; }
td { border: 1px solid white;
- padding-top: 0;
- padding-bottom: 0;
+ padding-top: 1px;
+ padding-bottom: 1px;
padding-right: 1px;
padding-left: 1px;
background-color: black;