1
0
mirror of https://github.com/roytam1/UXP.git synced 2026-05-26 13:58:49 +00:00
Files
UXP/layout/base/tests/resize_flush_iframe.html
T

18 lines
205 B
HTML

<html>
<head>
<style>
body {
background-color: red;
}
@media (min-width: 250px) {
body {
background-color: green;
}
}
</style>
</head>
<body>
</body>
</html>