Adding additional test case from:
http://bugzilla.opendarwin.org/show_bug.cgi?id=6801
* svg/custom/percentage-rect2-expected.checksum: Added.
* svg/custom/percentage-rect2-expected.png: Added.
* svg/custom/percentage-rect2-expected.txt: Added.
* svg/custom/percentage-rect2.svg: Added.
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@12391
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2006-01-26 Eric Seidel <eseidel@apple.com>
+
+ Adding additional test case from:
+ http://bugzilla.opendarwin.org/show_bug.cgi?id=6801
+
+ * svg/custom/percentage-rect2-expected.checksum: Added.
+ * svg/custom/percentage-rect2-expected.png: Added.
+ * svg/custom/percentage-rect2-expected.txt: Added.
+ * svg/custom/percentage-rect2.svg: Added.
+
2006-01-26 Eric Seidel <eseidel@apple.com>
Reviewed by mjs.
--- /dev/null
+778803df0a824ed8f2c7dfa07c56832e
\ No newline at end of file
--- /dev/null
+layer at (0,0) size 800x600
+ RenderCanvas at (0,0) size 800x600
+ KCanvasContainer {svg} at (0,0) size 100x100
+ KCanvasItem {rect} at (0,0) size 100x100 [fill={[type=SOLID] [color=#FF0000]}] [data="M0.00,0.00L100.00,0.00L100.00,100.00L0.00,100.00"]
+ KCanvasItem {rect} at (0,0) size 100x100 [fill={[type=SOLID] [color=#008000]}] [data="M0.00,0.00L100.00,0.00L100.00,100.00L0.00,100.00"]
--- /dev/null
+<svg width="200" height="200" xmlns="http://www.w3.org/2000/svg">
+ <rect height="100" width="100" fill="red"/>
+ <rect height="50%" width="50%" fill="green"/>
+</svg>