7 lines
167 B
JavaScript
7 lines
167 B
JavaScript
// https://drafts.csswg.org/css-highlight-api-1/
|
|
|
|
"use strict";
|
|
|
|
test(() => {
|
|
assert_equals(self.HighlightRegister, undefined);
|
|
}, "HighlightRegister was renamed");
|