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

Unified Diff: LayoutTests/webgl/conformance/extensions/oes-texture-half-float-with-video.html

Issue 13842017: Add OES_texture_half_float extension support in WebGL. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: move test cases to directory LayoutTest/webgl/ Created 7 years, 8 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 side-by-side diff with in-line comments
Download patch
Index: LayoutTests/webgl/conformance/extensions/oes-texture-half-float-with-video.html
diff --git a/LayoutTests/webgl/conformance/extensions/oes-texture-float-with-image-data.html b/LayoutTests/webgl/conformance/extensions/oes-texture-half-float-with-video.html
similarity index 67%
copy from LayoutTests/webgl/conformance/extensions/oes-texture-float-with-image-data.html
copy to LayoutTests/webgl/conformance/extensions/oes-texture-half-float-with-video.html
index 90e65364f4acf6a914c4b717047994070b7e47a0..80aaf8203706e9576b19ffbbb2b41853ad5eba18 100644
--- a/LayoutTests/webgl/conformance/extensions/oes-texture-float-with-image-data.html
+++ b/LayoutTests/webgl/conformance/extensions/oes-texture-half-float-with-video.html
@@ -3,16 +3,16 @@
<html>
<head>
<meta charset="utf-8">
-<title>WebGL Conformance Test Wrapper for oes-texture-float-with-image-data.html</title>
+<title>WebGL Conformance Test Wrapper for oes-texture-half-float-with-video.html</title>
<script type="text/javascript" src="../../../fast/js/resources/js-test-pre.js"></script>
<script type="text/javascript" src="../../resources/webkit-webgl-test-harness.js"></script>
</head>
<body>
<p>This test runs the WebGL Test listed below in an iframe and reports PASS or FAIL.</p>
-Test: <a href="../../resources/webgl_test_files/conformance/extensions/oes-texture-float-with-image-data.html">../../resources/webgl_test_files/conformance/extensions/oes-texture-float-with-image-data.html</a>
+Test: <a href="../../resources/webgl_test_files/conformance/extensions/oes-texture-half-float-with-video.html">../../resources/webgl_test_files/conformance/extensions/oes-texture-half-float-with-video.html</a>
<div id="result"></div>
<div id="iframe">
-<iframe src="../../resources/webgl_test_files/conformance/extensions/oes-texture-float-with-image-data.html" width="800" height="600"></iframe>
+<iframe src="../../resources/webgl_test_files/conformance/extensions/oes-texture-half-float-with-video.html" width="800" height="600"></iframe>
</div>
</body>
</html>

Powered by Google App Engine
This is Rietveld 408576698