shape ops work in progress

git-svn-id: http://skia.googlecode.com/svn/trunk@7453 2bbb7eff-a529-9590-31e7-b0007b416f81
diff --git a/experimental/Intersection/qc.htm b/experimental/Intersection/qc.htm
index 9b1cbbe..2053b9b 100644
--- a/experimental/Intersection/qc.htm
+++ b/experimental/Intersection/qc.htm
@@ -1703,11 +1703,26 @@
 {{x = 0.30387252963474076, y = 0.69616688005807803}, {x = 0.3039751936710845, y = 0.69622610811401087}}
 </div>
 
+<div id="cubicOp1d">
+{{0, 1}, {0, 2}, {1, 0}, {1, 0}},
+{{0, 1}, {0, 1}, {1, 0}, {2, 0}},
+
+  {{0,1}, {0.0078125,1.35546875}, {0.15625,1.265625}},
+  {{0.15625,1.265625}, {0.3046875,1.17578125}, {0.5,0.875}},
+  {{0.5,0.875}, {0.6953125,0.57421875}, {0.84375,0.296875}},
+  {{0.84375,0.296875}, {0.9921875,0.01953125}, {1,0}},
+
+  {{0,1}, {0.00925925926,0.981481481}, {0.296296296,0.740740741}},
+  {{0.296296296,0.740740741}, {0.583333333,0.5}, {1.03703704,0.259259259}},
+  {{1.03703704,0.259259259}, {1.49074074,0.0185185185}, {2,0}},
+</div>
+
 </div>
 
 <script type="text/javascript">
 
 var testDivs = [
+    cubicOp1d,
     testCubic1b,
     testCubic1a,
     testCubic1,