summaryrefslogtreecommitdiff
path: root/layout/reftests/css-sizing/min-intrinsic-with-percents-across-elements-ref.html
diff options
context:
space:
mode:
authorMoonchild <moonchild@palemoon.org>2022-07-22 16:38:07 +0000
committerMoonchild <moonchild@palemoon.org>2022-07-22 18:23:50 +0000
commitd73c4c046d46cfc794f0eaf6444e14a958b32bb9 (patch)
tree9593b8bf3ea782290b9d581901f3627aa8e56fa4 /layout/reftests/css-sizing/min-intrinsic-with-percents-across-elements-ref.html
parent3d954cb29cce81e033a6c216ac29138e5fe7b571 (diff)
downloaduxp-d73c4c046d46cfc794f0eaf6444e14a958b32bb9.tar.gz
Issue #1970 - Part 3: Update reftests.
Diffstat (limited to 'layout/reftests/css-sizing/min-intrinsic-with-percents-across-elements-ref.html')
-rw-r--r--layout/reftests/css-sizing/min-intrinsic-with-percents-across-elements-ref.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/layout/reftests/css-sizing/min-intrinsic-with-percents-across-elements-ref.html b/layout/reftests/css-sizing/min-intrinsic-with-percents-across-elements-ref.html
index dbd50f8f4b..57dd5ac56c 100644
--- a/layout/reftests/css-sizing/min-intrinsic-with-percents-across-elements-ref.html
+++ b/layout/reftests/css-sizing/min-intrinsic-with-percents-across-elements-ref.html
@@ -89,14 +89,14 @@ canvas {
</tr></table>
<table><tr>
- <!-- 2px border, 2px padding, 4px ::-moz-focus-inner padding, 2px ::-moz-focus-inner border -->
- <td><div style="width: 10px"><input type="button" style="width: 5px"></div></td>
+ <!-- 2px border, 2px padding -->
+ <td><div style="width: 4px"><input type="button" style="width: 2px"></div></td>
<td>empty input type="button", width: 50%</td>
</tr></table>
<table><tr>
- <!-- 2px border, 2px padding, 4px ::-moz-focus-inner padding, 2px ::-moz-focus-inner border -->
- <td><div style="width: 10px"><input type="button" style="width: 5px"></div></td>
+ <!-- 2px border, 2px padding -->
+ <td><div style="width: 4px"><input type="button" style="width: 2px"></div></td>
<td>empty input type="button", max-width: 50%</td>
</tr></table>