Sign in
chromium
/
external
/
github.com
/
web-platform-tests
/
wpt
/
refs/heads/nt1m-patch-2
/
.
/
css
/
css-highlight-api
/
historical.window.js
blob: b06625fe6593fc14e8c1156567c4b54a05b4056c [
file
] [
edit
]
// META: spec=https://drafts.csswg.org/css-highlight-api-1/
"use strict"
;
test
(()
=>
{
assert_equals
(
self
.
HighlightRegister
,
undefined
);
},
"HighlightRegister was renamed"
);