Skip to content

Commit 32f0ca0

Browse files
author
Johan Brichau
committed
remove use of 'big' tag in test case
1 parent bcbbac3 commit 32f0ca0

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

Diff for: repository/Seaside-Tests-Functional.package/WAPerformanceFunctionalTest.class/instance/renderAnchorsOn..st

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ renderAnchorsOn: canvas
44
html unorderedList: [
55
html listItem: [
66
html anchor
7-
name: 'name';
7+
id: 'name';
88
callback: [ ];
99
with: 'Anchor' ] ] ]
1010
factor: 1

Diff for: repository/Seaside-Tests-Functional.package/WAPerformanceFunctionalTest.class/instance/renderInline.factor.key.on..st

+3-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,9 @@ renderInline: aBlock factor: factor key: key on: html
4040
html div
4141
class: 'spi';
4242
with: [
43-
html big: spi greaseString , ' SPI'.
43+
html span
44+
style: 'font-size: 30px;';
45+
with: spi greaseString , ' SPI'.
4446
html span
4547
class: 'iteration';
4648
with: '(' , count greaseString , ' iterations)'.

0 commit comments

Comments
 (0)