summaryrefslogtreecommitdiffstats
path: root/toolkit/themes/osx/reftests/checkboxsize-ref.xhtml
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-06-12 05:35:37 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-06-12 05:35:37 +0000
commita90a5cba08fdf6c0ceb95101c275108a152a3aed (patch)
tree532507288f3defd7f4dcf1af49698bcb76034855 /toolkit/themes/osx/reftests/checkboxsize-ref.xhtml
parentAdding debian version 126.0.1-1. (diff)
downloadfirefox-a90a5cba08fdf6c0ceb95101c275108a152a3aed.tar.xz
firefox-a90a5cba08fdf6c0ceb95101c275108a152a3aed.zip
Merging upstream version 127.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'toolkit/themes/osx/reftests/checkboxsize-ref.xhtml')
-rw-r--r--toolkit/themes/osx/reftests/checkboxsize-ref.xhtml33
1 files changed, 0 insertions, 33 deletions
diff --git a/toolkit/themes/osx/reftests/checkboxsize-ref.xhtml b/toolkit/themes/osx/reftests/checkboxsize-ref.xhtml
deleted file mode 100644
index 30ed9dfe90..0000000000
--- a/toolkit/themes/osx/reftests/checkboxsize-ref.xhtml
+++ /dev/null
@@ -1,33 +0,0 @@
-<?xml version="1.0"?>
-<?xml-stylesheet href="chrome://global/skin" type="text/css"?>
-
-<window title="Reference for mini, small and regular checkbox sizes"
- xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
- <style xmlns="http://www.w3.org/1999/xhtml">
- vbox { height: 50px; }
- box {
- appearance: auto;
- -moz-default-appearance: checkbox;
- margin-left: 2px;
- margin-top: 1px;
- }
- </style>
- <vbox>
- <hbox><box style="width: 11px; height: 11px"/></hbox>
- </vbox>
- <vbox>
- <hbox><box style="width: 13px; height: 13px"/></hbox>
- </vbox>
- <vbox>
- <hbox><box style="width: 16px; height: 16px"/></hbox>
- </vbox>
- <vbox>
- <hbox checked="true"><box style="width: 11px; height: 11px"/></hbox>
- </vbox>
- <vbox>
- <hbox checked="true"><box style="width: 13px; height: 13px"/></hbox>
- </vbox>
- <vbox>
- <hbox checked="true"><box style="width: 16px; height: 16px"/></hbox>
- </vbox>
-</window>