Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
perryuwang committed Mar 6, 2024
1 parent d6691fa commit 46b63b3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<html>
<head>
<meta charset="utf-8">
<title>getBufferSubData test to Wasm Memory 4GB in size.</title>
<title>getBufferSubData test to Wasm Memory 16GB in size.</title>
<link rel="stylesheet" href="../../resources/js-test-style.css"/>
<script src="../../js/js-test-pre.js"></script>
<script src="../../js/webgl-test-utils.js"> </script>
Expand All @@ -19,7 +19,7 @@
<script>
"use strict";
description(document.title);
debug("Tests that getBufferSubData can be called on WebAssembly Memory of 4GB in size.");
debug("Tests that getBufferSubData can be called on WebAssembly Memory of 16GB in size.");
debug("");
let wtu = WebGLTestUtils;
let gl = wtu.create3DContext("canvas", undefined, 2);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<html>
<head>
<meta charset="utf-8">
<title>getBufferSubData test to Wasm Memory 16GB in size.</title>
<title>getBufferSubData test to Wasm Memory 4GB in size.</title>
<link rel="stylesheet" href="../../resources/js-test-style.css"/>
<script src="../../js/js-test-pre.js"></script>
<script src="../../js/webgl-test-utils.js"> </script>
Expand All @@ -19,7 +19,7 @@
<script>
"use strict";
description(document.title);
debug("Tests that getBufferSubData can be called on WebAssembly Memory of 16GB in size.");
debug("Tests that getBufferSubData can be called on WebAssembly Memory of 4GB in size.");
debug("");
let wtu = WebGLTestUtils;
let gl = wtu.create3DContext("canvas", undefined, 2);
Expand Down

0 comments on commit 46b63b3

Please sign in to comment.