Sign in
webkit
/
WebKit
/
a36dd1c4bd8146169ac601fd378f4d14b5f88ac7
/
.
/
LayoutTests
/
fast
/
dom
/
Window
/
watchos
/
window-get-real-screen-dimensions.html
blob: ad0a870db9c8a60fd910d8797e3c10a06a539ca5 [
file
] [
log
] [
blame
]
<!DOCTYPE html>
<html>
<head>
<script
src
=
"../../../../resources/js-test.js"
></script>
</head>
<body></body>
<script>
shouldBe
(
"screen.width"
,
"320"
);
shouldBe
(
"screen.height"
,
"568"
);
</script>
</html>