From 2bde8e466a4451c7319e3a072d118917957d6554 Mon Sep 17 00:00:00 2001 From: Steve Block Date: Wed, 25 May 2011 19:08:45 +0100 Subject: Merge WebKit at r82507: Initial merge by git Change-Id: I60ce9d780725b58b45e54165733a8ffee23b683e --- PerformanceTests/ChangeLog | 14 +++++ .../PageLoad/svg/files/Sierpinski_carpet_6.svg | 62 ++++++++++++++++++++++ PerformanceTests/PageLoad/svg/svg.pltsuite | 1 + 3 files changed, 77 insertions(+) create mode 100644 PerformanceTests/PageLoad/svg/files/Sierpinski_carpet_6.svg (limited to 'PerformanceTests') diff --git a/PerformanceTests/ChangeLog b/PerformanceTests/ChangeLog index 02bcc1d..34732ab 100644 --- a/PerformanceTests/ChangeLog +++ b/PerformanceTests/ChangeLog @@ -1,3 +1,17 @@ +2011-03-25 Leo Yang + + Reviewed by Dirk Schulze. + + SVG element performance improvement + https://bugs.webkit.org/show_bug.cgi?id=57077 + + Add a manual test case which is from + http://upload.wikimedia.org/wikipedia/commons/4/4e/Sierpinski_carpet_6.svg + for svg element performance test. + + * PageLoad/svg/files/Sierpinski_carpet_6.svg: Added. + * PageLoad/svg/svg.pltsuite: + 2011-02-05 Eric Seidel Reviewed by Adam Barth. diff --git a/PerformanceTests/PageLoad/svg/files/Sierpinski_carpet_6.svg b/PerformanceTests/PageLoad/svg/files/Sierpinski_carpet_6.svg new file mode 100644 index 0000000..af583a1 --- /dev/null +++ b/PerformanceTests/PageLoad/svg/files/Sierpinski_carpet_6.svg @@ -0,0 +1,62 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/PerformanceTests/PageLoad/svg/svg.pltsuite b/PerformanceTests/PageLoad/svg/svg.pltsuite index ca161e8..8242e48 100644 --- a/PerformanceTests/PageLoad/svg/svg.pltsuite +++ b/PerformanceTests/PageLoad/svg/svg.pltsuite @@ -17,3 +17,4 @@ file:///WEBKIT_PATH/PerformanceTests/PageLoad/svg/files/hereGear4.svg file:///WEBKIT_PATH/PerformanceTests/PageLoad/svg/files/mtsthelens.svg file:///WEBKIT_PATH/PerformanceTests/PageLoad/svg/files/world-iso.svg file:///WEBKIT_PATH/PerformanceTests/PageLoad/svg/files/worldcup.svg +file:///WEBKIT_PATH/PerformanceTests/PageLoad/svg/files/Sierpinski_carpet_6.svg -- cgit v1.1