added text selection test to testsuite
[swftools.git] / spec / textarea.spec.rb
1 require File.dirname(__FILE__) + '/spec_helper'
2
3 describe "pdf conversion" do
4     convert_file "textarea.pdf" do
5         area_at(460,94,610,106).should_contain_text '97924ff65f9dfc75450ba'
6         area_at(467,373,525,384).should_contain_text '29cf24e47'
7         area_at(474,592,543,601).should_contain_text '0afa27099a'
8         area_at(59,798,131,808).should_contain_text '4c28e489b4'
9     end
10 end