add some basic perf-o-matic tests for flexbox
authortony@chromium.org <tony@chromium.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Wed, 9 May 2012 22:45:20 +0000 (22:45 +0000)
committertony@chromium.org <tony@chromium.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Wed, 9 May 2012 22:45:20 +0000 (22:45 +0000)
commitb40563487dae990825382e204c379371371a71ad
tree6f6090b20ca6ce15b16e33465293d35be5457537
parent235ee976b3da25a10d85805070269f786d2467f0
add some basic perf-o-matic tests for flexbox
https://bugs.webkit.org/show_bug.cgi?id=86017

Reviewed by Ryosuke Niwa.

Each of these tests take < 3s on my machine.

* Layout/flexbox-column-nowrap.html: Added.
* Layout/flexbox-column-wrap.html: Added.
* Layout/flexbox-row-nowrap.html: Added.
* Layout/flexbox-row-wrap.html: Added.

git-svn-id: http://svn.webkit.org/repository/webkit/trunk@116564 268f45cc-cd09-0410-ab3c-d52691b4dbfc
PerformanceTests/ChangeLog
PerformanceTests/Layout/flexbox-column-nowrap.html [new file with mode: 0644]
PerformanceTests/Layout/flexbox-column-wrap.html [new file with mode: 0644]
PerformanceTests/Layout/flexbox-row-nowrap.html [new file with mode: 0644]
PerformanceTests/Layout/flexbox-row-wrap.html [new file with mode: 0644]