blob: 76fc3671da1faafaaf25760d11dd84bd670f6b4a [file] [log] [blame]
<!DOCTYPE html>
<html>
<title>View transitions: span with overflowing text is rendered correctly (ref)</title>
<link rel="help" href="https://drafts.csswg.org/css-view-transitions-1/">
<link rel="author" href="mailto:khushalsagar@chromium.org">
<style>
span {
text-shadow: red 2px 5px;
}
body {
background: pink;
}
</style>
<span>This text should render correctly</span>