Sign in
webkit
/
WebKit
/
dbb3923cafb6f84475e7a38fbee3e22998746738
/
.
/
LayoutTests
/
fast
/
dom
/
jsDevicePixelRatio.html
blob: 8ecb5ff0c1bdab755fcccbef40a24766093de130 [
file
] [
log
] [
blame
]
<html>
<body>
<script>
if
(
window
.
testRunner
)
testRunner
.
dumpAsText
();
document
.
write
(
"The user interface scale factor is "
+
devicePixelRatio
+
"."
);
</script>
</body>
</html>