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