blob: 8cd5ee8b40985722d230b933cd9940d31578b50e [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<script src="../../../resources/js-test-pre.js"></script>
<script>
description('Test that the focus ring color is as expected.');
if (window.internals) {
shouldBe("internals.focusRingColor()", "'rgb(0, 122, 255)'");
}
</script>
</head>
<body>
</body>