Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(184)

Side by Side Diff: LayoutTests/fast/canvas/webgl/shader-deleted-by-accessor.html

Issue 8015006: Merge 95728 - Ref protect shaders in V8WebGLRenderingContext::getAttachedShadersCallback (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/874/
Patch Set: Created 9 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | LayoutTests/fast/canvas/webgl/shader-deleted-by-accessor-expected.txt » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <html> 1 <html>
2 <head> 2 <head>
3 <link rel="stylesheet" href="../../js/resources/js-test-style.css"/> 3 <link rel="stylesheet" href="../../js/resources/js-test-style.css"/>
4 <script src="../../js/resources/js-test-pre.js"></script> 4 <script src="../../js/resources/js-test-pre.js"></script>
5 <script src="resources/webgl-test.js"></script> 5 <script src="resources/webgl-test.js"></script>
6 <script src="resources/webgl-test-utils.js"></script> 6 <script src="resources/webgl-test-utils.js"></script>
7 </head> 7 </head>
8 <body> 8 <body>
9 <div id="description"></div> 9 <div id="description"></div>
10 <div id="console"></div> 10 <div id="console"></div>
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
42 context.getShaderParameter(shaders[1], 0); 42 context.getShaderParameter(shaders[1], 0);
43 } 43 }
44 44
45 successfullyParsed = true; 45 successfullyParsed = true;
46 </script> 46 </script>
47 47
48 <script src="../../js/resources/js-test-post.js"></script> 48 <script src="../../js/resources/js-test-post.js"></script>
49 </body> 49 </body>
50 </html> 50 </html>
51 51
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/fast/canvas/webgl/shader-deleted-by-accessor-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698