wpt / css / css-transforms / text-perspective-001.html

Status: PASS | Duration: 10ms | Subtests: 1/1 | Open test on wpt.live | Open ref on wpt.live | wpt.fyi

/css/css-transforms/text-perspective-001.html

<!doctype>
<meta charset="utf-8">
<title>CSS Test: Text is not incorrectly clipped in presence of perspective.</title>
<link rel="author" title="Emilio Cobos Álvarez" href="mailto:emilio@crisal.io">
<link rel="author" title="Mozilla" href="https://mozilla.org">
<link rel="help" href="https://bugzilla.mozilla.org/show_bug.cgi?id=1494685">
<link rel="mismatch" href="about:blank">
<style>
* {
  margin: 0;
  padding: 0;
}
.container {
  perspective: 1px;
}
.heading {
  transform: translateZ(-9px) scale(10);
}
h1 {
  font-size: 100px;
}
</style>
<div class="container">
  <div class="heading">
    <h1>X</h1>
  </div>
</div>

/css/css-transforms/about:blank

Failed to load source: wpt.live returned HTTP 404 Not Found for https://raw.githubusercontent.com/web-platform-tests/wpt/a95401e4e06351eb1e15f0e15cf50abf08fa545f/css/css-transforms/about:blank