@@ -585,7 +585,7 @@ def foo
585
585
586
586
get "/rails/mailers/notifier/foo.txt"
587
587
assert_equal 200 , last_response . status
588
- assert_match '<iframe seamless name="messageBody" src="?part=text%2Fplain">' , last_response . body
588
+ assert_match '<iframe name="messageBody" src="?part=text%2Fplain">' , last_response . body
589
589
assert_match '<option selected value="part=text%2Fplain">' , last_response . body
590
590
assert_match '<option value="part=text%2Fhtml">' , last_response . body
591
591
@@ -595,7 +595,7 @@ def foo
595
595
596
596
get "/rails/mailers/notifier/foo.html?name=Ruby"
597
597
assert_equal 200 , last_response . status
598
- assert_match '<iframe seamless name="messageBody" src="?name=Ruby&part=text%2Fhtml">' , last_response . body
598
+ assert_match '<iframe name="messageBody" src="?name=Ruby&part=text%2Fhtml">' , last_response . body
599
599
assert_match '<option selected value="name=Ruby&part=text%2Fhtml">' , last_response . body
600
600
assert_match '<option value="name=Ruby&part=text%2Fplain">' , last_response . body
601
601
@@ -634,7 +634,7 @@ def foo
634
634
635
635
get "/rails/mailers/notifier/foo"
636
636
assert_equal 200 , last_response . status
637
- assert_match %r[<iframe seamless name="messageBody"] , last_response . body
637
+ assert_match %r[<iframe name="messageBody"] , last_response . body
638
638
639
639
get "/rails/mailers/notifier/foo?part=text/plain"
640
640
assert_equal 200 , last_response . status
@@ -675,7 +675,7 @@ def foo
675
675
676
676
get "/rails/mailers/notifier/foo"
677
677
assert_equal 200 , last_response . status
678
- assert_match %r[<iframe seamless name="messageBody"] , last_response . body
678
+ assert_match %r[<iframe name="messageBody"] , last_response . body
679
679
680
680
get "/rails/mailers/notifier/foo?part=text/plain"
681
681
assert_equal 200 , last_response . status
@@ -721,7 +721,7 @@ def foo
721
721
722
722
get "/rails/mailers/notifier/foo"
723
723
assert_equal 200 , last_response . status
724
- assert_match %r[<iframe seamless name="messageBody"] , last_response . body
724
+ assert_match %r[<iframe name="messageBody"] , last_response . body
725
725
726
726
get "/rails/mailers/notifier/foo?part=text/plain"
727
727
assert_equal 200 , last_response . status
@@ -779,7 +779,7 @@ def foo
779
779
780
780
get "/rails/mailers/notifier/foo"
781
781
assert_equal 200 , last_response . status
782
- assert_match %r[<iframe seamless name="messageBody"] , last_response . body
782
+ assert_match %r[<iframe name="messageBody"] , last_response . body
783
783
784
784
get "/rails/mailers/notifier/foo?part=text/plain"
785
785
assert_equal 200 , last_response . status
0 commit comments