summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-highlight-api/historical.window.js
blob: 9b735f855dc5b1704d10a5b4916c42b13eec0ed3 (plain)
1
2
3
4
5
6
7
// https://drafts.csswg.org/css-highlight-api-1/

"use strict";

test(() => {
  assert_equals(self.HighlightRegister, undefined);
}, "HighlightRegister was renamed");