shape ops work in progress

git-svn-id: http://skia.googlecode.com/svn/trunk@7898 2bbb7eff-a529-9590-31e7-b0007b416f81
diff --git a/experimental/Intersection/QuadraticIntersection_Test.cpp b/experimental/Intersection/QuadraticIntersection_Test.cpp
index 46cf20a..35fda3a 100644
--- a/experimental/Intersection/QuadraticIntersection_Test.cpp
+++ b/experimental/Intersection/QuadraticIntersection_Test.cpp
@@ -54,6 +54,9 @@
 }
 
 static const Quadratic testSet[] = {
+  {{1,2}, {0.984375,2.3359375}, {1.0625,2.15625}},
+  {{0,1}, {0.983539095,2.30041152}, {1.47325103,2.61316872}},
+
   {{4.09011926,2.20971038}, {4.74608133,1.9335932}, {5.02469918,2.00694987}},
   {{2.79472921,1.73568666}, {3.36246373,1.21251209}, {5,2}},