Sign in
webkit
/
WebKit
/
ff4cb3c2323f3937e96e08f4f6fbe6c7755f9da5
/
.
/
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>