Bug 1803931 - Fix deprecated-sameas-002.html.

See https://github.com/w3c/csswg-drafts/pull/9783

MANUAL PUSH: Orange fix CLOSED TREE
This commit is contained in:
Emilio Cobos Álvarez 2024-01-23 01:03:05 +01:00
Родитель 12044e2133
Коммит afbf63292f
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -3,8 +3,8 @@
<title>CSS Color 4: deprecated system colors</title>
<link rel="author" title="Chris Lilley" href="mailto:chris@w3.org">
<link rel="help" href="https://drafts.csswg.org/css-color-4/#deprecated-system-colors">
<link rel="match" href="deprecated-sameas-CanvasText-ref.html">
<meta name="assert" content="Same as CanvasText">
<link rel="match" href="deprecated-sameas-Canvas-ref.html">
<meta name="assert" content="Same as Canvas">
<style>
.test { background-color: red; width: 12em; height: 6em; }
.ref { background-color: Canvas; width: 12em; height: 6em; }