Unreviewed. Add 1.0.3 conformance tests. Remove unused webgl test resource files.
* platform/mac/TestExpectations: Skipping 1.0.3 tests until we are at least somewhat conformant.
* webgl/1.0.3: Added.
* webgl/resources/webgl_test_files: Removed
git-svn-id: http://svn.webkit.org/repository/webkit/trunk@176776 268f45cc-cd09-0410-ab3c-d52691b4dbfc
diff --git a/LayoutTests/webgl/1.0.3/conformance/glsl/implicit/divide_int_vec3.vert.html b/LayoutTests/webgl/1.0.3/conformance/glsl/implicit/divide_int_vec3.vert.html
new file mode 100644
index 0000000..40e3bbd
--- /dev/null
+++ b/LayoutTests/webgl/1.0.3/conformance/glsl/implicit/divide_int_vec3.vert.html
@@ -0,0 +1,18 @@
+<!-- This file is auto-generated by generate-webgl-tests.py. DO NOT EDIT -->
+<!DOCTYPE html>
+<html>
+<head>
+<meta charset="utf-8">
+<title>WebGL Conformance Test Wrapper for divide_int_vec3.vert.html</title>
+<script type="text/javascript" src="../../../../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/glsl/implicit/divide_int_vec3.vert.html">../../../resources/webgl_test_files/conformance/glsl/implicit/divide_int_vec3.vert.html</a>
+<div id="result"></div>
+<div id="iframe">
+<iframe src="../../../resources/webgl_test_files/conformance/glsl/implicit/divide_int_vec3.vert.html" width="800" height="600"></iframe>
+</div>
+</body>
+</html>