2 Copyright (c) 2019 The Khronos Group Inc.
3 Use of this source code is governed by an MIT-style license that can be
4 found in the LICENSE.txt file.
10 <meta charset=
"utf-8">
11 <title>Multiplication assignment operator compilation bug
</title>
12 <link rel=
"stylesheet" href=
"../../../resources/js-test-style.css"/>
13 <script src=
"../../../js/js-test-pre.js"></script>
14 <script src=
"../../../js/webgl-test-utils.js"></script>
15 <script src=
"../../../js/glsl-conformance-test.js"></script>
18 <script id=
"fshader" type=
"x-shader/x-fragment">
19 precision mediump float;
27 gl_FragColor = vec4(foo(vec3(
0)));
30 <div id=
"description"></div>
31 <div id=
"console"></div>
37 debug('Verify multiplication assignment operator compiles correctly - regression test for <a href="https://code.google.com/p/chromium/issues/detail?id=384847">Chromium bug 384847</a>');
39 GLSLConformanceTester
.runTests([
44 passMsg
: "vec3 *= mat3 multiplication assignment operator",