keep old experimental code in sync
git-svn-id: http://skia.googlecode.com/svn/trunk@8554 2bbb7eff-a529-9590-31e7-b0007b416f81
diff --git a/experimental/Intersection/op.htm b/experimental/Intersection/op.htm
index 75dd92e..4c67e0a 100644
--- a/experimental/Intersection/op.htm
+++ b/experimental/Intersection/op.htm
@@ -382,6 +382,11 @@
path.close();
</div>
+<div id="testLine16">
+ path.addRect(0, 0, 12, 12, SkPath::kCW_Direction);
+ path.addRect(0, 4, 9, 9, SkPath::kCW_Direction);
+</div>
+
<div id="testLine17">
SkPath path, simple;
path.addRect(0, 0, 12, 12, SkPath::kCW_Direction);
@@ -4078,6 +4083,7 @@
<script type="text/javascript">
var testDivs = [
+ testLine16,
cubicOp63d,
cubicOp62d,
cubicOp61d,
@@ -4366,6 +4372,7 @@
testLine22,
testLine19,
testLine17,
+ testLine16,
testLine13,
testLine12,
testLine9,