mirror of
https://github.com/lightpanda-io/browser.git
synced 2026-03-22 04:34:44 +00:00
tests: remove warning
Co-authored-by: Karl Seguin <karlseguin@users.noreply.github.com>
This commit is contained in:
@@ -430,7 +430,6 @@
|
||||
|
||||
sheet.insertRule('.test { color: green; }', 0);
|
||||
testing.expectEqual(1, sheet.cssRules.length);
|
||||
console.warn("constructor:", sheet.cssRules[0].constructor.name);
|
||||
testing.expectEqual('.test', sheet.cssRules[0].selectorText);
|
||||
testing.expectEqual('green', sheet.cssRules[0].style.color);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user