Skip to content

Commit 31fe370

Browse files
committed
test/reftest: Modified description text to match new example
1 parent b2b61d5 commit 31fe370

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

test/reftest.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ A test can be both a [[test:selftest|self-describing tests]] and a reftest at th
99
Here is an example of a reftest that is also a self-describing test:
1010

1111
; [[http://test.csswg.org/source/contributors/adobe/submitted/svg-transform/translate/svg-translate-001.html|TEST]]
12-
: The test file uses a fuchsia top border and an orange background to create a two-color square block that is then rotated 90deg using the ''transform'' property.
12+
: The test file applies a transform to an SVG element using ''translate(50 50)''. When transformed properly, a red element on the page will be hidden from view.
1313
; [[http://test.csswg.org/source/contributors/adobe/submitted/svg-transform/translate/reference/svg-translate-ref.html|REF]]
14-
: The reference file achieves the intended rendering by using a fuchsia left border and an orange background and no ''transform''.
14+
: The reference file achieves the intended rendering by using an svg element with and ''x=50'' and ''y=50'' and no ''transform''.
1515

1616
</note>
1717

0 commit comments

Comments
 (0)