Sign in
webkit
/
WebKit
/
refs/heads/Safari-3-branch
/
.
/
LayoutTests
/
fast
/
dom
/
jsDevicePixelRatio.html
blob: bd3fe6f857ab8496bd8c6ff19c624d726145fee5 [
file
] [
log
] [
blame
]
<html>
<body>
<script>
document
.
write
(
"The user interface scale factor is "
+
devicePixelRatio
+
"."
);
</script>
</body>
</html>