summaryrefslogtreecommitdiffstats
path: root/dom/webgpu/tests/cts/checkout/src/webgpu/web_platform/reftests/resize_observer.https.html
blob: 2845cc29ebcdbfc9531cc6485655a272781d77c6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<!DOCTYPE html>
<html class="reftest-wait">
  <title>WebGPU resize_observer</title>
  <meta charset="utf-8" />
  <link rel="help" href="https://gpuweb.github.io/gpuweb/" />
  <meta name="assert" content="WebGPU canvases should return the correct ResizeObserver values" />
  <link rel="match" href="./ref/resize_observer-ref.html" />
  <style>
    .outer {
      display: flex;
      align-items: center;
      flex-direction: column;
    }
    .outer>* {
      display: block;
      height: 100px;
    }
  </style>
  <body>
    <div id="dpr"></div>
    <div class="outer"></div>
    <script type="module" src="resize_observer.html.js"></script>
  </body>
</html>