X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fthird_party%2Fwebgl%2Fsrc%2Fsdk%2Ftests%2Fconformance%2Fglsl%2Fmisc%2Fshader-with-non-reserved-words.html;h=ec6bb72567aada37ed55571928005affc93f1ad6;hb=1afa4dd80ef85af7c90efaea6959db1d92330844;hp=a597246e474cf137c41822f0ecfac49a16b7dcd8;hpb=90762837333c13ccf56f2ad88e4481fc71e8d281;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/third_party/webgl/src/sdk/tests/conformance/glsl/misc/shader-with-non-reserved-words.html b/src/third_party/webgl/src/sdk/tests/conformance/glsl/misc/shader-with-non-reserved-words.html index a597246..ec6bb72 100644 --- a/src/third_party/webgl/src/sdk/tests/conformance/glsl/misc/shader-with-non-reserved-words.html +++ b/src/third_party/webgl/src/sdk/tests/conformance/glsl/misc/shader-with-non-reserved-words.html @@ -34,7 +34,6 @@ -
@@ -678,7 +677,7 @@ function testNextWord() { } testWord(list[listNdx]); ++listNdx; - setTimeout(testNextWord,1); + setTimeout(testNextWord, 0); } testNextWord();