haikuwebkit/LayoutTests/fast/sandbox/ios/focus-ring-color.html

15 lines
286 B
HTML

<!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>