Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
test:reftest [2013/07/09 13:23] – Changed example to one that uses green/red rhaucktest:reftest [2014/12/09 15:48] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +<html>
 +<strong>
 +<div style="color: red; font-size: 20px; border: 2px solid red; padding: 10px; line-height: 1.5; text-align: center;">
 +This page has been deprecated and is no longer being maintained. 
 +<br>For up to date information on contributing and authoring CSS Test suites, see: 
 +<br><a href="http://testthewebforward.org/docs/reftests.html">http://testthewebforward.org/docs/reftests.html</a>
 +</strong>
 +</div>
 +</html>
 +
 ====== Reftests ====== ====== Reftests ======
  
Line 10: Line 20:
  
   ; [[http://test.csswg.org/source/contributors/adobe/submitted/svg-transform/translate/svg-translate-001.html|TEST]]   ; [[http://test.csswg.org/source/contributors/adobe/submitted/svg-transform/translate/svg-translate-001.html|TEST]]
-  : The test file uses fuchsia top border and an orange background to create a two-color square block that is then rotated 90deg using the ''transform'' property.+  : The test file applies transform to an SVG element using ''translate(50 50)''. When transformed properly, a red element on the page will be hidden from view.
   ; [[http://test.csswg.org/source/contributors/adobe/submitted/svg-transform/translate/reference/svg-translate-ref.html|REF]]   ; [[http://test.csswg.org/source/contributors/adobe/submitted/svg-transform/translate/reference/svg-translate-ref.html|REF]]
-  : The reference file achieves the intended rendering by using a fuchsia left border and an orange background and no ''transform''.+  : The reference file achieves the intended rendering by using an svg element with and ''x=50'' and ''y=50'' and no ''transform''.
  
 </note> </note>
Line 57: Line 67:
   <title>CSS Reftest Reference</title>   <title>CSS Reftest Reference</title>
   <link rel="author" title="NAME_OF_AUTHOR" href="mailto:EMAIL OR http://CONTACT_PAGE"/>   <link rel="author" title="NAME_OF_AUTHOR" href="mailto:EMAIL OR http://CONTACT_PAGE"/>
 +  <meta name="flags" content="[requirement flags]" />
   <style type="text/css"><![CDATA[   <style type="text/css"><![CDATA[
    CSS FOR REFERENCE    CSS FOR REFERENCE
 
test/reftest.txt · Last modified: 2014/12/09 15:48 by 127.0.0.1
Recent changes RSS feed Valid XHTML 1.0 Valid CSS Driven by DokuWiki