tenfourfox/layout/reftests/position-sticky/block-in-inline-continuations-ref.html
Cameron Kaiser c9b2922b70 hello FPR
2017-04-19 00:56:45 -07:00

19 lines
577 B
HTML

<!DOCTYPE html>
<!-- Any copyright is dedicated to the Public Domain.
- http://creativecommons.org/publicdomain/zero/1.0/ -->
<html>
<head>
<title>CSS Test Reference: Sticky Positioning - continuations have no effect when resizing</title>
<link rel="author" title="Abel Lin" href="mailto:alin@mozilla.com">
<script>
function run() {
document.getElementById("toresize").width = "750px";
}
</script>
</head>
<body onload="run()">
<iframe id="toresize" src="block-in-inline-continuations-ref-inner.html">
</iframe>
</body>
</html>