mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
No bug - Correct a few misspellings in test assertion messages, since commits with non-ascii commit messages now break the tree. On a CLOSED TREE.
This commit is contained in:
parent
46339d558b
commit
61d2080688
@ -130,7 +130,7 @@ function test() {
|
||||
is(gl.getParameter(gl.BLEND), true,
|
||||
"The blend mode wasn't enabled when requested.");
|
||||
is(gl.getParameter(gl.BLEND_SRC_ALPHA), gl.SRC_ALPHA,
|
||||
"The soruce blend func wasn't set correctly.");
|
||||
"The source blend func wasn't set correctly.");
|
||||
is(gl.getParameter(gl.BLEND_DST_ALPHA), gl.ONE_MINUS_SRC_ALPHA,
|
||||
"The destination blend func wasn't set correctly.");
|
||||
|
||||
@ -138,7 +138,7 @@ function test() {
|
||||
is(gl.getParameter(gl.BLEND), true,
|
||||
"The blend mode wasn't enabled when requested.");
|
||||
is(gl.getParameter(gl.BLEND_SRC_ALPHA), gl.SRC_ALPHA,
|
||||
"The soruce blend func wasn't set correctly.");
|
||||
"The source blend func wasn't set correctly.");
|
||||
is(gl.getParameter(gl.BLEND_DST_ALPHA), gl.ONE,
|
||||
"The destination blend func wasn't set correctly.");
|
||||
|
||||
|
@ -42,7 +42,7 @@ function test() {
|
||||
is(gl.getParameter(gl.BLEND), true,
|
||||
"The blend mode wasn't set to the correct default value.");
|
||||
is(gl.getParameter(gl.BLEND_SRC_ALPHA), gl.SRC_ALPHA,
|
||||
"The soruce blend func wasn't set to the correct default value.");
|
||||
"The source blend func wasn't set to the correct default value.");
|
||||
is(gl.getParameter(gl.BLEND_DST_ALPHA), gl.ONE_MINUS_SRC_ALPHA,
|
||||
"The destination blend func wasn't set to the correct default value.");
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user