diff options
author | Ms2ger <Ms2ger@gmail.com> | 2015-09-18 16:05:28 +0200 |
---|---|---|
committer | Ms2ger <Ms2ger@gmail.com> | 2015-09-19 18:02:54 +0200 |
commit | bff545d19826dcadd98c37970a1e7e14c9b21d1f (patch) | |
tree | 7fa09d34eb0a64da43747814745cfe6a2eb22ccd /tests/wpt/css-tests/css-transforms-1_dev | |
parent | 7f2d81933a6158926ff6d03acbc05f191cd5adb3 (diff) | |
download | servo-bff545d19826dcadd98c37970a1e7e14c9b21d1f.tar.gz servo-bff545d19826dcadd98c37970a1e7e14c9b21d1f.zip |
Update CSS tests to revision 135b269a1d9f5ce7862ab7426578bd56e2add740
Diffstat (limited to 'tests/wpt/css-tests/css-transforms-1_dev')
125 files changed, 336 insertions, 339 deletions
diff --git a/tests/wpt/css-tests/css-transforms-1_dev/html/2d-rotate-001.htm b/tests/wpt/css-tests/css-transforms-1_dev/html/2d-rotate-001.htm index df53efb4052..46b1d76ba9a 100644 --- a/tests/wpt/css-tests/css-transforms-1_dev/html/2d-rotate-001.htm +++ b/tests/wpt/css-tests/css-transforms-1_dev/html/2d-rotate-001.htm @@ -29,7 +29,7 @@ <p>You should only see one block with color green, and you should not see any red</p> <section> <article></article> - <svg xmlns:xmlns="http://www.w3.org/2000/svg" width="300" version="1.1" height="200"> + <svg width="300" version="1.1" xmlns:xmlns="http://www.w3.org/2000/svg" height="200"> <style type="text/css"> rect{ stroke-width: 10; diff --git a/tests/wpt/css-tests/css-transforms-1_dev/html/animations-001.htm b/tests/wpt/css-tests/css-transforms-1_dev/html/animations-001.htm index 39cb31c68db..aab675d698c 100644 --- a/tests/wpt/css-tests/css-transforms-1_dev/html/animations-001.htm +++ b/tests/wpt/css-tests/css-transforms-1_dev/html/animations-001.htm @@ -3,7 +3,7 @@ <title>CSS Regions: animating content flowed into a region</title> <link href="mailto:mibalan@adobe.com" rel="author" title="Mihai Balan"> <link href="http://www.w3.org/TR/css3-regions/#the-flow-into-property" rel="help"> - <link href="http://www.w3.org/TR/css3-regions/#the-flow-from-property" rel="help"> + <link href="http://www.w3.org/TR/css3-regions/#flow-from" rel="help"> <link href="http://www.w3.org/TR/css-transforms-1/#transform-functions" rel="help"> <link href="http://www.w3.org/TR/css3-animations/#animations" rel="help"> <meta content="Test checks that content that has an animated 3D transform renders and animates when flowed in a region." name="assert"> diff --git a/tests/wpt/css-tests/css-transforms-1_dev/html/canvas3d-001.htm b/tests/wpt/css-tests/css-transforms-1_dev/html/canvas3d-001.htm index cc05fd0815f..2d035d56a96 100644 --- a/tests/wpt/css-tests/css-transforms-1_dev/html/canvas3d-001.htm +++ b/tests/wpt/css-tests/css-transforms-1_dev/html/canvas3d-001.htm @@ -3,7 +3,7 @@ <title>CSS Regions: rendering 3D canvas elements inside regions</title> <link href="mailto:mibalan@adobe.com" rel="author" title="Mihai Balan"> <link href="http://www.w3.org/TR/css3-regions/#the-flow-into-property" rel="help"> - <link href="http://www.w3.org/TR/css3-regions/#the-flow-from-property" rel="help"> + <link href="http://www.w3.org/TR/css3-regions/#flow-from" rel="help"> <link href="http://www.w3.org/TR/css-transforms-1/#transform-functions" rel="help"> <meta content="Test checks that when a 3D (webGL) canvas element is flowed in a region it renders as it would render if it wouldn't be flowed in the region." name="assert"> <meta content="dom" name="flags"> diff --git a/tests/wpt/css-tests/css-transforms-1_dev/html/canvas3d-002.htm b/tests/wpt/css-tests/css-transforms-1_dev/html/canvas3d-002.htm index c0acecca4e4..cd6a727e302 100644 --- a/tests/wpt/css-tests/css-transforms-1_dev/html/canvas3d-002.htm +++ b/tests/wpt/css-tests/css-transforms-1_dev/html/canvas3d-002.htm @@ -3,7 +3,7 @@ <title>CSS Regions: rendering text flowed in a region on top of 3D content</title> <link href="mailto:mibalan@adobe.com" rel="author" title="Mihai Balan"> <link href="http://www.w3.org/TR/css3-regions/#the-flow-into-property" rel="help"> - <link href="http://www.w3.org/TR/css3-regions/#the-flow-from-property" rel="help"> + <link href="http://www.w3.org/TR/css3-regions/#flow-from" rel="help"> <link href="http://www.w3.org/TR/css-transforms-1/#transform-functions" rel="help"> <meta content="Test checks that text flowed in a region renders without artifacts when the region overlaps a 3D (webGL) canvas element. This can be problematic in browsers that don't handle layers and/or 3D acceleration correctly." name="assert"> <meta content="dom" name="flags"> diff --git a/tests/wpt/css-tests/css-transforms-1_dev/html/chapter-15.htm b/tests/wpt/css-tests/css-transforms-1_dev/html/chapter-15.htm index 064a740c385..327eb8cc8d4 100644 --- a/tests/wpt/css-tests/css-transforms-1_dev/html/chapter-15.htm +++ b/tests/wpt/css-tests/css-transforms-1_dev/html/chapter-15.htm @@ -6985,7 +6985,7 @@ <td><abbr class="dom" title="Requires Document Object Model support">DOM/JS</abbr><abbr class="script" title="Executes tests in script">Script</abbr></td> <td>transform translate with invalid translation value <ul class="assert"> - <li>Check if transform sets translate(null, null) that an expection is to be thrown</li> + <li>Check if transform sets translate(null, null), transform property returns initial value.</li> </ul> </td> </tr> @@ -6996,7 +6996,7 @@ <td><abbr class="dom" title="Requires Document Object Model support">DOM/JS</abbr><abbr class="script" title="Executes tests in script">Script</abbr></td> <td>transform translate with maximum translation value <ul class="assert"> - <li>Check if transform sets translate(INFINITE, INFINITE) that an expection is to be thrown</li> + <li>Check if transform sets translate(INFINITE, INFINITE), transform property returns initial value.</li> </ul> </td> </tr> @@ -7007,7 +7007,7 @@ <td><abbr class="dom" title="Requires Document Object Model support">DOM/JS</abbr><abbr class="script" title="Executes tests in script">Script</abbr></td> <td>transform translate with minimum translation value <ul class="assert"> - <li>Check if transform sets translate(-INFINITE, -INFINITE) that an expection is to be thrown</li> + <li>Check if transform sets translate(-INFINITE, -INFINITE), transform property returns initial value.</li> </ul> </td> </tr> diff --git a/tests/wpt/css-tests/css-transforms-1_dev/html/chapter-7.htm b/tests/wpt/css-tests/css-transforms-1_dev/html/chapter-7.htm index 480af4e2128..e1484e5059a 100644 --- a/tests/wpt/css-tests/css-transforms-1_dev/html/chapter-7.htm +++ b/tests/wpt/css-tests/css-transforms-1_dev/html/chapter-7.htm @@ -942,7 +942,7 @@ <td><abbr class="dom" title="Requires Document Object Model support">DOM/JS</abbr><abbr class="script" title="Executes tests in script">Script</abbr></td> <td>transform translate with invalid translation value <ul class="assert"> - <li>Check if transform sets translate(null, null) that an expection is to be thrown</li> + <li>Check if transform sets translate(null, null), transform property returns initial value.</li> </ul> </td> </tr> @@ -953,7 +953,7 @@ <td><abbr class="dom" title="Requires Document Object Model support">DOM/JS</abbr><abbr class="script" title="Executes tests in script">Script</abbr></td> <td>transform translate with maximum translation value <ul class="assert"> - <li>Check if transform sets translate(INFINITE, INFINITE) that an expection is to be thrown</li> + <li>Check if transform sets translate(INFINITE, INFINITE), transform property returns initial value.</li> </ul> </td> </tr> @@ -964,7 +964,7 @@ <td><abbr class="dom" title="Requires Document Object Model support">DOM/JS</abbr><abbr class="script" title="Executes tests in script">Script</abbr></td> <td>transform translate with minimum translation value <ul class="assert"> - <li>Check if transform sets translate(-INFINITE, -INFINITE) that an expection is to be thrown</li> + <li>Check if transform sets translate(-INFINITE, -INFINITE), transform property returns initial value.</li> </ul> </td> </tr> diff --git a/tests/wpt/css-tests/css-transforms-1_dev/html/iframe-001.htm b/tests/wpt/css-tests/css-transforms-1_dev/html/iframe-001.htm index 27b0d1148bd..dde7ec59982 100644 --- a/tests/wpt/css-tests/css-transforms-1_dev/html/iframe-001.htm +++ b/tests/wpt/css-tests/css-transforms-1_dev/html/iframe-001.htm @@ -3,7 +3,7 @@ <title>CSS Regions: flowing an iframe that loads content with 3D transform</title> <link href="mailto:mibalan@adobe.com" rel="author" title="Mihai Balan"> <link href="http://www.w3.org/TR/css3-regions/#the-flow-into-property" rel="help"> - <link href="http://www.w3.org/TR/css3-regions/#the-flow-from-property" rel="help"> + <link href="http://www.w3.org/TR/css3-regions/#flow-from" rel="help"> <link href="http://www.w3.org/TR/css-transforms-1/#transform-functions" rel="help"> <meta content="Test checks that flowing an iframe that loads content with 3D transforms in a region renders without artifacts." name="assert"> <meta content="ahem" name="flags"> diff --git a/tests/wpt/css-tests/css-transforms-1_dev/html/reference/2d-rotate-notref.htm b/tests/wpt/css-tests/css-transforms-1_dev/html/reference/2d-rotate-notref.htm index 3e3b816f52a..a3153a211b3 100644 --- a/tests/wpt/css-tests/css-transforms-1_dev/html/reference/2d-rotate-notref.htm +++ b/tests/wpt/css-tests/css-transforms-1_dev/html/reference/2d-rotate-notref.htm @@ -29,7 +29,7 @@ <p>You should only see one block with color green, and you should not see any red</p> <section> <article></article> - <svg xmlns:xmlns="http://www.w3.org/2000/svg" width="300" version="1.1" height="200"> + <svg width="300" version="1.1" xmlns:xmlns="http://www.w3.org/2000/svg" height="200"> <style type="text/css"> rect{ stroke-width: 10; diff --git a/tests/wpt/css-tests/css-transforms-1_dev/html/reference/2d-rotate-ref.htm b/tests/wpt/css-tests/css-transforms-1_dev/html/reference/2d-rotate-ref.htm index 40bc2d46537..71ed65a8757 100644 --- a/tests/wpt/css-tests/css-transforms-1_dev/html/reference/2d-rotate-ref.htm +++ b/tests/wpt/css-tests/css-transforms-1_dev/html/reference/2d-rotate-ref.htm @@ -15,7 +15,7 @@ <body> <p>You should only see one block with color green, and you should not see any red</p> <section> - <svg xmlns:xmlns="http://www.w3.org/2000/svg" width="300" version="1.1" height="200"> + <svg width="300" version="1.1" xmlns:xmlns="http://www.w3.org/2000/svg" height="200"> <style type="text/css"> rect{ stroke-width: 10; diff --git a/tests/wpt/css-tests/css-transforms-1_dev/html/reference/skew-test1-ref.htm b/tests/wpt/css-tests/css-transforms-1_dev/html/reference/skew-test1-ref.htm index 777c0a7f235..73aacbe39a8 100644 --- a/tests/wpt/css-tests/css-transforms-1_dev/html/reference/skew-test1-ref.htm +++ b/tests/wpt/css-tests/css-transforms-1_dev/html/reference/skew-test1-ref.htm @@ -24,7 +24,7 @@ <h4> There should be a green block on the page. </h4> - <svg xmlns:xmlns="http://www.w3.org/2000/svg" version="1.1"> + <svg version="1.1" xmlns:xmlns="http://www.w3.org/2000/svg"> <polygon style="fill:lime" points="0,0 150,55 235,205 88,150"></polygon> </svg> diff --git a/tests/wpt/css-tests/css-transforms-1_dev/html/regions-transforms-001.htm b/tests/wpt/css-tests/css-transforms-1_dev/html/regions-transforms-001.htm index ec9a0b5739c..141582793cc 100644 --- a/tests/wpt/css-tests/css-transforms-1_dev/html/regions-transforms-001.htm +++ b/tests/wpt/css-tests/css-transforms-1_dev/html/regions-transforms-001.htm @@ -6,7 +6,7 @@ <link href="mailto:mibalan@adobe.com" rel="reviewer" title="Mihai Balan"> <link href="mailto:rhauck@adobe.com" rel="reviewer" title="Rebecca Hauck"> <!-- 07-15-2013 --> <link href="http://www.w3.org/TR/css3-regions/#the-flow-into-property" rel="help"> - <link href="http://www.w3.org/TR/css3-regions/#the-flow-from-property" rel="help"> + <link href="http://www.w3.org/TR/css3-regions/#flow-from" rel="help"> <link href="http://www.w3.org/TR/css-transforms-1/#two-d-transform-functions" rel="help"> <link href="reference/regions-transforms-001-ref.htm" rel="match"> <meta content="This test checks that the transform is applied to the named flow non-text content." name="assert"> diff --git a/tests/wpt/css-tests/css-transforms-1_dev/html/regions-transforms-002.htm b/tests/wpt/css-tests/css-transforms-1_dev/html/regions-transforms-002.htm index 7c07cae0a63..b4daf9efb57 100644 --- a/tests/wpt/css-tests/css-transforms-1_dev/html/regions-transforms-002.htm +++ b/tests/wpt/css-tests/css-transforms-1_dev/html/regions-transforms-002.htm @@ -6,7 +6,7 @@ <link href="mailto:mibalan@adobe.com" rel="reviewer" title="Mihai Balan"> <link href="mailto:rhauck@adobe.com" rel="reviewer" title="Rebecca Hauck"> <!-- 07-15-2013 --> <link href="http://www.w3.org/TR/css3-regions/#the-flow-into-property" rel="help"> - <link href="http://www.w3.org/TR/css3-regions/#the-flow-from-property" rel="help"> + <link href="http://www.w3.org/TR/css3-regions/#flow-from" rel="help"> <link href="http://www.w3.org/TR/css-transforms-1/#two-d-transform-functions" rel="help"> <link href="reference/regions-transforms-001-ref.htm" rel="match"> <meta content="This test checks that the child is transformed along with the parent when the diff --git a/tests/wpt/css-tests/css-transforms-1_dev/html/regions-transforms-003.htm b/tests/wpt/css-tests/css-transforms-1_dev/html/regions-transforms-003.htm index 21bc08421d6..7c84e9b8484 100644 --- a/tests/wpt/css-tests/css-transforms-1_dev/html/regions-transforms-003.htm +++ b/tests/wpt/css-tests/css-transforms-1_dev/html/regions-transforms-003.htm @@ -6,7 +6,7 @@ <link href="mailto:mibalan@adobe.com" rel="reviewer" title="Mihai Balan"> <link href="mailto:rhauck@adobe.com" rel="reviewer" title="Rebecca Hauck"> <!-- 07-15-2013 --> <link href="http://www.w3.org/TR/css3-regions/#the-flow-into-property" rel="help"> - <link href="http://www.w3.org/TR/css3-regions/#the-flow-from-property" rel="help"> + <link href="http://www.w3.org/TR/css3-regions/#flow-from" rel="help"> <link href="http://www.w3.org/TR/css-transforms-1/#two-d-transform-functions" rel="help"> <link href="reference/regions-transforms-001-ref.htm" rel="match"> <meta content="This tests checks that when a transform is applied to a parent outside of the named diff --git a/tests/wpt/css-tests/css-transforms-1_dev/html/regions-transforms-004.htm b/tests/wpt/css-tests/css-transforms-1_dev/html/regions-transforms-004.htm index 084e2f144cc..dfb4d4df234 100644 --- a/tests/wpt/css-tests/css-transforms-1_dev/html/regions-transforms-004.htm +++ b/tests/wpt/css-tests/css-transforms-1_dev/html/regions-transforms-004.htm @@ -5,7 +5,7 @@ <link href="mailto:dalcala@adobe.com" rel="author" title="David Alcala"> <link href="mailto:rhauck@adobe.com" rel="reviewer" title="Rebecca Hauck"> <!-- 07-15-2013 --> <link href="http://www.w3.org/TR/css3-regions/#the-flow-into-property" rel="help"> - <link href="http://www.w3.org/TR/css3-regions/#the-flow-from-property" rel="help"> + <link href="http://www.w3.org/TR/css3-regions/#flow-from" rel="help"> <link href="http://www.w3.org/TR/css-transforms-1/#three-d-transform-functions" rel="help"> <link href="reference/regions-transforms-001-ref.htm" rel="match"> <meta content="This test checks that a 3D transform can be applied to a region" name="assert"> diff --git a/tests/wpt/css-tests/css-transforms-1_dev/html/regions-transforms-005.htm b/tests/wpt/css-tests/css-transforms-1_dev/html/regions-transforms-005.htm index b1487fcc5cd..45ccb96efb7 100644 --- a/tests/wpt/css-tests/css-transforms-1_dev/html/regions-transforms-005.htm +++ b/tests/wpt/css-tests/css-transforms-1_dev/html/regions-transforms-005.htm @@ -4,7 +4,7 @@ <link href="mailto:mibalan@adobe.com" rel="author" title="Mihai Balan"> <link href="mailto:rhauck@adobe.com" rel="author" title="Rebecca Hauck"> <link href="http://www.w3.org/TR/css3-regions/#the-flow-into-property" rel="help"> - <link href="http://www.w3.org/TR/css3-regions/#the-flow-from-property" rel="help"> + <link href="http://www.w3.org/TR/css3-regions/#flow-from" rel="help"> <link href="http://www.w3.org/TR/css-transforms-1/#three-d-transform-functions" rel="help"> <link href="http://www.w3.org/TR/css-transforms-1/#perspective-property" rel="help"> <!-- TODO: Link to fragmentation spec section about perspective, fragments and fragmentainers - diff --git a/tests/wpt/css-tests/css-transforms-1_dev/html/regions-transforms-006.htm b/tests/wpt/css-tests/css-transforms-1_dev/html/regions-transforms-006.htm index 8b6e8f24a66..8b2a10ecfcd 100644 --- a/tests/wpt/css-tests/css-transforms-1_dev/html/regions-transforms-006.htm +++ b/tests/wpt/css-tests/css-transforms-1_dev/html/regions-transforms-006.htm @@ -5,7 +5,7 @@ <link href="mailto:rhauck@adobe.com" rel="author" title="Rebecca Hauck"> <link href="mailto:mibalan@adobe.com" rel="reviewer" title="Mihai Balan"> <!-- 2013-07-24 --> <link href="http://www.w3.org/TR/css3-regions/#the-flow-into-property" rel="help"> - <link href="http://www.w3.org/TR/css3-regions/#the-flow-from-property" rel="help"> + <link href="http://www.w3.org/TR/css3-regions/#flow-from" rel="help"> <link href="http://www.w3.org/TR/css-transforms-1/#three-d-transform-functions" rel="help"> <meta content="Test checks that content flowed in a region and overflowing it is still rendered if the region has a 3D transform applied." name="assert"> diff --git a/tests/wpt/css-tests/css-transforms-1_dev/html/regions-transforms-007.htm b/tests/wpt/css-tests/css-transforms-1_dev/html/regions-transforms-007.htm index 7857fde9d0e..ffcea7f6d29 100644 --- a/tests/wpt/css-tests/css-transforms-1_dev/html/regions-transforms-007.htm +++ b/tests/wpt/css-tests/css-transforms-1_dev/html/regions-transforms-007.htm @@ -4,7 +4,7 @@ <link href="mailto:rhauck@adobe.com" rel="author" title="Rebecca Hauck"> <link href="mailto:mibalan@adobe.com" rel="reviewer author" title="Mihai Balan"> <!-- 2013-07-24 --> <link href="http://www.w3.org/TR/css3-regions/#the-flow-into-property" rel="help"> - <link href="http://www.w3.org/TR/css3-regions/#the-flow-from-property" rel="help"> + <link href="http://www.w3.org/TR/css3-regions/#flow-from" rel="help"> <link href="http://www.w3.org/TR/css-transforms-1/#two-d-transform-functions" rel="help"> <meta content="ahem" name="flags"> <meta content="Test checks that if both the content flowed in a region and the region have a diff --git a/tests/wpt/css-tests/css-transforms-1_dev/html/regions-transforms-008.htm b/tests/wpt/css-tests/css-transforms-1_dev/html/regions-transforms-008.htm index ea9dac62d26..6ccf4375168 100644 --- a/tests/wpt/css-tests/css-transforms-1_dev/html/regions-transforms-008.htm +++ b/tests/wpt/css-tests/css-transforms-1_dev/html/regions-transforms-008.htm @@ -6,7 +6,7 @@ <link href="mailto:dalcala@adobe.com" rel="author" title="David Alcala"> <link href="mailto:mibalan@adobe.com" rel="reviewer author" title="Mihai Balan"> <!-- 2013-07-24 --> <link href="http://www.w3.org/TR/css3-regions/#the-flow-into-property" rel="help"> - <link href="http://www.w3.org/TR/css3-regions/#the-flow-from-property" rel="help"> + <link href="http://www.w3.org/TR/css3-regions/#flow-from" rel="help"> <link href="http://www.w3.org/TR/css-transforms-1/#two-d-transform-functions" rel="help"> <link href="http://www.w3.org/TR/css3-break/#transforms" rel="help"> <link href="reference/regions-transforms-008-ref.htm" rel="match"> diff --git a/tests/wpt/css-tests/css-transforms-1_dev/html/regions-transforms-009.htm b/tests/wpt/css-tests/css-transforms-1_dev/html/regions-transforms-009.htm index b9a7734a1f0..bee9566e45d 100644 --- a/tests/wpt/css-tests/css-transforms-1_dev/html/regions-transforms-009.htm +++ b/tests/wpt/css-tests/css-transforms-1_dev/html/regions-transforms-009.htm @@ -6,7 +6,7 @@ <link href="mailto:dalcala@adobe.com" rel="author" title="David Alcala"> <link href="mailto:mibalan@adobe.com" rel="reviewer" title="Mihai Balan"> <!-- 2013-07-24 --> <link href="http://www.w3.org/TR/css3-regions/#the-flow-into-property" rel="help"> - <link href="http://www.w3.org/TR/css3-regions/#the-flow-from-property" rel="help"> + <link href="http://www.w3.org/TR/css3-regions/#flow-from" rel="help"> <link href="http://www.w3.org/TR/css-transforms-1/#two-d-transform-functions" rel="help"> <link href="http://www.w3.org/TR/css3-break/#transforms" rel="help"> <link href="reference/regions-transforms-008-ref.htm" rel="match"> diff --git a/tests/wpt/css-tests/css-transforms-1_dev/html/regions-transforms-010.htm b/tests/wpt/css-tests/css-transforms-1_dev/html/regions-transforms-010.htm index 60af78d406e..29a4879991b 100644 --- a/tests/wpt/css-tests/css-transforms-1_dev/html/regions-transforms-010.htm +++ b/tests/wpt/css-tests/css-transforms-1_dev/html/regions-transforms-010.htm @@ -6,7 +6,7 @@ <link href="mailto:dalcala@adobe.com" rel="author" title="David Alcala"> <link href="mailto:mibalan@adobe.com" rel="reviewer" title="Mihai Balan"> <!-- 2013-07-24 --> <link href="http://www.w3.org/TR/css3-regions/#the-flow-into-property" rel="help"> - <link href="http://www.w3.org/TR/css3-regions/#the-flow-from-property" rel="help"> + <link href="http://www.w3.org/TR/css3-regions/#flow-from" rel="help"> <link href="http://www.w3.org/TR/css-transforms-1/#two-d-transform-functions" rel="help"> <link href="reference/regions-transforms-010-ref.htm" rel="match"> <meta content="This test checks that the transform can be applied on relative positioned region." name="assert"> diff --git a/tests/wpt/css-tests/css-transforms-1_dev/html/regions-transforms-011.htm b/tests/wpt/css-tests/css-transforms-1_dev/html/regions-transforms-011.htm index 5421baef401..085186c8b5f 100644 --- a/tests/wpt/css-tests/css-transforms-1_dev/html/regions-transforms-011.htm +++ b/tests/wpt/css-tests/css-transforms-1_dev/html/regions-transforms-011.htm @@ -6,7 +6,7 @@ <link href="mailto:mibalan@adobe.com" rel="reviewer" title="Mihai Balan"> <link href="mailto:rhauck@adobe.com" rel="reviewer" title="Rebecca Hauck"> <!-- 07-15-2013 --> <link href="http://www.w3.org/TR/css3-regions/#the-flow-into-property" rel="help"> - <link href="http://www.w3.org/TR/css3-regions/#the-flow-from-property" rel="help"> + <link href="http://www.w3.org/TR/css3-regions/#flow-from" rel="help"> <link href="http://www.w3.org/TR/css-transforms-1/#two-d-transform-functions" rel="help"> <link href="reference/regions-transforms-010-ref.htm" rel="match"> <meta content="This test checks that the region is transformed when a parent and its child are diff --git a/tests/wpt/css-tests/css-transforms-1_dev/html/regions-transforms-012.htm b/tests/wpt/css-tests/css-transforms-1_dev/html/regions-transforms-012.htm index f34433794d1..05d8f79b0bc 100644 --- a/tests/wpt/css-tests/css-transforms-1_dev/html/regions-transforms-012.htm +++ b/tests/wpt/css-tests/css-transforms-1_dev/html/regions-transforms-012.htm @@ -5,7 +5,7 @@ <link href="mailto:dalcala@adobe.com" rel="author" title="David Alcala"> <link href="mailto:rhauck@adobe.com" rel="reviewer" title="Rebecca Hauck"> <!-- 07-15-2013 --> <link href="http://www.w3.org/TR/css3-regions/#the-flow-into-property" rel="help"> - <link href="http://www.w3.org/TR/css3-regions/#the-flow-from-property" rel="help"> + <link href="http://www.w3.org/TR/css3-regions/#flow-from" rel="help"> <link href="http://www.w3.org/TR/css-transforms-1/#two-d-transform-functions" rel="help"> <link href="reference/regions-transforms-010-ref.htm" rel="match"> <meta content="This test checks that named flow text content is transformed when it flows into diff --git a/tests/wpt/css-tests/css-transforms-1_dev/html/regions-transforms-013.htm b/tests/wpt/css-tests/css-transforms-1_dev/html/regions-transforms-013.htm index 0fccc2385b9..8a5feb9737a 100644 --- a/tests/wpt/css-tests/css-transforms-1_dev/html/regions-transforms-013.htm +++ b/tests/wpt/css-tests/css-transforms-1_dev/html/regions-transforms-013.htm @@ -6,7 +6,7 @@ <link href="mailto:dalcala@adobe.com" rel="author" title="David Alcala"> <link href="mailto:mibalan@adobe.com" rel="reviewer" title="Mihai Balan"> <!-- 2013-07-24 --> <link href="http://www.w3.org/TR/css3-regions/#the-flow-into-property" rel="help"> - <link href="http://www.w3.org/TR/css3-regions/#the-flow-from-property" rel="help"> + <link href="http://www.w3.org/TR/css3-regions/#flow-from" rel="help"> <link href="http://www.w3.org/TR/css-transforms-1/#two-d-transform-functions" rel="help"> <link href="http://www.w3.org/TR/css3-break/#transforms" rel="help"> <link href="http://www.w3.org/TR/css3-break/#breaking-rules" rel="help"> diff --git a/tests/wpt/css-tests/css-transforms-1_dev/html/regions-transforms-014.htm b/tests/wpt/css-tests/css-transforms-1_dev/html/regions-transforms-014.htm index 2a398be02cd..41ac70ca8ba 100644 --- a/tests/wpt/css-tests/css-transforms-1_dev/html/regions-transforms-014.htm +++ b/tests/wpt/css-tests/css-transforms-1_dev/html/regions-transforms-014.htm @@ -5,7 +5,7 @@ <link href="mailto:dalcala@adobe.com" rel="author" title="David Alcala"> <link href="mailto:rhauck@adobe.com" rel="reviewer" title="Rebecca Hauck"> <!-- 07-15-2013 --> <link href="http://www.w3.org/TR/css3-regions/#the-flow-into-property" rel="help"> - <link href="http://www.w3.org/TR/css3-regions/#the-flow-from-property" rel="help"> + <link href="http://www.w3.org/TR/css3-regions/#flow-from" rel="help"> <link href="http://www.w3.org/TR/css-transforms-1/#two-d-transform-functions" rel="help"> <link href="http://www.w3.org/TR/css-transforms-1/#transform-origin-property" rel="help"> <link href="reference/regions-transforms-014-ref.htm" rel="match"> diff --git a/tests/wpt/css-tests/css-transforms-1_dev/html/regions-transforms-015.htm b/tests/wpt/css-tests/css-transforms-1_dev/html/regions-transforms-015.htm index eafc0657bb1..a236406ea9d 100644 --- a/tests/wpt/css-tests/css-transforms-1_dev/html/regions-transforms-015.htm +++ b/tests/wpt/css-tests/css-transforms-1_dev/html/regions-transforms-015.htm @@ -5,7 +5,7 @@ <link href="mailto:dalcala@adobe.com" rel="author" title="David Alcala"> <link href="mailto:rhauck@adobe.com" rel="reviewer" title="Rebecca Hauck"> <!-- 07-15-2013 --> <link href="http://www.w3.org/TR/css3-regions/#the-flow-into-property" rel="help"> - <link href="http://www.w3.org/TR/css3-regions/#the-flow-from-property" rel="help"> + <link href="http://www.w3.org/TR/css3-regions/#flow-from" rel="help"> <link href="http://www.w3.org/TR/css-transforms-1/#two-d-transform-functions" rel="help"> <link href="reference/regions-transforms-014-ref.htm" rel="match"> <meta content="This test checks that the transform and transform-origin are applied to named flow diff --git a/tests/wpt/css-tests/css-transforms-1_dev/html/regions-transforms-016.htm b/tests/wpt/css-tests/css-transforms-1_dev/html/regions-transforms-016.htm index 7d71268f378..9168d54e628 100644 --- a/tests/wpt/css-tests/css-transforms-1_dev/html/regions-transforms-016.htm +++ b/tests/wpt/css-tests/css-transforms-1_dev/html/regions-transforms-016.htm @@ -6,7 +6,7 @@ <link href="mailto:dalcala@adobe.com" rel="author" title="David Alcala"> <link href="mailto:rhauck@adobe.com" rel="reviewer" title="Rebecca Hauck"> <!-- 07-15-2013 --> <link href="http://www.w3.org/TR/css3-regions/#the-flow-into-property" rel="help"> - <link href="http://www.w3.org/TR/css3-regions/#the-flow-from-property" rel="help"> + <link href="http://www.w3.org/TR/css3-regions/#flow-from" rel="help"> <link href="http://www.w3.org/TR/css-transforms-1/#three-d-transform-functions" rel="help"> <link href="reference/regions-transforms-016-ref.htm" rel="match"> <meta content="This test checks that a 3D transform is applied with perspective to named flow content." name="assert"> diff --git a/tests/wpt/css-tests/css-transforms-1_dev/html/regions-transforms-017.htm b/tests/wpt/css-tests/css-transforms-1_dev/html/regions-transforms-017.htm index 5208a3984ff..f5bdae53438 100644 --- a/tests/wpt/css-tests/css-transforms-1_dev/html/regions-transforms-017.htm +++ b/tests/wpt/css-tests/css-transforms-1_dev/html/regions-transforms-017.htm @@ -5,7 +5,7 @@ <link href="mailto:dalcala@adobe.com" rel="author" title="David Alcala"> <link href="mailto:rhauck@adobe.com" rel="reviewer" title="Rebecca Hauck"> <!-- 07-15-2013 --> <link href="http://www.w3.org/TR/css3-regions/#the-flow-into-property" rel="help"> - <link href="http://www.w3.org/TR/css3-regions/#the-flow-from-property" rel="help"> + <link href="http://www.w3.org/TR/css3-regions/#flow-from" rel="help"> <link href="http://www.w3.org/TR/css-transforms-1/#two-d-transform-functions" rel="help"> <link href="reference/regions-transforms-017-ref.htm" rel="match"> <meta content="This test checks that multiple named flow content nodes are transformed into a region diff --git a/tests/wpt/css-tests/css-transforms-1_dev/html/regions-transforms-018.htm b/tests/wpt/css-tests/css-transforms-1_dev/html/regions-transforms-018.htm index f14a4978338..ca06b871de6 100644 --- a/tests/wpt/css-tests/css-transforms-1_dev/html/regions-transforms-018.htm +++ b/tests/wpt/css-tests/css-transforms-1_dev/html/regions-transforms-018.htm @@ -5,7 +5,7 @@ <link href="mailto:rhauck@adobe.com" rel="author" title="Rebecca Hauck"> <link href="mailto:mibalan@adobe.com" rel="reviewer" title="Mihai Balan"> <!-- 2013-07-24 --> <link href="http://www.w3.org/TR/css3-regions/#the-flow-into-property" rel="help"> - <link href="http://www.w3.org/TR/css3-regions/#the-flow-from-property" rel="help"> + <link href="http://www.w3.org/TR/css3-regions/#flow-from" rel="help"> <link href="http://www.w3.org/TR/css-transforms-1/#three-d-transform-functions" rel="help"> <meta content="Test checks that content that is transformed does not clip when flowed in a region." name="assert"> <meta content="ahem" name="flags"> diff --git a/tests/wpt/css-tests/css-transforms-1_dev/html/regions-transforms-019.htm b/tests/wpt/css-tests/css-transforms-1_dev/html/regions-transforms-019.htm index 3f39552efcc..15127062d03 100644 --- a/tests/wpt/css-tests/css-transforms-1_dev/html/regions-transforms-019.htm +++ b/tests/wpt/css-tests/css-transforms-1_dev/html/regions-transforms-019.htm @@ -3,7 +3,7 @@ <title>CSS Regions: 3D transform on named flow (text) content with perspective property set on region</title> <link href="mailto:mibalan@adobe.com" rel="author" title="Mihai Balan"> <link href="http://www.w3.org/TR/css3-regions/#the-flow-into-property" rel="help"> - <link href="http://www.w3.org/TR/css3-regions/#the-flow-from-property" rel="help"> + <link href="http://www.w3.org/TR/css3-regions/#flow-from" rel="help"> <link href="http://www.w3.org/TR/css-transforms-1/#three-d-transform-functions" rel="help"> <link href="http://www.w3.org/TR/css-transforms-1/#perspective-property" rel="help"> <link href="http://www.w3.org/TR/css-transforms-1/#perspective-origin-property" rel="help"> diff --git a/tests/wpt/css-tests/css-transforms-1_dev/html/regions-transforms-020.htm b/tests/wpt/css-tests/css-transforms-1_dev/html/regions-transforms-020.htm index 4bad27cf0ae..a6c0af09d5b 100644 --- a/tests/wpt/css-tests/css-transforms-1_dev/html/regions-transforms-020.htm +++ b/tests/wpt/css-tests/css-transforms-1_dev/html/regions-transforms-020.htm @@ -6,7 +6,7 @@ <link href="mailto:rhauck@adobe.com" rel="author" title="Rebecca Hauck"> <link href="mailto:mibalan@adobe.com" rel="reviewer" title="Mihai Balan"> <!-- 2013-07-24 --> <link href="http://www.w3.org/TR/css3-regions/#the-flow-into-property" rel="help"> - <link href="http://www.w3.org/TR/css3-regions/#the-flow-from-property" rel="help"> + <link href="http://www.w3.org/TR/css3-regions/#flow-from" rel="help"> <link href="http://www.w3.org/TR/css-transforms-1/#two-d-transform-functions" rel="help"> <link href="http://www.w3.org/TR/css3-break/#transforms" rel="help"> <link href="http://www.w3.org/TR/css3-break/#breaking-rules" rel="help"> diff --git a/tests/wpt/css-tests/css-transforms-1_dev/html/regions-transforms-021.htm b/tests/wpt/css-tests/css-transforms-1_dev/html/regions-transforms-021.htm index 7017c5b259a..814129c4906 100644 --- a/tests/wpt/css-tests/css-transforms-1_dev/html/regions-transforms-021.htm +++ b/tests/wpt/css-tests/css-transforms-1_dev/html/regions-transforms-021.htm @@ -6,7 +6,7 @@ <link href="mailto:rhauck@adobe.com" rel="author" title="Rebecca Hauck"> <link href="mailto:mibalan@adobe.com" rel="reviewer" title="Mihai Balan"> <!-- 2013-07-24 --> <link href="http://www.w3.org/TR/css3-regions/#the-flow-into-property" rel="help"> - <link href="http://www.w3.org/TR/css3-regions/#the-flow-from-property" rel="help"> + <link href="http://www.w3.org/TR/css3-regions/#flow-from" rel="help"> <link href="http://www.w3.org/TR/css-transforms-1/#two-d-transform-functions" rel="help"> <link href="http://www.w3.org/TR/css3-break/#transforms" rel="help"> <link href="reference/regions-transforms-020-ref.htm" rel="match"> diff --git a/tests/wpt/css-tests/css-transforms-1_dev/html/regions-transforms-022.htm b/tests/wpt/css-tests/css-transforms-1_dev/html/regions-transforms-022.htm index 0a885776232..e433da77ff4 100644 --- a/tests/wpt/css-tests/css-transforms-1_dev/html/regions-transforms-022.htm +++ b/tests/wpt/css-tests/css-transforms-1_dev/html/regions-transforms-022.htm @@ -6,7 +6,7 @@ <link href="mailto:rhauck@adobe.com" rel="author" title="Rebecca Hauck"> <link href="mailto:mibalan@adobe.com" rel="reviewer" title="Mihai Balan"> <!-- 2013-07-24 --> <link href="http://www.w3.org/TR/css3-regions/#the-flow-into-property" rel="help"> - <link href="http://www.w3.org/TR/css3-regions/#the-flow-from-property" rel="help"> + <link href="http://www.w3.org/TR/css3-regions/#flow-from" rel="help"> <link href="http://www.w3.org/TR/css-transforms-1/#two-d-transform-functions" rel="help"> <link href="http://www.w3.org/TR/css3-break/#transforms" rel="help"> <link href="reference/regions-transforms-020-ref.htm" rel="match"> diff --git a/tests/wpt/css-tests/css-transforms-1_dev/html/skew-test1.htm b/tests/wpt/css-tests/css-transforms-1_dev/html/skew-test1.htm index 66b4ca96d28..5f36af50d84 100644 --- a/tests/wpt/css-tests/css-transforms-1_dev/html/skew-test1.htm +++ b/tests/wpt/css-tests/css-transforms-1_dev/html/skew-test1.htm @@ -40,7 +40,7 @@ <h4> There should be a green block on the page </h4> - <svg xmlns:xmlns="http://www.w3.org/2000/svg" version="1.1"> + <svg version="1.1" xmlns:xmlns="http://www.w3.org/2000/svg"> <polygon style="fill:red" points="0,0 150,55 235,205 88,150"></polygon> </svg> diff --git a/tests/wpt/css-tests/css-transforms-1_dev/html/transform_translate.htm b/tests/wpt/css-tests/css-transforms-1_dev/html/transform_translate.htm index 09fd42cc657..0cd47127b02 100644 --- a/tests/wpt/css-tests/css-transforms-1_dev/html/transform_translate.htm +++ b/tests/wpt/css-tests/css-transforms-1_dev/html/transform_translate.htm @@ -5,9 +5,9 @@ <link href="http://www.w3.org/TR/css-transforms-1/#transform-property" rel="help"> <link href="http://www.w3.org/TR/css-transforms-1/#two-d-transform-functions" rel="help"> <meta content="dom" name="flags"> - <meta content="Check if transform supports translate(100px, 100px)" name="assert"> + <meta content="Check if transform supports translate(100px, 100px)" name="assert"> <script src="/resources/testharness.js" type="text/javascript"></script> - <script src="/resources/testharnessreport.js" type="text/javascript"></script> + <script src="/resources/testharnessreport.js" type="text/javascript"></script> </head> <body> <div id="test"></div> @@ -15,10 +15,10 @@ <script type="text/javascript"> test(function() { document.getElementById("test").style.transform = "translate(100px, 100px)"; - var value = document.getElementById("test").style.getPropertyCSSValue("transform").cssText; - assert_equals(value, "translate(100px, 100px)") + var value = window.getComputedStyle(document.getElementById("test")).getPropertyValue("transform"); + assert_equals(value, "matrix(1, 0, 0, 1, 100, 100)") }, "transform_translate_100px_100px"); - </script> + </script> </body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-transforms-1_dev/html/transform_translate_invalid.htm b/tests/wpt/css-tests/css-transforms-1_dev/html/transform_translate_invalid.htm index 3cd0abd32c0..39b1da825e8 100644 --- a/tests/wpt/css-tests/css-transforms-1_dev/html/transform_translate_invalid.htm +++ b/tests/wpt/css-tests/css-transforms-1_dev/html/transform_translate_invalid.htm @@ -5,9 +5,10 @@ <link href="http://www.w3.org/TR/css-transforms-1/#transform-property" rel="help"> <link href="http://www.w3.org/TR/css-transforms-1/#two-d-transform-functions" rel="help"> <meta content="dom" name="flags"> - <meta content="Check if transform sets translate(null, null) that an expection is to be thrown" name="assert"> + <meta content="Check if transform sets translate(null, null), + transform property returns initial value." name="assert"> <script src="/resources/testharness.js" type="text/javascript"></script> - <script src="/resources/testharnessreport.js" type="text/javascript"></script> + <script src="/resources/testharnessreport.js" type="text/javascript"></script> </head> <body> <div id="test"></div> @@ -15,12 +16,10 @@ <script type="text/javascript"> test(function() { document.getElementById("test").style.transform = "translate(null, null)"; - - assert_throws(null, function() { - document.getElementById("test").style.getPropertyCSSValue("transform").cssText; - }); + var value = window.getComputedStyle(document.getElementById("test")).getPropertyValue("transform"); + assert_equals(value, "none", "transform property value should be none"); }, "transform_translate_null_null"); - </script> + </script> </body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-transforms-1_dev/html/transform_translate_max.htm b/tests/wpt/css-tests/css-transforms-1_dev/html/transform_translate_max.htm index 232d8e67650..c959752cce1 100644 --- a/tests/wpt/css-tests/css-transforms-1_dev/html/transform_translate_max.htm +++ b/tests/wpt/css-tests/css-transforms-1_dev/html/transform_translate_max.htm @@ -5,9 +5,10 @@ <link href="http://www.w3.org/TR/css-transforms-1/#transform-property" rel="help"> <link href="http://www.w3.org/TR/css-transforms-1/#two-d-transform-functions" rel="help"> <meta content="dom" name="flags"> - <meta content="Check if transform sets translate(INFINITE, INFINITE) that an expection is to be thrown" name="assert"> + <meta content="Check if transform sets translate(INFINITE, INFINITE), + transform property returns initial value." name="assert"> <script src="/resources/testharness.js" type="text/javascript"></script> - <script src="/resources/testharnessreport.js" type="text/javascript"></script> + <script src="/resources/testharnessreport.js" type="text/javascript"></script> </head> <body> <div id="test"></div> @@ -15,11 +16,10 @@ <script type="text/javascript"> test(function() { document.getElementById("test").style.transform = "translate(INFINITE, INFINITE)"; - assert_throws(null, function() { - document.getElementById("test").style.getPropertyCSSValue("transform").cssText - }) + var value = window.getComputedStyle(document.getElementById("test")).getPropertyValue("transform"); + assert_equals(value, "none", "transform property value should be none"); }, "transform_translate_max"); - </script> + </script> </body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-transforms-1_dev/html/transform_translate_min.htm b/tests/wpt/css-tests/css-transforms-1_dev/html/transform_translate_min.htm index 9b1451f40e3..19da75f0363 100644 --- a/tests/wpt/css-tests/css-transforms-1_dev/html/transform_translate_min.htm +++ b/tests/wpt/css-tests/css-transforms-1_dev/html/transform_translate_min.htm @@ -5,9 +5,10 @@ <link href="http://www.w3.org/TR/css-transforms-1/#transform-property" rel="help"> <link href="http://www.w3.org/TR/css-transforms-1/#two-d-transform-functions" rel="help"> <meta content="dom" name="flags"> - <meta content="Check if transform sets translate(-INFINITE, -INFINITE) that an expection is to be thrown" name="assert"> + <meta content="Check if transform sets translate(-INFINITE, -INFINITE), + transform property returns initial value." name="assert"> <script src="/resources/testharness.js" type="text/javascript"></script> - <script src="/resources/testharnessreport.js" type="text/javascript"></script> + <script src="/resources/testharnessreport.js" type="text/javascript"></script> </head> <body> <div id="test"></div> @@ -15,11 +16,10 @@ <script type="text/javascript"> test(function() { document.getElementById("test").style.transform = "translate(-INFINITE, -INFINITE)"; - assert_throws(null, function() { - document.getElementById("test").style.getPropertyCSSValue("transform").cssText - }) + var value = window.getComputedStyle(document.getElementById("test")).getPropertyValue("transform"); + assert_equals(value, "none", "transform property value should be none"); }, "transform_translate_min"); - </script> + </script> </body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-transforms-1_dev/html/transform_translate_neg.htm b/tests/wpt/css-tests/css-transforms-1_dev/html/transform_translate_neg.htm index 3c4b4c34ec5..17c8fe665f9 100644 --- a/tests/wpt/css-tests/css-transforms-1_dev/html/transform_translate_neg.htm +++ b/tests/wpt/css-tests/css-transforms-1_dev/html/transform_translate_neg.htm @@ -5,9 +5,9 @@ <link href="http://www.w3.org/TR/css-transforms-1/#transform-property" rel="help"> <link href="http://www.w3.org/TR/css-transforms-1/#two-d-transform-functions" rel="help"> <meta content="dom" name="flags"> - <meta content="Check if transform supports translate(-1px, -1px)" name="assert"> + <meta content="Check if transform supports translate(-1px, -1px)" name="assert"> <script src="/resources/testharness.js" type="text/javascript"></script> - <script src="/resources/testharnessreport.js" type="text/javascript"></script> + <script src="/resources/testharnessreport.js" type="text/javascript"></script> </head> <body> <div id="test"></div> @@ -15,10 +15,10 @@ <script type="text/javascript"> test(function() { document.getElementById("test").style.transform = "translate(-1px, -1px)"; - var value = document.getElementById("test").style.getPropertyCSSValue("transform").cssText; - assert_equals(value, "translate(-1px, -1px)") + var value = window.getComputedStyle(document.getElementById("test")).getPropertyValue("transform"); + assert_equals(value, "matrix(1, 0, 0, 1, -1, -1)") }, "transform_translate_-1px_-1px"); - </script> + </script> </body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-transforms-1_dev/html/transform_translate_second_omited.htm b/tests/wpt/css-tests/css-transforms-1_dev/html/transform_translate_second_omited.htm index 5580772f785..10ccd7f040e 100644 --- a/tests/wpt/css-tests/css-transforms-1_dev/html/transform_translate_second_omited.htm +++ b/tests/wpt/css-tests/css-transforms-1_dev/html/transform_translate_second_omited.htm @@ -5,9 +5,9 @@ <link href="http://www.w3.org/TR/css-transforms-1/#transform-property" rel="help"> <link href="http://www.w3.org/TR/css-transforms-1/#two-d-transform-functions" rel="help"> <meta content="dom" name="flags"> - <meta content="Check if transform supports translate(100px)" name="assert"> + <meta content="Check if transform supports translate(100px)" name="assert"> <script src="/resources/testharness.js" type="text/javascript"></script> - <script src="/resources/testharnessreport.js" type="text/javascript"></script> + <script src="/resources/testharnessreport.js" type="text/javascript"></script> </head> <body> <div id="test"></div> @@ -15,10 +15,10 @@ <script type="text/javascript"> test(function() { document.getElementById("test").style.transform = "translate(100px)"; - var value = document.getElementById("test").style.getPropertyCSSValue("transform").cssText; - assert_equals(value, "translate(100px)") + var value = window.getComputedStyle(document.getElementById("test")).getPropertyValue("transform"); + assert_equals(value, "matrix(1, 0, 0, 1, 100, 0)") }, "transform_translate_100px"); - </script> + </script> </body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-transforms-1_dev/html/transform_translate_zero.htm b/tests/wpt/css-tests/css-transforms-1_dev/html/transform_translate_zero.htm index e68a857df87..028876bce86 100644 --- a/tests/wpt/css-tests/css-transforms-1_dev/html/transform_translate_zero.htm +++ b/tests/wpt/css-tests/css-transforms-1_dev/html/transform_translate_zero.htm @@ -5,9 +5,9 @@ <link href="http://www.w3.org/TR/css-transforms-1/#transform-property" rel="help"> <link href="http://www.w3.org/TR/css-transforms-1/#two-d-transform-functions" rel="help"> <meta content="dom" name="flags"> - <meta content="Check if transform supports translate(0, 0)" name="assert"> + <meta content="Check if transform supports translate(0, 0)" name="assert"> <script src="/resources/testharness.js" type="text/javascript"></script> - <script src="/resources/testharnessreport.js" type="text/javascript"></script> + <script src="/resources/testharnessreport.js" type="text/javascript"></script> </head> <body> <div id="test"></div> @@ -15,10 +15,10 @@ <script type="text/javascript"> test(function() { document.getElementById("test").style.transform = "translate(0, 0)"; - var value = document.getElementById("test").style.getPropertyCSSValue("transform").cssText; - assert_equals(value, "translate(0px, 0px)") + var value = window.getComputedStyle(document.getElementById("test")).getPropertyValue("transform"); + assert_equals(value, "matrix(1, 0, 0, 1, 0, 0)") }, "transform_translate_0_0"); - </script> + </script> </body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-transforms-1_dev/html/video-001.htm b/tests/wpt/css-tests/css-transforms-1_dev/html/video-001.htm index 5661ea94b8a..7eccad810e9 100644 --- a/tests/wpt/css-tests/css-transforms-1_dev/html/video-001.htm +++ b/tests/wpt/css-tests/css-transforms-1_dev/html/video-001.htm @@ -3,7 +3,7 @@ <title>CSS Regions: flowing a video in a region</title> <link href="mailto:mibalan@adobe.com" rel="author" title="Mihai Balan"> <link href="http://www.w3.org/TR/css3-regions/#the-flow-into-property" rel="help"> - <link href="http://www.w3.org/TR/css3-regions/#the-flow-from-property" rel="help"> + <link href="http://www.w3.org/TR/css3-regions/#flow-from" rel="help"> <link href="http://www.w3.org/TR/css-transforms-1/#transform-functions" rel="help"> <meta content="Test checks videos flowed in regions render smoothly and without artifacts." name="assert"> <style> diff --git a/tests/wpt/css-tests/css-transforms-1_dev/implementation-report-TEMPLATE.data b/tests/wpt/css-tests/css-transforms-1_dev/implementation-report-TEMPLATE.data index 2809c468286..bf965565d45 100644 --- a/tests/wpt/css-tests/css-transforms-1_dev/implementation-report-TEMPLATE.data +++ b/tests/wpt/css-tests/css-transforms-1_dev/implementation-report-TEMPLATE.data @@ -3,18 +3,18 @@ # http://test.csswg.org/suites/css-transforms-1_dev/DATESTAMP/ # See http://wiki.csswg.org/test/implementation-report for instructions testname revision result comment -html/2d-rotate-001.htm 9ff458d3b8f5008c277b64a00c09cda328d2e6f8 ? -xhtml1/2d-rotate-001.xht 9ff458d3b8f5008c277b64a00c09cda328d2e6f8 ? +html/2d-rotate-001.htm d27dc58ca454bd3508af416306f93c972b3d71a3 ? +xhtml1/2d-rotate-001.xht d27dc58ca454bd3508af416306f93c972b3d71a3 ? html/2d-rotate-js.htm cda33f93d2f58e3e38b2a406149ad8b690638975 ? xhtml1/2d-rotate-js.xht cda33f93d2f58e3e38b2a406149ad8b690638975 ? -html/animations-001.htm 58200be49397d3ebd75335737334fadb5f72043a ? -xhtml1/animations-001.xht 58200be49397d3ebd75335737334fadb5f72043a ? +html/animations-001.htm d58c2e2ae3f483272798693240d821a63d066892 ? +xhtml1/animations-001.xht d58c2e2ae3f483272798693240d821a63d066892 ? html/backface-visibility-hidden-001.htm b4607716790b1493ef762e8ca5c7d0afe14cd375 ? xhtml1/backface-visibility-hidden-001.xht b4607716790b1493ef762e8ca5c7d0afe14cd375 ? -html/canvas3d-001.htm 2f6baccb8e8e33017d8e1100142074a0ec735244 ? -xhtml1/canvas3d-001.xht 2f6baccb8e8e33017d8e1100142074a0ec735244 ? -html/canvas3d-002.htm d5431124350557a48fb42d3e6bfc421d6f6ccd6f ? -xhtml1/canvas3d-002.xht d5431124350557a48fb42d3e6bfc421d6f6ccd6f ? +html/canvas3d-001.htm 57a53646e7e76825004d83cd64181362f91f4afc ? +xhtml1/canvas3d-001.xht 57a53646e7e76825004d83cd64181362f91f4afc ? +html/canvas3d-002.htm 94ec461f51b34cbcd28e7697cc94374f829eeac2 ? +xhtml1/canvas3d-002.xht 94ec461f51b34cbcd28e7697cc94374f829eeac2 ? html/css-rotate-2d-3d-001.htm a390e6a1517ef28910ffc89f94c94cd1794676a8 ? xhtml1/css-rotate-2d-3d-001.xht a390e6a1517ef28910ffc89f94c94cd1794676a8 ? html/css-scale-nested-001.htm 9cf7f6237e87d603845495bb15345831b7843cee ? @@ -73,8 +73,8 @@ html/css3-transform-scale-002.htm 68e29f2bb12052b13a608f2c27360f48e7da3026 ? xhtml1/css3-transform-scale-002.xht 68e29f2bb12052b13a608f2c27360f48e7da3026 ? html/css3-transform-scale.htm d0123070f9c1a2c5c76909db503799b4b8fba9ab ? xhtml1/css3-transform-scale.xht d0123070f9c1a2c5c76909db503799b4b8fba9ab ? -html/iframe-001.htm f9692ce6022962ff987762295548095720317b13 ? -xhtml1/iframe-001.xht f9692ce6022962ff987762295548095720317b13 ? +html/iframe-001.htm 9034d6e28a2a29bea931cdbd700ac2722b156f1d ? +xhtml1/iframe-001.xht 9034d6e28a2a29bea931cdbd700ac2722b156f1d ? html/perspective-containing-block-dynamic-1a.htm b1b1a3d920d821ded6c0fd30bd9f698066f580b4 ? xhtml1/perspective-containing-block-dynamic-1a.xht b1b1a3d920d821ded6c0fd30bd9f698066f580b4 ? html/perspective-containing-block-dynamic-1b.htm 856b0e0227f9e8447061dc0183dc3828abad9fdf ? @@ -101,50 +101,50 @@ html/perspective-translatez-negative.htm 4247257f27c177efd03ccd8d0b0d743d0cd88f9 xhtml1/perspective-translatez-negative.xht 4247257f27c177efd03ccd8d0b0d743d0cd88f92 ? html/perspective-translatez-positive.htm 882e012be02ab42a15e56763d604eb9b29f79685 ? xhtml1/perspective-translatez-positive.xht 882e012be02ab42a15e56763d604eb9b29f79685 ? -html/regions-transforms-001.htm df8f65049018b0ba4622a006ac2c510d33a9ed54 ? -xhtml1/regions-transforms-001.xht df8f65049018b0ba4622a006ac2c510d33a9ed54 ? -html/regions-transforms-002.htm 5446ebdbeb1dfb6e48bde6195f12fe1bc66734e1 ? -xhtml1/regions-transforms-002.xht 5446ebdbeb1dfb6e48bde6195f12fe1bc66734e1 ? -html/regions-transforms-003.htm e3b43fb18ab66dfdcfb326afb819d19bd3bf79ce ? -xhtml1/regions-transforms-003.xht e3b43fb18ab66dfdcfb326afb819d19bd3bf79ce ? -html/regions-transforms-004.htm 74d1a2dbee481879e40d68ef593345807e854642 ? -xhtml1/regions-transforms-004.xht 74d1a2dbee481879e40d68ef593345807e854642 ? -html/regions-transforms-005.htm 913e605f79c0bd7fa7a503f4ca5ac508fb83ba7d ? -xhtml1/regions-transforms-005.xht 913e605f79c0bd7fa7a503f4ca5ac508fb83ba7d ? -html/regions-transforms-006.htm 84d78e1b9b1e97afeb6b483a242c53f1ff2253ee ? -xhtml1/regions-transforms-006.xht 84d78e1b9b1e97afeb6b483a242c53f1ff2253ee ? -html/regions-transforms-007.htm 4cdf36e0c5c21021a0e7d724e40ef9f7e5cf00fc ? -xhtml1/regions-transforms-007.xht 4cdf36e0c5c21021a0e7d724e40ef9f7e5cf00fc ? -html/regions-transforms-008.htm 58d78346144d7c008e64511acbf572838a2a269b ? -xhtml1/regions-transforms-008.xht 58d78346144d7c008e64511acbf572838a2a269b ? -html/regions-transforms-009.htm 32378d5da8a2c8d3aabf46cfbeaa935025b9d9a6 ? -xhtml1/regions-transforms-009.xht 32378d5da8a2c8d3aabf46cfbeaa935025b9d9a6 ? -html/regions-transforms-010.htm 410ae95b3811f31ce90968e4de2d53ff42aa861e ? -xhtml1/regions-transforms-010.xht 410ae95b3811f31ce90968e4de2d53ff42aa861e ? -html/regions-transforms-011.htm 82c7988143629889c2ce3be9631b84e7610771f8 ? -xhtml1/regions-transforms-011.xht 82c7988143629889c2ce3be9631b84e7610771f8 ? -html/regions-transforms-012.htm 286dc7367be44dd51c782d349d510d57318580af ? -xhtml1/regions-transforms-012.xht 286dc7367be44dd51c782d349d510d57318580af ? -html/regions-transforms-013.htm 0ae809ed1ce15a7fbfcb3dd582d9060f2d53ae8d ? -xhtml1/regions-transforms-013.xht 0ae809ed1ce15a7fbfcb3dd582d9060f2d53ae8d ? -html/regions-transforms-014.htm 162eeff712756893589f7f2c8dece2fcbb9aaf26 ? -xhtml1/regions-transforms-014.xht 162eeff712756893589f7f2c8dece2fcbb9aaf26 ? -html/regions-transforms-015.htm f305b81a5b47c0a51480579f5624f81ac4fd803e ? -xhtml1/regions-transforms-015.xht f305b81a5b47c0a51480579f5624f81ac4fd803e ? -html/regions-transforms-016.htm d4f879754bc6591e95075fa01846b740d7cc5615 ? -xhtml1/regions-transforms-016.xht d4f879754bc6591e95075fa01846b740d7cc5615 ? -html/regions-transforms-017.htm 19be2df0fec774323f9657f8f3a4f239fc5e5c60 ? -xhtml1/regions-transforms-017.xht 19be2df0fec774323f9657f8f3a4f239fc5e5c60 ? -html/regions-transforms-018.htm 37f5de6aae25dd7cef06f1aee9d21432e3034d0f ? -xhtml1/regions-transforms-018.xht 37f5de6aae25dd7cef06f1aee9d21432e3034d0f ? -html/regions-transforms-019.htm a47a0531097e5be07dbb25a4b3146ba5e9f2bfd1 ? -xhtml1/regions-transforms-019.xht a47a0531097e5be07dbb25a4b3146ba5e9f2bfd1 ? -html/regions-transforms-020.htm 8c0ae042b61a7bf518608af69c63134156a08fde ? -xhtml1/regions-transforms-020.xht 8c0ae042b61a7bf518608af69c63134156a08fde ? -html/regions-transforms-021.htm f0ae7ad886e17d887f432e628bbfba95b31ef6e7 ? -xhtml1/regions-transforms-021.xht f0ae7ad886e17d887f432e628bbfba95b31ef6e7 ? -html/regions-transforms-022.htm b80d65f89251dfe278eb59a5f16ed68c73f73328 ? -xhtml1/regions-transforms-022.xht b80d65f89251dfe278eb59a5f16ed68c73f73328 ? +html/regions-transforms-001.htm 2a4b13b4c224164415af6fc43efef99a4b10216e ? +xhtml1/regions-transforms-001.xht 2a4b13b4c224164415af6fc43efef99a4b10216e ? +html/regions-transforms-002.htm b16b50581951c71a3be5ec0c9b1061947dffd0be ? +xhtml1/regions-transforms-002.xht b16b50581951c71a3be5ec0c9b1061947dffd0be ? +html/regions-transforms-003.htm 2ca7fef7b0d356a4c339f36202e5db35f6187510 ? +xhtml1/regions-transforms-003.xht 2ca7fef7b0d356a4c339f36202e5db35f6187510 ? +html/regions-transforms-004.htm fec3b0f5e534c7887ee515a3cd353207afd533e9 ? +xhtml1/regions-transforms-004.xht fec3b0f5e534c7887ee515a3cd353207afd533e9 ? +html/regions-transforms-005.htm 4012519a933c3484df28a4030086884a6fdd9f1c ? +xhtml1/regions-transforms-005.xht 4012519a933c3484df28a4030086884a6fdd9f1c ? +html/regions-transforms-006.htm 576aed5fbf48a6b72252b6cd4097154463548e20 ? +xhtml1/regions-transforms-006.xht 576aed5fbf48a6b72252b6cd4097154463548e20 ? +html/regions-transforms-007.htm 472043ccde1670b43bd97b4d1fb3842c45e59994 ? +xhtml1/regions-transforms-007.xht 472043ccde1670b43bd97b4d1fb3842c45e59994 ? +html/regions-transforms-008.htm d8a4209344da1bc8fceaf310ad275d0c3bb56fb6 ? +xhtml1/regions-transforms-008.xht d8a4209344da1bc8fceaf310ad275d0c3bb56fb6 ? +html/regions-transforms-009.htm 14c43707256b41cd6dfc0e25dddd2bdf0131ce64 ? +xhtml1/regions-transforms-009.xht 14c43707256b41cd6dfc0e25dddd2bdf0131ce64 ? +html/regions-transforms-010.htm 31cef15a8d765c156613c3f9e3249fda6ef23cd6 ? +xhtml1/regions-transforms-010.xht 31cef15a8d765c156613c3f9e3249fda6ef23cd6 ? +html/regions-transforms-011.htm 45e9b45e04a92709878a3fb48d60b2da7ac4daff ? +xhtml1/regions-transforms-011.xht 45e9b45e04a92709878a3fb48d60b2da7ac4daff ? +html/regions-transforms-012.htm 5d2b5f5e5c2779f3c782b96d449eaefd4b73ae61 ? +xhtml1/regions-transforms-012.xht 5d2b5f5e5c2779f3c782b96d449eaefd4b73ae61 ? +html/regions-transforms-013.htm be1b126597c212f49292d68542edfe8c2a2fe844 ? +xhtml1/regions-transforms-013.xht be1b126597c212f49292d68542edfe8c2a2fe844 ? +html/regions-transforms-014.htm c3dd807cf616a50a21e6f8041fbce23fd53fbe82 ? +xhtml1/regions-transforms-014.xht c3dd807cf616a50a21e6f8041fbce23fd53fbe82 ? +html/regions-transforms-015.htm 2edfbd6a3e6bd45903254817befa2e45efe6e4c3 ? +xhtml1/regions-transforms-015.xht 2edfbd6a3e6bd45903254817befa2e45efe6e4c3 ? +html/regions-transforms-016.htm df7d685df158c6c588a9f82d9d579caafdc158dd ? +xhtml1/regions-transforms-016.xht df7d685df158c6c588a9f82d9d579caafdc158dd ? +html/regions-transforms-017.htm 7ea5f462f76a2bc313e664e9f32452e0d19fd787 ? +xhtml1/regions-transforms-017.xht 7ea5f462f76a2bc313e664e9f32452e0d19fd787 ? +html/regions-transforms-018.htm 56e280ba826c04d8c0451fdefb3d51980809bc28 ? +xhtml1/regions-transforms-018.xht 56e280ba826c04d8c0451fdefb3d51980809bc28 ? +html/regions-transforms-019.htm d5a2d7b0c356dc966317fb7b29d871e018b0d65b ? +xhtml1/regions-transforms-019.xht d5a2d7b0c356dc966317fb7b29d871e018b0d65b ? +html/regions-transforms-020.htm e73e7a72635a5605583e23fde99f54047a81c339 ? +xhtml1/regions-transforms-020.xht e73e7a72635a5605583e23fde99f54047a81c339 ? +html/regions-transforms-021.htm 0870c65471db6185829589066be514d54fe2d274 ? +xhtml1/regions-transforms-021.xht 0870c65471db6185829589066be514d54fe2d274 ? +html/regions-transforms-022.htm 9aa8e9bb44f895b0429ea824b447abdcb9f533e3 ? +xhtml1/regions-transforms-022.xht 9aa8e9bb44f895b0429ea824b447abdcb9f533e3 ? html/rotate-180-degrees-001.htm 7e7e2cbee0f65bbefb6ce7e74ff7a70968a25a79 ? xhtml1/rotate-180-degrees-001.xht 7e7e2cbee0f65bbefb6ce7e74ff7a70968a25a79 ? html/rotate-270-degrees-001.htm 7814b1f339a4d049adb1be6f798a36179ce03db3 ? @@ -167,8 +167,8 @@ html/scalex.htm c1e4f598f137270b4b44ef485bd3e5b4d30f3601 ? xhtml1/scalex.xht c1e4f598f137270b4b44ef485bd3e5b4d30f3601 ? html/scaley.htm a4b5a1c1981a3ffc953963bf4a331aabd19525c6 ? xhtml1/scaley.xht a4b5a1c1981a3ffc953963bf4a331aabd19525c6 ? -html/skew-test1.htm 3f10aa2b642cf5ad92d70ff682ab9efd15ea998b ? -xhtml1/skew-test1.xht 3f10aa2b642cf5ad92d70ff682ab9efd15ea998b ? +html/skew-test1.htm 1cece689e5c1e6009ddb14210b380610173ba24a ? +xhtml1/skew-test1.xht 1cece689e5c1e6009ddb14210b380610173ba24a ? html/svg-document-styles-001.htm e2c4fc089927fe0410c4db4522e637cd118b4a65 ? xhtml1/svg-document-styles-001.xht e2c4fc089927fe0410c4db4522e637cd118b4a65 ? html/svg-document-styles-002.htm c87b61f0992f8e8c3f1e6a09f0e5e1c5d9f9462a ? @@ -2061,20 +2061,20 @@ html/transform3d-translate3d-001.htm 56ab3f4abaa22e10a95555967499e7f4b0e03772 ? xhtml1/transform3d-translate3d-001.xht 56ab3f4abaa22e10a95555967499e7f4b0e03772 ? html/transform3d-translatez-001.htm 14fd6589f4a21e5e87f7267cfec00310e2a5f766 ? xhtml1/transform3d-translatez-001.xht 14fd6589f4a21e5e87f7267cfec00310e2a5f766 ? -html/transform_translate.htm 967661951a54186d8978fe9324f05d39f895e01b ? -xhtml1/transform_translate.xht 967661951a54186d8978fe9324f05d39f895e01b ? -html/transform_translate_invalid.htm 67c6786a01a46a2e88d66f50715f37d422e63e29 ? -xhtml1/transform_translate_invalid.xht 67c6786a01a46a2e88d66f50715f37d422e63e29 ? -html/transform_translate_max.htm 2d16596d80baaf1f8ab3d9dfbccd5b4a548a55b2 ? -xhtml1/transform_translate_max.xht 2d16596d80baaf1f8ab3d9dfbccd5b4a548a55b2 ? -html/transform_translate_min.htm d41338cae0b9fc57b287978bf24612c5046fc17f ? -xhtml1/transform_translate_min.xht d41338cae0b9fc57b287978bf24612c5046fc17f ? -html/transform_translate_neg.htm 349a2bae935e499e9cf161a3090119a349744f60 ? -xhtml1/transform_translate_neg.xht 349a2bae935e499e9cf161a3090119a349744f60 ? -html/transform_translate_second_omited.htm ff3c2e83f310cc73189158f3498d22a0085aa853 ? -xhtml1/transform_translate_second_omited.xht ff3c2e83f310cc73189158f3498d22a0085aa853 ? -html/transform_translate_zero.htm efe4ee23492ac283c22d331c4a46a3606cb9b9f4 ? -xhtml1/transform_translate_zero.xht efe4ee23492ac283c22d331c4a46a3606cb9b9f4 ? +html/transform_translate.htm 289fc2d8c2d0cd6249a95056088eae5f0a1f8424 ? +xhtml1/transform_translate.xht 289fc2d8c2d0cd6249a95056088eae5f0a1f8424 ? +html/transform_translate_invalid.htm 8fe14dc0f482fd0c5857f4807d22abb586ff76a6 ? +xhtml1/transform_translate_invalid.xht 8fe14dc0f482fd0c5857f4807d22abb586ff76a6 ? +html/transform_translate_max.htm d602790adbd4dd5936585e1cdd2132af32b49a26 ? +xhtml1/transform_translate_max.xht d602790adbd4dd5936585e1cdd2132af32b49a26 ? +html/transform_translate_min.htm 24a54403c99124861ea58e8fe3d4b4041d50bf52 ? +xhtml1/transform_translate_min.xht 24a54403c99124861ea58e8fe3d4b4041d50bf52 ? +html/transform_translate_neg.htm 65b03ee3298f9326ddd341da0cc64edcebe01438 ? +xhtml1/transform_translate_neg.xht 65b03ee3298f9326ddd341da0cc64edcebe01438 ? +html/transform_translate_second_omited.htm 8ca7c4c8c8af0ddda0475bee15ba8dbc380560ff ? +xhtml1/transform_translate_second_omited.xht 8ca7c4c8c8af0ddda0475bee15ba8dbc380560ff ? +html/transform_translate_zero.htm 961af0e283f3343ad50cdae2bff0fa2e51f1068b ? +xhtml1/transform_translate_zero.xht 961af0e283f3343ad50cdae2bff0fa2e51f1068b ? html/transforms-rotate-degree-90.htm 7d8860570b5d9e076dc77bec201ebdc2aa599710 ? xhtml1/transforms-rotate-degree-90.xht 7d8860570b5d9e076dc77bec201ebdc2aa599710 ? html/transforms-rotate-translate-scale.htm a0026cac95c48dbd34bee8e03093a0ef4a642717 ? @@ -2109,5 +2109,5 @@ html/ttwf-transform-translatex-001.htm 5bcd1e07576267b0faedd7f3fe84058fb6faa370 xhtml1/ttwf-transform-translatex-001.xht 5bcd1e07576267b0faedd7f3fe84058fb6faa370 ? html/ttwf-transform-translatey-001.htm a1f42153313e00c4133c79f1f77b41aa4e788e2b ? xhtml1/ttwf-transform-translatey-001.xht a1f42153313e00c4133c79f1f77b41aa4e788e2b ? -html/video-001.htm 292acadfb0a71a94df81324dfe07f1da536f81c1 ? -xhtml1/video-001.xht 292acadfb0a71a94df81324dfe07f1da536f81c1 ? +html/video-001.htm 68cde74d5f7d336ecabbaaef08bcb491350cf40e ? +xhtml1/video-001.xht 68cde74d5f7d336ecabbaaef08bcb491350cf40e ? diff --git a/tests/wpt/css-tests/css-transforms-1_dev/testinfo.data b/tests/wpt/css-tests/css-transforms-1_dev/testinfo.data index 444b3d873f3..26f6d38e230 100644 --- a/tests/wpt/css-tests/css-transforms-1_dev/testinfo.data +++ b/tests/wpt/css-tests/css-transforms-1_dev/testinfo.data @@ -1,10 +1,10 @@ id references title flags links revision credits assertion -2d-rotate-001 reference/2d-rotate-ref,!reference/2d-rotate-notref CSS Transform using 2d rotate() css3,,rotate,,svg http://www.w3.org/TR/css-transforms-1/#transform-property 9ff458d3b8f5008c277b64a00c09cda328d2e6f8 `Rick Hurst`<http://mrkn.co/axegs> asserting that you can rotate an element with CSS +2d-rotate-001 reference/2d-rotate-ref,!reference/2d-rotate-notref CSS Transform using 2d rotate() css3,,rotate,,svg http://www.w3.org/TR/css-transforms-1/#transform-property d27dc58ca454bd3508af416306f93c972b3d71a3 `Rick Hurst`<http://mrkn.co/axegs> asserting that you can rotate an element with CSS 2d-rotate-js Rotate via javascript must show the correct computed rotation css3,,rotate,,svg http://www.w3.org/TR/css-transforms-1/#transform-property cda33f93d2f58e3e38b2a406149ad8b690638975 `Rick Hurst`<http://mrkn.co/axegs> Asserting that you can rotate an element with JS and it show up in CSS computed values not as a matrix but as the rotation -animations-001 reference/animations-001-ref CSS Regions: animating content flowed into a region ahem,animated http://www.w3.org/TR/css3-regions/#the-flow-into-property,http://www.w3.org/TR/css3-regions/#the-flow-from-property,http://www.w3.org/TR/css-transforms-1/#transform-functions,http://www.w3.org/TR/css3-animations/#animations 58200be49397d3ebd75335737334fadb5f72043a `Mihai Balan`<mailto:mibalan@adobe.com> Test checks that content that has an animated 3D transform renders and animates when flowed in a region. +animations-001 reference/animations-001-ref CSS Regions: animating content flowed into a region ahem,animated http://www.w3.org/TR/css3-regions/#the-flow-into-property,http://www.w3.org/TR/css3-regions/#flow-from,http://www.w3.org/TR/css-transforms-1/#transform-functions,http://www.w3.org/TR/css3-animations/#animations d58c2e2ae3f483272798693240d821a63d066892 `Mihai Balan`<mailto:mibalan@adobe.com> Test checks that content that has an animated 3D transform renders and animates when flowed in a region. backface-visibility-hidden-001 reference/backface-visibility-hidden-ref transform property with backface visibility = hidden http://www.w3.org/TR/css-transforms-1/#transform-property,http://www.w3.org/TR/css-transforms-1/#propdef-backface-visibility b4607716790b1493ef762e8ca5c7d0afe14cd375 `Jian Zhang`<mailto:jian.andy.zhang@gmail.com> When the value of backface visibility property is 'hidden', the back side of a transformed element is invisible when facing the viewer. -canvas3d-001 reference/canvas3d-001-ref CSS Regions: rendering 3D canvas elements inside regions dom http://www.w3.org/TR/css3-regions/#the-flow-into-property,http://www.w3.org/TR/css3-regions/#the-flow-from-property,http://www.w3.org/TR/css-transforms-1/#transform-functions 2f6baccb8e8e33017d8e1100142074a0ec735244 `Mihai Balan`<mailto:mibalan@adobe.com> Test checks that when a 3D (webGL) canvas element is flowed in a region it renders as it would render if it wouldn't be flowed in the region. -canvas3d-002 reference/canvas3d-002-ref CSS Regions: rendering text flowed in a region on top of 3D content dom http://www.w3.org/TR/css3-regions/#the-flow-into-property,http://www.w3.org/TR/css3-regions/#the-flow-from-property,http://www.w3.org/TR/css-transforms-1/#transform-functions d5431124350557a48fb42d3e6bfc421d6f6ccd6f `Mihai Balan`<mailto:mibalan@adobe.com> Test checks that text flowed in a region renders without artifacts when the region overlaps a 3D (webGL) canvas element. This can be problematic in browsers that don't handle layers and/or 3D acceleration correctly. +canvas3d-001 reference/canvas3d-001-ref CSS Regions: rendering 3D canvas elements inside regions dom http://www.w3.org/TR/css3-regions/#the-flow-into-property,http://www.w3.org/TR/css3-regions/#flow-from,http://www.w3.org/TR/css-transforms-1/#transform-functions 57a53646e7e76825004d83cd64181362f91f4afc `Mihai Balan`<mailto:mibalan@adobe.com> Test checks that when a 3D (webGL) canvas element is flowed in a region it renders as it would render if it wouldn't be flowed in the region. +canvas3d-002 reference/canvas3d-002-ref CSS Regions: rendering text flowed in a region on top of 3D content dom http://www.w3.org/TR/css3-regions/#the-flow-into-property,http://www.w3.org/TR/css3-regions/#flow-from,http://www.w3.org/TR/css-transforms-1/#transform-functions 94ec461f51b34cbcd28e7697cc94374f829eeac2 `Mihai Balan`<mailto:mibalan@adobe.com> Test checks that text flowed in a region renders without artifacts when the region overlaps a 3D (webGL) canvas element. This can be problematic in browsers that don't handle layers and/or 3D acceleration correctly. css-rotate-2d-3d-001 reference/css-rotate-2d-3d-001-ref 2D rotation with 3D rotation http://www.w3.org/TR/css-transforms-1/#two-d-transform-functions,http://www.w3.org/TR/css-transforms-1/#three-d-transform-functions a390e6a1517ef28910ffc89f94c94cd1794676a8 `Philip Rogers`<mailto:pdr@google.com> This transform rotates a tall rectangle by 90 degrees then applies a 3D rotation in the X axis. css-scale-nested-001 reference/css-scale-nested-ref scale 0 on a parent with a child http://www.w3.org/TR/css-transforms-1/#transform-property,http://www.w3.org/TR/css-transforms-1/#two-d-transform-functions 9cf7f6237e87d603845495bb15345831b7843cee `Amol Shanbhag`<mailto:amolvshanbhag@yahoo.com> Child square element is transformed (scaled to zero) along with the parent element css-skew-001 reference/css-skew-001-ref skew function part 1 http://www.w3.org/TR/css-transforms-1/#two-d-transform-functions 9a9304aa06034b72a795191af5da08a7294cfe1e `Adrien Pachkoff`<mailto:adrien@pachkoff.com> @@ -34,7 +34,7 @@ css3-transform-perspective reference/css3-transform-perspective-ref rotateX 90 d css3-transform-rotateY reference/css3-transform-rotateY-ref transform property with rotateY function http://www.w3.org/TR/css-transforms-1/#transform-property,http://www.w3.org/TR/css-transforms-1/#funcdef-rotate a6a3ef1c37c465ab87f3462112f12644bf98dc61 `Noah Lu`<mailto:codedancerhua@gmail.com> box width should be equal to projection width if transform rotateY applied css3-transform-scale reference/css3-transform-scale-ref transform property with scale function http://www.w3.org/TR/css-transforms-1/#transform-property,http://www.w3.org/TR/css-transforms-1/#funcdef-scale d0123070f9c1a2c5c76909db503799b4b8fba9ab `Noah Lu`<mailto:codedancerhua@gmail.com> box width and height will be twice larger if transform scale(2) applied css3-transform-scale-002 reference/css3-transform-scale-ref-002 transform property with scale function http://www.w3.org/TR/css-transforms-1/#transform-property,http://www.w3.org/TR/css-transforms-1/#funcdef-scale 68e29f2bb12052b13a608f2c27360f48e7da3026 `Noah Lu`<mailto:codedancerhua@gmail.com> box width and height will be twice larger if transform scale(2) applied -iframe-001 reference/iframe-001-ref CSS Regions: flowing an iframe that loads content with 3D transform ahem http://www.w3.org/TR/css3-regions/#the-flow-into-property,http://www.w3.org/TR/css3-regions/#the-flow-from-property,http://www.w3.org/TR/css-transforms-1/#transform-functions f9692ce6022962ff987762295548095720317b13 `Mihai Balan`<mailto:mibalan@adobe.com> Test checks that flowing an iframe that loads content with 3D transforms in a region renders without artifacts. +iframe-001 reference/iframe-001-ref CSS Regions: flowing an iframe that loads content with 3D transform ahem http://www.w3.org/TR/css3-regions/#the-flow-into-property,http://www.w3.org/TR/css3-regions/#flow-from,http://www.w3.org/TR/css-transforms-1/#transform-functions 9034d6e28a2a29bea931cdbd700ac2722b156f1d `Mihai Balan`<mailto:mibalan@adobe.com> Test checks that flowing an iframe that loads content with 3D transforms in a region renders without artifacts. perspective-containing-block-dynamic-1a reference/containing-block-dynamic-1-ref CSS transforms: Creating containing block for fixed positioned elements dom https://drafts.csswg.org/css-transforms-1/#perspective-property b1b1a3d920d821ded6c0fd30bd9f698066f580b4 `L. David Baron`<http://dbaron.org/>,`Mozilla`<http://www.mozilla.org/> It also establishes a containing block (somewhat similar to position: relative), just like the transform property does. perspective-containing-block-dynamic-1b reference/containing-block-dynamic-1-ref CSS transforms: Creating containing block for fixed positioned elements dom https://drafts.csswg.org/css-transforms-1/#perspective-property 856b0e0227f9e8447061dc0183dc3828abad9fdf `L. David Baron`<http://dbaron.org/>,`Mozilla`<http://www.mozilla.org/> It also establishes a containing block (somewhat similar to position: relative), just like the transform property does. perspective-origin-001 reference/ref-filled-green-100px-square perspective-origin - 0px center('center' computes to '50%' in vertical position) http://www.w3.org/TR/css-transforms-1/#propdef-perspective-origin 27fac0a305b07a36ae04ff616aa6da455f6620e6 `Intel`<http://www.intel.com>,`Jieqiong Cui`<mailto:jieqiongx.cui@intel.com> The 'perspective-origin' property set 'center' computes to 50% for the vertical position. @@ -48,28 +48,28 @@ perspective-origin-xy reference/perspective-reftest perspective property http:/ perspective-translateZ-0 reference/perspective-reftest perspective property http://www.w3.org/TR/css-transforms-1/#perspective-property,http://www.w3.org/TR/css-transforms-1/#transform-property d0003a38d7a9db5be25088682100d0a246b7fed4 `Andres Ugarte`<mailto:anduga@gmail.com> Asserts that points on the z=0 plane are unchanged perspective-translateZ-negative reference/perspective-reftest perspective property http://www.w3.org/TR/css-transforms-1/#perspective-property,http://www.w3.org/TR/css-transforms-1/#transform-property 4247257f27c177efd03ccd8d0b0d743d0cd88f92 `Andres Ugarte`<mailto:anduga@gmail.com> Asserts that the scaling is proportional to d/(d − Z) for a negative Z perspective-translateZ-positive reference/perspective-reftest perspective property http://www.w3.org/TR/css-transforms-1/#perspective-property,http://www.w3.org/TR/css-transforms-1/#transform-property 882e012be02ab42a15e56763d604eb9b29f79685 `Andres Ugarte`<mailto:anduga@gmail.com> Asserts that the scaling is proportional to d/(d − Z) for a positive Z -regions-transforms-001 reference/regions-transforms-001-ref CSS Regions: Transformed named flow (non-text) content http://www.w3.org/TR/css3-regions/#the-flow-into-property,http://www.w3.org/TR/css3-regions/#the-flow-from-property,http://www.w3.org/TR/css-transforms-1/#two-d-transform-functions df8f65049018b0ba4622a006ac2c510d33a9ed54 `David Alcala`<mailto:dalcala@adobe.com> This test checks that the transform is applied to the named flow non-text content. -regions-transforms-002 reference/regions-transforms-001-ref CSS Regions: Transformed named flow content element that has a child http://www.w3.org/TR/css3-regions/#the-flow-into-property,http://www.w3.org/TR/css3-regions/#the-flow-from-property,http://www.w3.org/TR/css-transforms-1/#two-d-transform-functions 5446ebdbeb1dfb6e48bde6195f12fe1bc66734e1 `David Alcala`<mailto:dalcala@adobe.com> This test checks that the child is transformed along with the parent when the transform is applied to a named flow content node -regions-transforms-003 reference/regions-transforms-001-ref CSS Regions: Named flow content that has a transformed parent outside of the named flow http://www.w3.org/TR/css3-regions/#the-flow-into-property,http://www.w3.org/TR/css3-regions/#the-flow-from-property,http://www.w3.org/TR/css-transforms-1/#two-d-transform-functions e3b43fb18ab66dfdcfb326afb819d19bd3bf79ce `David Alcala`<mailto:dalcala@adobe.com> This tests checks that when a transform is applied to a parent outside of the named flow but has child in the named flow, the child is not transformed along with the parent. -regions-transforms-004 reference/regions-transforms-001-ref CSS Regions: Transformed region using a 3D transform http://www.w3.org/TR/css3-regions/#the-flow-into-property,http://www.w3.org/TR/css3-regions/#the-flow-from-property,http://www.w3.org/TR/css-transforms-1/#three-d-transform-functions 74d1a2dbee481879e40d68ef593345807e854642 `David Alcala`<mailto:dalcala@adobe.com> This test checks that a 3D transform can be applied to a region -regions-transforms-005 reference/regions-transforms-001-ref CSS Regions: perspective set on the named flow content's parent does not apply when content flows into region ahem http://www.w3.org/TR/css3-regions/#the-flow-into-property,http://www.w3.org/TR/css3-regions/#the-flow-from-property,http://www.w3.org/TR/css-transforms-1/#three-d-transform-functions,http://www.w3.org/TR/css-transforms-1/#perspective-property 913e605f79c0bd7fa7a503f4ca5ac508fb83ba7d `Mihai Balan`<mailto:mibalan@adobe.com>,`Rebecca Hauck`<mailto:rhauck@adobe.com> Test checks that content that has a 3D transform does not respect the perspective set on its parent when flowed into a region. -regions-transforms-006 reference/regions-transforms-001-ref CSS Regions: 3D transform on region with named flow (text) content that overflows ahem http://www.w3.org/TR/css3-regions/#the-flow-into-property,http://www.w3.org/TR/css3-regions/#the-flow-from-property,http://www.w3.org/TR/css-transforms-1/#three-d-transform-functions 84d78e1b9b1e97afeb6b483a242c53f1ff2253ee `Mihai Balan`<mailto:mibalan@adobe.com>,`Rebecca Hauck`<mailto:rhauck@adobe.com> Test checks that content flowed in a region and overflowing it is still rendered if the region has a 3D transform applied. -regions-transforms-007 reference/regions-transforms-001-ref CSS Regions: Transforms on both the named flow content and the region ahem http://www.w3.org/TR/css3-regions/#the-flow-into-property,http://www.w3.org/TR/css3-regions/#the-flow-from-property,http://www.w3.org/TR/css-transforms-1/#two-d-transform-functions 4cdf36e0c5c21021a0e7d724e40ef9f7e5cf00fc `Rebecca Hauck`<mailto:rhauck@adobe.com>,`Mihai Balan`<mailto:mibalan@adobe.com> Test checks that if both the content flowed in a region and the region have a transform applied, they are properly composed. More specifically, in this test the content should appear as rotated 180 degrees. -regions-transforms-008 reference/regions-transforms-008-ref CSS Regions: Transformed named flow (text) content that breaks across multiple regions and overflows ahem http://www.w3.org/TR/css3-regions/#the-flow-into-property,http://www.w3.org/TR/css3-regions/#the-flow-from-property,http://www.w3.org/TR/css-transforms-1/#two-d-transform-functions,http://www.w3.org/TR/css3-break/#transforms 58d78346144d7c008e64511acbf572838a2a269b `Rebecca Hauck`<mailto:rhauck@adobe.com>,`David Alcala`<mailto:dalcala@adobe.com>,`Mihai Balan`<mailto:mibalan@adobe.com> This test checks that named flow text content is transformed when it breaks across multiple regions and that the overflow remains visible. -regions-transforms-009 reference/regions-transforms-008-ref CSS Regions: Transformed region with named flow (text) content that breaks across multiple regions and overflows ahem http://www.w3.org/TR/css3-regions/#the-flow-into-property,http://www.w3.org/TR/css3-regions/#the-flow-from-property,http://www.w3.org/TR/css-transforms-1/#two-d-transform-functions,http://www.w3.org/TR/css3-break/#transforms 32378d5da8a2c8d3aabf46cfbeaa935025b9d9a6 `Rebecca Hauck`<mailto:rhauck@adobe.com>,`David Alcala`<mailto:dalcala@adobe.com> This test checks that the regions are transformed when named flow text content breaks across multiple regions and that the overflow remains visible. -regions-transforms-010 reference/regions-transforms-010-ref CSS Regions: Transformed region with position: relative http://www.w3.org/TR/css3-regions/#the-flow-into-property,http://www.w3.org/TR/css3-regions/#the-flow-from-property,http://www.w3.org/TR/css-transforms-1/#two-d-transform-functions 410ae95b3811f31ce90968e4de2d53ff42aa861e `Rebecca Hauck`<mailto:rhauck@adobe.com>,`David Alcala`<mailto:dalcala@adobe.com> This test checks that the transform can be applied on relative positioned region. -regions-transforms-011 reference/regions-transforms-010-ref CSS Regions: Transformed region where parent and child are separate named flow content nodes http://www.w3.org/TR/css3-regions/#the-flow-into-property,http://www.w3.org/TR/css3-regions/#the-flow-from-property,http://www.w3.org/TR/css-transforms-1/#two-d-transform-functions 82c7988143629889c2ce3be9631b84e7610771f8 `David Alcala`<mailto:dalcala@adobe.com> This test checks that the region is transformed when a parent and its child are separate named flow content nodes flowing into it. -regions-transforms-012 reference/regions-transforms-010-ref CSS Regions: Transformed named flow content flowing into transformed region http://www.w3.org/TR/css3-regions/#the-flow-into-property,http://www.w3.org/TR/css3-regions/#the-flow-from-property,http://www.w3.org/TR/css-transforms-1/#two-d-transform-functions 286dc7367be44dd51c782d349d510d57318580af `David Alcala`<mailto:dalcala@adobe.com> This test checks that named flow text content is transformed when it flows into a region that is also transformed. -regions-transforms-013 reference/regions-transforms-013-alt-ref;reference/regions-transforms-013-ref CSS Regions: Transformed named flow (monolithic) content that breaks across multiple regions http://www.w3.org/TR/css3-regions/#the-flow-into-property,http://www.w3.org/TR/css3-regions/#the-flow-from-property,http://www.w3.org/TR/css-transforms-1/#two-d-transform-functions,http://www.w3.org/TR/css3-break/#transforms,http://www.w3.org/TR/css3-break/#breaking-rules,http://www.w3.org/TR/css3-break/#monolithic 0ae809ed1ce15a7fbfcb3dd582d9060f2d53ae8d `Rebecca Hauck`<mailto:rhauck@adobe.com>,`David Alcala`<mailto:dalcala@adobe.com> This test checks that the named flow content that is monolithic is transformed when it breaks across multiple regions whether it is sliced or overflowed at the fragmentainer edge. -regions-transforms-014 reference/regions-transforms-014-ref CSS Regions: Transform region with position:absolute and transform-origin http://www.w3.org/TR/css3-regions/#the-flow-into-property,http://www.w3.org/TR/css3-regions/#the-flow-from-property,http://www.w3.org/TR/css-transforms-1/#two-d-transform-functions,http://www.w3.org/TR/css-transforms-1/#transform-origin-property 162eeff712756893589f7f2c8dece2fcbb9aaf26 `David Alcala`<mailto:dalcala@adobe.com> This test checks that the transform and transform-origin are applied to a region with absolute positioning. -regions-transforms-015 reference/regions-transforms-014-ref CSS Regions: Transformed named flow (non-text) content with transform-origin and position: absolute http://www.w3.org/TR/css3-regions/#the-flow-into-property,http://www.w3.org/TR/css3-regions/#the-flow-from-property,http://www.w3.org/TR/css-transforms-1/#two-d-transform-functions f305b81a5b47c0a51480579f5624f81ac4fd803e `David Alcala`<mailto:dalcala@adobe.com> This test checks that the transform and transform-origin are applied to named flow content that flows into a region with absolute positioning. -regions-transforms-016 reference/regions-transforms-016-ref CSS Regions: 3D transform on named flow content with perspective() http://www.w3.org/TR/css3-regions/#the-flow-into-property,http://www.w3.org/TR/css3-regions/#the-flow-from-property,http://www.w3.org/TR/css-transforms-1/#three-d-transform-functions d4f879754bc6591e95075fa01846b740d7cc5615 `David Alcala`<mailto:dalcala@adobe.com> This test checks that a 3D transform is applied with perspective to named flow content. -regions-transforms-017 reference/regions-transforms-017-ref CSS Regions: Multiple transformed named flow content nodes that overflow a region http://www.w3.org/TR/css3-regions/#the-flow-into-property,http://www.w3.org/TR/css3-regions/#the-flow-from-property,http://www.w3.org/TR/css-transforms-1/#two-d-transform-functions 19be2df0fec774323f9657f8f3a4f239fc5e5c60 `David Alcala`<mailto:dalcala@adobe.com> This test checks that multiple named flow content nodes are transformed into a region and that the overflow remains visible. -regions-transforms-018 reference/regions-transforms-018-ref CSS Regions: 3D transform on named flow (text) content that overflows a region ahem http://www.w3.org/TR/css3-regions/#the-flow-into-property,http://www.w3.org/TR/css3-regions/#the-flow-from-property,http://www.w3.org/TR/css-transforms-1/#three-d-transform-functions 37f5de6aae25dd7cef06f1aee9d21432e3034d0f `Mihai Balan`<mailto:mibalan@adobe.com>,`Rebecca Hauck`<mailto:rhauck@adobe.com> Test checks that content that is transformed does not clip when flowed in a region. -regions-transforms-019 reference/regions-transforms-019-ref CSS Regions: 3D transform on named flow (text) content with perspective property set on region ahem http://www.w3.org/TR/css3-regions/#the-flow-into-property,http://www.w3.org/TR/css3-regions/#the-flow-from-property,http://www.w3.org/TR/css-transforms-1/#three-d-transform-functions,http://www.w3.org/TR/css-transforms-1/#perspective-property,http://www.w3.org/TR/css-transforms-1/#perspective-origin-property a47a0531097e5be07dbb25a4b3146ba5e9f2bfd1 `Mihai Balan`<mailto:mibalan@adobe.com> Test checks that the 3D transform is applied named content flow, that the perspective set on the region is applied, and that the content is not clipped when the perspective is shifted -regions-transforms-020 reference/regions-transforms-020-ref CSS Regions: Transformed region with named flow (fragmentable) content that breaks across multiple regions http://www.w3.org/TR/css3-regions/#the-flow-into-property,http://www.w3.org/TR/css3-regions/#the-flow-from-property,http://www.w3.org/TR/css-transforms-1/#two-d-transform-functions,http://www.w3.org/TR/css3-break/#transforms,http://www.w3.org/TR/css3-break/#breaking-rules 8c0ae042b61a7bf518608af69c63134156a08fde `David Alcala`<mailto:dalcala@adobe.com>,`Rebecca Hauck`<mailto:rhauck@adobe.com> This test checks that the named flow content that is fragmentable (has a break point) is transformed when it breaks across multiple regions. -regions-transforms-021 reference/regions-transforms-020-ref CSS Regions: Transforms on multiple named flow (non-text) content nodes that break across multiple regions http://www.w3.org/TR/css3-regions/#the-flow-into-property,http://www.w3.org/TR/css3-regions/#the-flow-from-property,http://www.w3.org/TR/css-transforms-1/#two-d-transform-functions,http://www.w3.org/TR/css3-break/#transforms f0ae7ad886e17d887f432e628bbfba95b31ef6e7 `David Alcala`<mailto:dalcala@adobe.com>,`Rebecca Hauck`<mailto:rhauck@adobe.com> This test checks that separate transforms can be applied to each named flow content node that breaks across multiple regions and that each fragment has its own transform origin. -regions-transforms-022 reference/regions-transforms-020-ref CSS Regions: Transforms on multiple named flow (text) content nodes that break across multiple regions ahem http://www.w3.org/TR/css3-regions/#the-flow-into-property,http://www.w3.org/TR/css3-regions/#the-flow-from-property,http://www.w3.org/TR/css-transforms-1/#two-d-transform-functions,http://www.w3.org/TR/css3-break/#transforms b80d65f89251dfe278eb59a5f16ed68c73f73328 `David Alcala`<mailto:dalcala@adobe.com>,`Rebecca Hauck`<mailto:rhauck@adobe.com> This test checks that separate transforms can be applied to each named flow content text node that breaks across multiple regions +regions-transforms-001 reference/regions-transforms-001-ref CSS Regions: Transformed named flow (non-text) content http://www.w3.org/TR/css3-regions/#the-flow-into-property,http://www.w3.org/TR/css3-regions/#flow-from,http://www.w3.org/TR/css-transforms-1/#two-d-transform-functions 2a4b13b4c224164415af6fc43efef99a4b10216e `David Alcala`<mailto:dalcala@adobe.com> This test checks that the transform is applied to the named flow non-text content. +regions-transforms-002 reference/regions-transforms-001-ref CSS Regions: Transformed named flow content element that has a child http://www.w3.org/TR/css3-regions/#the-flow-into-property,http://www.w3.org/TR/css3-regions/#flow-from,http://www.w3.org/TR/css-transforms-1/#two-d-transform-functions b16b50581951c71a3be5ec0c9b1061947dffd0be `David Alcala`<mailto:dalcala@adobe.com> This test checks that the child is transformed along with the parent when the transform is applied to a named flow content node +regions-transforms-003 reference/regions-transforms-001-ref CSS Regions: Named flow content that has a transformed parent outside of the named flow http://www.w3.org/TR/css3-regions/#the-flow-into-property,http://www.w3.org/TR/css3-regions/#flow-from,http://www.w3.org/TR/css-transforms-1/#two-d-transform-functions 2ca7fef7b0d356a4c339f36202e5db35f6187510 `David Alcala`<mailto:dalcala@adobe.com> This tests checks that when a transform is applied to a parent outside of the named flow but has child in the named flow, the child is not transformed along with the parent. +regions-transforms-004 reference/regions-transforms-001-ref CSS Regions: Transformed region using a 3D transform http://www.w3.org/TR/css3-regions/#the-flow-into-property,http://www.w3.org/TR/css3-regions/#flow-from,http://www.w3.org/TR/css-transforms-1/#three-d-transform-functions fec3b0f5e534c7887ee515a3cd353207afd533e9 `David Alcala`<mailto:dalcala@adobe.com> This test checks that a 3D transform can be applied to a region +regions-transforms-005 reference/regions-transforms-001-ref CSS Regions: perspective set on the named flow content's parent does not apply when content flows into region ahem http://www.w3.org/TR/css3-regions/#the-flow-into-property,http://www.w3.org/TR/css3-regions/#flow-from,http://www.w3.org/TR/css-transforms-1/#three-d-transform-functions,http://www.w3.org/TR/css-transforms-1/#perspective-property 4012519a933c3484df28a4030086884a6fdd9f1c `Mihai Balan`<mailto:mibalan@adobe.com>,`Rebecca Hauck`<mailto:rhauck@adobe.com> Test checks that content that has a 3D transform does not respect the perspective set on its parent when flowed into a region. +regions-transforms-006 reference/regions-transforms-001-ref CSS Regions: 3D transform on region with named flow (text) content that overflows ahem http://www.w3.org/TR/css3-regions/#the-flow-into-property,http://www.w3.org/TR/css3-regions/#flow-from,http://www.w3.org/TR/css-transforms-1/#three-d-transform-functions 576aed5fbf48a6b72252b6cd4097154463548e20 `Mihai Balan`<mailto:mibalan@adobe.com>,`Rebecca Hauck`<mailto:rhauck@adobe.com> Test checks that content flowed in a region and overflowing it is still rendered if the region has a 3D transform applied. +regions-transforms-007 reference/regions-transforms-001-ref CSS Regions: Transforms on both the named flow content and the region ahem http://www.w3.org/TR/css3-regions/#the-flow-into-property,http://www.w3.org/TR/css3-regions/#flow-from,http://www.w3.org/TR/css-transforms-1/#two-d-transform-functions 472043ccde1670b43bd97b4d1fb3842c45e59994 `Rebecca Hauck`<mailto:rhauck@adobe.com>,`Mihai Balan`<mailto:mibalan@adobe.com> Test checks that if both the content flowed in a region and the region have a transform applied, they are properly composed. More specifically, in this test the content should appear as rotated 180 degrees. +regions-transforms-008 reference/regions-transforms-008-ref CSS Regions: Transformed named flow (text) content that breaks across multiple regions and overflows ahem http://www.w3.org/TR/css3-regions/#the-flow-into-property,http://www.w3.org/TR/css3-regions/#flow-from,http://www.w3.org/TR/css-transforms-1/#two-d-transform-functions,http://www.w3.org/TR/css3-break/#transforms d8a4209344da1bc8fceaf310ad275d0c3bb56fb6 `Rebecca Hauck`<mailto:rhauck@adobe.com>,`David Alcala`<mailto:dalcala@adobe.com>,`Mihai Balan`<mailto:mibalan@adobe.com> This test checks that named flow text content is transformed when it breaks across multiple regions and that the overflow remains visible. +regions-transforms-009 reference/regions-transforms-008-ref CSS Regions: Transformed region with named flow (text) content that breaks across multiple regions and overflows ahem http://www.w3.org/TR/css3-regions/#the-flow-into-property,http://www.w3.org/TR/css3-regions/#flow-from,http://www.w3.org/TR/css-transforms-1/#two-d-transform-functions,http://www.w3.org/TR/css3-break/#transforms 14c43707256b41cd6dfc0e25dddd2bdf0131ce64 `Rebecca Hauck`<mailto:rhauck@adobe.com>,`David Alcala`<mailto:dalcala@adobe.com> This test checks that the regions are transformed when named flow text content breaks across multiple regions and that the overflow remains visible. +regions-transforms-010 reference/regions-transforms-010-ref CSS Regions: Transformed region with position: relative http://www.w3.org/TR/css3-regions/#the-flow-into-property,http://www.w3.org/TR/css3-regions/#flow-from,http://www.w3.org/TR/css-transforms-1/#two-d-transform-functions 31cef15a8d765c156613c3f9e3249fda6ef23cd6 `Rebecca Hauck`<mailto:rhauck@adobe.com>,`David Alcala`<mailto:dalcala@adobe.com> This test checks that the transform can be applied on relative positioned region. +regions-transforms-011 reference/regions-transforms-010-ref CSS Regions: Transformed region where parent and child are separate named flow content nodes http://www.w3.org/TR/css3-regions/#the-flow-into-property,http://www.w3.org/TR/css3-regions/#flow-from,http://www.w3.org/TR/css-transforms-1/#two-d-transform-functions 45e9b45e04a92709878a3fb48d60b2da7ac4daff `David Alcala`<mailto:dalcala@adobe.com> This test checks that the region is transformed when a parent and its child are separate named flow content nodes flowing into it. +regions-transforms-012 reference/regions-transforms-010-ref CSS Regions: Transformed named flow content flowing into transformed region http://www.w3.org/TR/css3-regions/#the-flow-into-property,http://www.w3.org/TR/css3-regions/#flow-from,http://www.w3.org/TR/css-transforms-1/#two-d-transform-functions 5d2b5f5e5c2779f3c782b96d449eaefd4b73ae61 `David Alcala`<mailto:dalcala@adobe.com> This test checks that named flow text content is transformed when it flows into a region that is also transformed. +regions-transforms-013 reference/regions-transforms-013-alt-ref;reference/regions-transforms-013-ref CSS Regions: Transformed named flow (monolithic) content that breaks across multiple regions http://www.w3.org/TR/css3-regions/#the-flow-into-property,http://www.w3.org/TR/css3-regions/#flow-from,http://www.w3.org/TR/css-transforms-1/#two-d-transform-functions,http://www.w3.org/TR/css3-break/#transforms,http://www.w3.org/TR/css3-break/#breaking-rules,http://www.w3.org/TR/css3-break/#monolithic be1b126597c212f49292d68542edfe8c2a2fe844 `Rebecca Hauck`<mailto:rhauck@adobe.com>,`David Alcala`<mailto:dalcala@adobe.com> This test checks that the named flow content that is monolithic is transformed when it breaks across multiple regions whether it is sliced or overflowed at the fragmentainer edge. +regions-transforms-014 reference/regions-transforms-014-ref CSS Regions: Transform region with position:absolute and transform-origin http://www.w3.org/TR/css3-regions/#the-flow-into-property,http://www.w3.org/TR/css3-regions/#flow-from,http://www.w3.org/TR/css-transforms-1/#two-d-transform-functions,http://www.w3.org/TR/css-transforms-1/#transform-origin-property c3dd807cf616a50a21e6f8041fbce23fd53fbe82 `David Alcala`<mailto:dalcala@adobe.com> This test checks that the transform and transform-origin are applied to a region with absolute positioning. +regions-transforms-015 reference/regions-transforms-014-ref CSS Regions: Transformed named flow (non-text) content with transform-origin and position: absolute http://www.w3.org/TR/css3-regions/#the-flow-into-property,http://www.w3.org/TR/css3-regions/#flow-from,http://www.w3.org/TR/css-transforms-1/#two-d-transform-functions 2edfbd6a3e6bd45903254817befa2e45efe6e4c3 `David Alcala`<mailto:dalcala@adobe.com> This test checks that the transform and transform-origin are applied to named flow content that flows into a region with absolute positioning. +regions-transforms-016 reference/regions-transforms-016-ref CSS Regions: 3D transform on named flow content with perspective() http://www.w3.org/TR/css3-regions/#the-flow-into-property,http://www.w3.org/TR/css3-regions/#flow-from,http://www.w3.org/TR/css-transforms-1/#three-d-transform-functions df7d685df158c6c588a9f82d9d579caafdc158dd `David Alcala`<mailto:dalcala@adobe.com> This test checks that a 3D transform is applied with perspective to named flow content. +regions-transforms-017 reference/regions-transforms-017-ref CSS Regions: Multiple transformed named flow content nodes that overflow a region http://www.w3.org/TR/css3-regions/#the-flow-into-property,http://www.w3.org/TR/css3-regions/#flow-from,http://www.w3.org/TR/css-transforms-1/#two-d-transform-functions 7ea5f462f76a2bc313e664e9f32452e0d19fd787 `David Alcala`<mailto:dalcala@adobe.com> This test checks that multiple named flow content nodes are transformed into a region and that the overflow remains visible. +regions-transforms-018 reference/regions-transforms-018-ref CSS Regions: 3D transform on named flow (text) content that overflows a region ahem http://www.w3.org/TR/css3-regions/#the-flow-into-property,http://www.w3.org/TR/css3-regions/#flow-from,http://www.w3.org/TR/css-transforms-1/#three-d-transform-functions 56e280ba826c04d8c0451fdefb3d51980809bc28 `Mihai Balan`<mailto:mibalan@adobe.com>,`Rebecca Hauck`<mailto:rhauck@adobe.com> Test checks that content that is transformed does not clip when flowed in a region. +regions-transforms-019 reference/regions-transforms-019-ref CSS Regions: 3D transform on named flow (text) content with perspective property set on region ahem http://www.w3.org/TR/css3-regions/#the-flow-into-property,http://www.w3.org/TR/css3-regions/#flow-from,http://www.w3.org/TR/css-transforms-1/#three-d-transform-functions,http://www.w3.org/TR/css-transforms-1/#perspective-property,http://www.w3.org/TR/css-transforms-1/#perspective-origin-property d5a2d7b0c356dc966317fb7b29d871e018b0d65b `Mihai Balan`<mailto:mibalan@adobe.com> Test checks that the 3D transform is applied named content flow, that the perspective set on the region is applied, and that the content is not clipped when the perspective is shifted +regions-transforms-020 reference/regions-transforms-020-ref CSS Regions: Transformed region with named flow (fragmentable) content that breaks across multiple regions http://www.w3.org/TR/css3-regions/#the-flow-into-property,http://www.w3.org/TR/css3-regions/#flow-from,http://www.w3.org/TR/css-transforms-1/#two-d-transform-functions,http://www.w3.org/TR/css3-break/#transforms,http://www.w3.org/TR/css3-break/#breaking-rules e73e7a72635a5605583e23fde99f54047a81c339 `David Alcala`<mailto:dalcala@adobe.com>,`Rebecca Hauck`<mailto:rhauck@adobe.com> This test checks that the named flow content that is fragmentable (has a break point) is transformed when it breaks across multiple regions. +regions-transforms-021 reference/regions-transforms-020-ref CSS Regions: Transforms on multiple named flow (non-text) content nodes that break across multiple regions http://www.w3.org/TR/css3-regions/#the-flow-into-property,http://www.w3.org/TR/css3-regions/#flow-from,http://www.w3.org/TR/css-transforms-1/#two-d-transform-functions,http://www.w3.org/TR/css3-break/#transforms 0870c65471db6185829589066be514d54fe2d274 `David Alcala`<mailto:dalcala@adobe.com>,`Rebecca Hauck`<mailto:rhauck@adobe.com> This test checks that separate transforms can be applied to each named flow content node that breaks across multiple regions and that each fragment has its own transform origin. +regions-transforms-022 reference/regions-transforms-020-ref CSS Regions: Transforms on multiple named flow (text) content nodes that break across multiple regions ahem http://www.w3.org/TR/css3-regions/#the-flow-into-property,http://www.w3.org/TR/css3-regions/#flow-from,http://www.w3.org/TR/css-transforms-1/#two-d-transform-functions,http://www.w3.org/TR/css3-break/#transforms 9aa8e9bb44f895b0429ea824b447abdcb9f533e3 `David Alcala`<mailto:dalcala@adobe.com>,`Rebecca Hauck`<mailto:rhauck@adobe.com> This test checks that separate transforms can be applied to each named flow content text node that breaks across multiple regions rotate-180-degrees-001 transform - rotate 180 deg http://www.w3.org/TR/css-transforms-1/#transform-property,http://www.w3.org/TR/css-transforms-1/#two-d-transform-functions 7e7e2cbee0f65bbefb6ce7e74ff7a70968a25a79 `Larry McLister`<mailto:lmcliste@adobe.com> rotate-270-degrees-001 transform - rotate 270 deg http://www.w3.org/TR/css-transforms-1/#transform-property,http://www.w3.org/TR/css-transforms-1/#two-d-transform-functions 7814b1f339a4d049adb1be6f798a36179ce03db3 `Larry McLister`<mailto:lmcliste@adobe.com> rotate-90-degrees-001 transform - rotate 90 deg http://www.w3.org/TR/css-transforms-1/#transform-property,http://www.w3.org/TR/css-transforms-1/#two-d-transform-functions 4c37b50fe36a932f5b7ac050e8dc68167132b0d8 `Larry McLister`<mailto:lmcliste@adobe.com> @@ -81,7 +81,7 @@ scale-optional-second-001 reference/scale-optional-second-ref transform property scale-zero-001 reference/scale-zero-ref transform property with scale function and zero values http://www.w3.org/TR/css-transforms-1/#transform-property,http://www.w3.org/TR/css-transforms-1/#two-d-transform-functions 2caa488dc20a00d72db606b2da9dfb6eae4ee03f `Jian Zhang`<mailto:jian.andy.zhang@gmail.com> If zero value is passed to scale function, it causes the element to disappear. scalex reference/scalex-ref test scale x http://www.w3.org/TR/css-transforms-1/#3d-transform-rendering c1e4f598f137270b4b44ef485bd3e5b4d30f3601 `Ebay Inc.`<xiatian@ebay.com> scale x 2 scaley reference/scaley-ref test scale y http://www.w3.org/TR/css-transforms-1/#3d-transform-rendering a4b5a1c1981a3ffc953963bf4a331aabd19525c6 `Ebay Inc.`<xiatian@ebay.com> scale y 2 -skew-test1 reference/skew-test1-ref Testing 1 - skew() svg http://www.w3.org/TR/css-transforms-1/#svg-transform,http://www.w3.org/TR/css-transforms-1/#two-d-transform-functions 3f10aa2b642cf5ad92d70ff682ab9efd15ea998b `Myriam Goude`<mailto:mymygo@gmail.com> The lime square in this test has a skew method applied : 30deg on x and 20deg on y. The red polygon should be totally hidden by the lime skewed square. Both start at 0,0 +skew-test1 reference/skew-test1-ref Testing 1 - skew() svg http://www.w3.org/TR/css-transforms-1/#svg-transform,http://www.w3.org/TR/css-transforms-1/#two-d-transform-functions 1cece689e5c1e6009ddb14210b380610173ba24a `Myriam Goude`<mailto:mymygo@gmail.com> The lime square in this test has a skew method applied : 30deg on x and 20deg on y. The red polygon should be totally hidden by the lime skewed square. Both start at 0,0 svg-document-styles-001 reference/svg-document-styles-ref Document transform style on SVG element with presentation attribute style on the same element svg http://www.w3.org/TR/css-transforms-1/#svg-transform,http://www.w3.org/TR/css-transforms-1/#transform-attribute-specificity e2c4fc089927fe0410c4db4522e637cd118b4a65 `Rebecca Hauck`<mailto:rhauck@adobe.com> Document transform styles on SVG elements should override presentation attribute styles on the same element. The rect in the test should be rotated by 90 degrees clockwise and not scaled. svg-document-styles-002 reference/svg-document-styles-ref Document transform style on SVG child element with presentation attribute styles on the parent and child elements svg http://www.w3.org/TR/css-transforms-1/#svg-transform,http://www.w3.org/TR/css-transforms-1/#transform-attribute-specificity c87b61f0992f8e8c3f1e6a09f0e5e1c5d9f9462a `Rebecca Hauck`<mailto:rhauck@adobe.com> Document transform styles on SVG elements should override presentation attribute styles on the same element. Presentation attribute styles on its parent should also be applied. The rect in the test should be rotated by 90 degrees clockwise, moved up 100 pixels, and not scaled. svg-document-styles-003 reference/svg-document-styles-ref Document transform style on SVG group element and presentation attribute style on child element svg http://www.w3.org/TR/css-transforms-1/#svg-transform,http://www.w3.org/TR/css-transforms-1/#transform-attribute-specificity 2c456edcb0718edb3170eda07fffacb1f756b0e0 `Rebecca Hauck`<mailto:rhauck@adobe.com> Document transform styles on SVG group elements should be pre-multipled on the child elements. The rect in the test should be rotated by 90 degrees clockwise and moved up 100 pixels. @@ -1028,13 +1028,13 @@ transform3d-sorting-005 reference/transform-lime-square-ref Sorting With Backgro transform3d-sorting-006 reference/transform3d-sorting-006-ref Sorting With Intersection http://www.w3.org/TR/css-transforms-1/#transform-style-property,http://www.w3.org/TR/css-transforms-1/#3d-transform-rendering 8f0e2ebc330e73f3ae28cb642717a827dd4d42a8 `Aryeh Gregor`<mailto:ayg@aryeh.name> This tests that when two boxes intersect in a simple fashion, they're rendered according to Newell's algorithm. transform3d-translate3d-001 reference/transform3d-translate3d-ref,!reference/transform-lime-square-ref translate3d() vs. 'transform-origin' http://www.w3.org/TR/css-transforms-1/#transform-origin-property,http://www.w3.org/TR/css-transforms-1/#three-d-transform-functions,http://www.w3.org/TR/css-transforms-1/#funcdef-translate3d 56ab3f4abaa22e10a95555967499e7f4b0e03772 `Matt Woodrow`<mailto:mwoodrow@mozilla.com>,`Aryeh Gregor`<mailto:ayg@aryeh.name> This tests that translate3d() before and after rotatex() is the same as an equivalent 'transform-origin'. transform3d-translatez-001 reference/transform3d-translatez-ref,!reference/transform3d-translatez-notref translatez() vs. 'transform-origin' http://www.w3.org/TR/css-transforms-1/#transform-origin-property,http://www.w3.org/TR/css-transforms-1/#three-d-transform-functions,http://www.w3.org/TR/css-transforms-1/#funcdef-translatez 14fd6589f4a21e5e87f7267cfec00310e2a5f766 `Matt Woodrow`<mailto:mwoodrow@mozilla.com>,`Aryeh Gregor`<mailto:ayg@aryeh.name> This tests that translatez(+-10px) before and after rotatex() is the same as an equivalent 'transform-origin', and different from translatez(+-20px). -transform_translate transform translate dom,script http://www.w3.org/TR/css-transforms-1/#transform-property,http://www.w3.org/TR/css-transforms-1/#two-d-transform-functions 967661951a54186d8978fe9324f05d39f895e01b `Intel`<http://www.intel.com> Check if transform supports translate(100px, 100px) -transform_translate_invalid transform translate with invalid translation value dom,script http://www.w3.org/TR/css-transforms-1/#transform-property,http://www.w3.org/TR/css-transforms-1/#two-d-transform-functions 67c6786a01a46a2e88d66f50715f37d422e63e29 `Intel`<http://www.intel.com> Check if transform sets translate(null, null) that an expection is to be thrown -transform_translate_max transform translate with maximum translation value dom,script http://www.w3.org/TR/css-transforms-1/#transform-property,http://www.w3.org/TR/css-transforms-1/#two-d-transform-functions 2d16596d80baaf1f8ab3d9dfbccd5b4a548a55b2 `Intel`<http://www.intel.com> Check if transform sets translate(INFINITE, INFINITE) that an expection is to be thrown -transform_translate_min transform translate with minimum translation value dom,script http://www.w3.org/TR/css-transforms-1/#transform-property,http://www.w3.org/TR/css-transforms-1/#two-d-transform-functions d41338cae0b9fc57b287978bf24612c5046fc17f `Intel`<http://www.intel.com> Check if transform sets translate(-INFINITE, -INFINITE) that an expection is to be thrown -transform_translate_neg transform translate with negative translation value dom,script http://www.w3.org/TR/css-transforms-1/#transform-property,http://www.w3.org/TR/css-transforms-1/#two-d-transform-functions 349a2bae935e499e9cf161a3090119a349744f60 `Intel`<http://www.intel.com> Check if transform supports translate(-1px, -1px) -transform_translate_second_omited transform translate with second translation value omited dom,script http://www.w3.org/TR/css-transforms-1/#transform-property,http://www.w3.org/TR/css-transforms-1/#two-d-transform-functions ff3c2e83f310cc73189158f3498d22a0085aa853 `Intel`<http://www.intel.com> Check if transform supports translate(100px) -transform_translate_zero transform translate dom,script http://www.w3.org/TR/css-transforms-1/#transform-property,http://www.w3.org/TR/css-transforms-1/#two-d-transform-functions efe4ee23492ac283c22d331c4a46a3606cb9b9f4 `Intel`<http://www.intel.com> Check if transform supports translate(0, 0) +transform_translate transform translate dom,script http://www.w3.org/TR/css-transforms-1/#transform-property,http://www.w3.org/TR/css-transforms-1/#two-d-transform-functions 289fc2d8c2d0cd6249a95056088eae5f0a1f8424 `Intel`<http://www.intel.com> Check if transform supports translate(100px, 100px) +transform_translate_invalid transform translate with invalid translation value dom,script http://www.w3.org/TR/css-transforms-1/#transform-property,http://www.w3.org/TR/css-transforms-1/#two-d-transform-functions 8fe14dc0f482fd0c5857f4807d22abb586ff76a6 `Intel`<http://www.intel.com> Check if transform sets translate(null, null), transform property returns initial value. +transform_translate_max transform translate with maximum translation value dom,script http://www.w3.org/TR/css-transforms-1/#transform-property,http://www.w3.org/TR/css-transforms-1/#two-d-transform-functions d602790adbd4dd5936585e1cdd2132af32b49a26 `Intel`<http://www.intel.com> Check if transform sets translate(INFINITE, INFINITE), transform property returns initial value. +transform_translate_min transform translate with minimum translation value dom,script http://www.w3.org/TR/css-transforms-1/#transform-property,http://www.w3.org/TR/css-transforms-1/#two-d-transform-functions 24a54403c99124861ea58e8fe3d4b4041d50bf52 `Intel`<http://www.intel.com> Check if transform sets translate(-INFINITE, -INFINITE), transform property returns initial value. +transform_translate_neg transform translate with negative translation value dom,script http://www.w3.org/TR/css-transforms-1/#transform-property,http://www.w3.org/TR/css-transforms-1/#two-d-transform-functions 65b03ee3298f9326ddd341da0cc64edcebe01438 `Intel`<http://www.intel.com> Check if transform supports translate(-1px, -1px) +transform_translate_second_omited transform translate with second translation value omited dom,script http://www.w3.org/TR/css-transforms-1/#transform-property,http://www.w3.org/TR/css-transforms-1/#two-d-transform-functions 8ca7c4c8c8af0ddda0475bee15ba8dbc380560ff `Intel`<http://www.intel.com> Check if transform supports translate(100px) +transform_translate_zero transform translate dom,script http://www.w3.org/TR/css-transforms-1/#transform-property,http://www.w3.org/TR/css-transforms-1/#two-d-transform-functions 961af0e283f3343ad50cdae2bff0fa2e51f1068b `Intel`<http://www.intel.com> Check if transform supports translate(0, 0) transforms-rotate-degree-90 reference/transforms-rotate-degree-90-ref transform property with rotate function and one parameter http://www.w3.org/TR/css-transforms-1/#transform-property,http://www.w3.org/TR/css-transforms-1/#two-d-transform-functions 7d8860570b5d9e076dc77bec201ebdc2aa599710 `Jacy-Bai`<mailto:jinxin.bai@gmail.com> If the rotate with parameter not provided, greenRectangle will not cover redRectangle. transforms-rotate-translate-scale reference/transforms-rotate-translate-scale-ref transform property with scale function and rotate function with one parameter http://www.w3.org/TR/css-transforms-1/#transform-property,http://www.w3.org/TR/css-transforms-1/#two-d-transform-functions a0026cac95c48dbd34bee8e03093a0ef4a642717 `Ji Kai`<mailto:7jikai@gmail.com> If the rotate and scale with parameter not provided, greenSquare will not cover redSquare. transforms-rotateY-degree-60 reference/transforms-rotateY-degree-60-ref transform property with rotate function and one parameter http://www.w3.org/TR/css-transforms-1/#transform-property,http://www.w3.org/TR/css-transforms-1/#two-d-transform-functions 54c1e1cfe7f1109159253136b2239111d0c109c8 `Ji Kai`<mailto:7jikai@gmail.com> @@ -1052,4 +1052,4 @@ ttwf-transform-skewx-001 reference/ttwf-reftest-transform-skewx-001 CSS Transfor ttwf-transform-skewy-001 reference/ttwf-reftest-transform-skewy-001 CSS Transform Using skewY() function http://www.w3.org/TR/css-transforms-1/#transform-property de06e80663dcae50be2198ba04fa48d4ca9a5b21 `Mihai Corlan`<mailto:mcorlan@adobe.com> Test that the green shape is skew on Y axis by 45 degrees ttwf-transform-translatex-001 reference/ttwf-reftest-transform-translatex-001 CSS Transform Using translateX() function http://www.w3.org/TR/css-transforms-1/#transform-property 5bcd1e07576267b0faedd7f3fe84058fb6faa370 `Mihai Corlan`<mailto:mcorlan@adobe.com> Test that the green square is moved on X axis 100px ttwf-transform-translatey-001 reference/ttwf-reftest-transform-translatey-001 CSS Transform Using translateY() function http://www.w3.org/TR/css-transforms-1/#transform-property a1f42153313e00c4133c79f1f77b41aa4e788e2b `Mihai Corlan`<mailto:mcorlan@adobe.com> Test that the green square is moved on Y axis 100px -video-001 CSS Regions: flowing a video in a region http://www.w3.org/TR/css3-regions/#the-flow-into-property,http://www.w3.org/TR/css3-regions/#the-flow-from-property,http://www.w3.org/TR/css-transforms-1/#transform-functions 292acadfb0a71a94df81324dfe07f1da536f81c1 `Mihai Balan`<mailto:mibalan@adobe.com> Test checks videos flowed in regions render smoothly and without artifacts. +video-001 CSS Regions: flowing a video in a region http://www.w3.org/TR/css3-regions/#the-flow-into-property,http://www.w3.org/TR/css3-regions/#flow-from,http://www.w3.org/TR/css-transforms-1/#transform-functions 68cde74d5f7d336ecabbaaef08bcb491350cf40e `Mihai Balan`<mailto:mibalan@adobe.com> Test checks videos flowed in regions render smoothly and without artifacts. diff --git a/tests/wpt/css-tests/css-transforms-1_dev/xhtml1/2d-rotate-001.xht b/tests/wpt/css-tests/css-transforms-1_dev/xhtml1/2d-rotate-001.xht index 3e13f207413..c39dc8ab1d6 100644 --- a/tests/wpt/css-tests/css-transforms-1_dev/xhtml1/2d-rotate-001.xht +++ b/tests/wpt/css-tests/css-transforms-1_dev/xhtml1/2d-rotate-001.xht @@ -29,7 +29,7 @@ <p>You should only see one block with color green, and you should not see any red</p> <section> <article></article> - <svg xmlns:xmlns="http://www.w3.org/2000/svg" width="300" version="1.1" height="200" xmlns="http://www.w3.org/2000/svg"> + <svg width="300" version="1.1" xmlns:xmlns="http://www.w3.org/2000/svg" height="200" xmlns="http://www.w3.org/2000/svg"> <style type="text/css"> rect{ stroke-width: 10; diff --git a/tests/wpt/css-tests/css-transforms-1_dev/xhtml1/animations-001.xht b/tests/wpt/css-tests/css-transforms-1_dev/xhtml1/animations-001.xht index 953bad52afe..a445d59b7bf 100644 --- a/tests/wpt/css-tests/css-transforms-1_dev/xhtml1/animations-001.xht +++ b/tests/wpt/css-tests/css-transforms-1_dev/xhtml1/animations-001.xht @@ -3,7 +3,7 @@ <title>CSS Regions: animating content flowed into a region</title> <link href="mailto:mibalan@adobe.com" rel="author" title="Mihai Balan" /> <link href="http://www.w3.org/TR/css3-regions/#the-flow-into-property" rel="help" /> - <link href="http://www.w3.org/TR/css3-regions/#the-flow-from-property" rel="help" /> + <link href="http://www.w3.org/TR/css3-regions/#flow-from" rel="help" /> <link href="http://www.w3.org/TR/css-transforms-1/#transform-functions" rel="help" /> <link href="http://www.w3.org/TR/css3-animations/#animations" rel="help" /> <meta content="Test checks that content that has an animated 3D transform renders and animates when flowed in a region." name="assert" /> diff --git a/tests/wpt/css-tests/css-transforms-1_dev/xhtml1/canvas3d-001.xht b/tests/wpt/css-tests/css-transforms-1_dev/xhtml1/canvas3d-001.xht index ff0a0230b08..2ac24e64074 100644 --- a/tests/wpt/css-tests/css-transforms-1_dev/xhtml1/canvas3d-001.xht +++ b/tests/wpt/css-tests/css-transforms-1_dev/xhtml1/canvas3d-001.xht @@ -3,7 +3,7 @@ <title>CSS Regions: rendering 3D canvas elements inside regions</title> <link href="mailto:mibalan@adobe.com" rel="author" title="Mihai Balan" /> <link href="http://www.w3.org/TR/css3-regions/#the-flow-into-property" rel="help" /> - <link href="http://www.w3.org/TR/css3-regions/#the-flow-from-property" rel="help" /> + <link href="http://www.w3.org/TR/css3-regions/#flow-from" rel="help" /> <link href="http://www.w3.org/TR/css-transforms-1/#transform-functions" rel="help" /> <meta content="Test checks that when a 3D (webGL) canvas element is flowed in a region it renders as it would render if it wouldn't be flowed in the region." name="assert" /> <meta content="dom" name="flags" /> diff --git a/tests/wpt/css-tests/css-transforms-1_dev/xhtml1/canvas3d-002.xht b/tests/wpt/css-tests/css-transforms-1_dev/xhtml1/canvas3d-002.xht index 53411fc35c9..b4f093f7005 100644 --- a/tests/wpt/css-tests/css-transforms-1_dev/xhtml1/canvas3d-002.xht +++ b/tests/wpt/css-tests/css-transforms-1_dev/xhtml1/canvas3d-002.xht @@ -3,7 +3,7 @@ <title>CSS Regions: rendering text flowed in a region on top of 3D content</title> <link href="mailto:mibalan@adobe.com" rel="author" title="Mihai Balan" /> <link href="http://www.w3.org/TR/css3-regions/#the-flow-into-property" rel="help" /> - <link href="http://www.w3.org/TR/css3-regions/#the-flow-from-property" rel="help" /> + <link href="http://www.w3.org/TR/css3-regions/#flow-from" rel="help" /> <link href="http://www.w3.org/TR/css-transforms-1/#transform-functions" rel="help" /> <meta content="Test checks that text flowed in a region renders without artifacts when the region overlaps a 3D (webGL) canvas element. This can be problematic in browsers that don't handle layers and/or 3D acceleration correctly." name="assert" /> <meta content="dom" name="flags" /> diff --git a/tests/wpt/css-tests/css-transforms-1_dev/xhtml1/chapter-15.xht b/tests/wpt/css-tests/css-transforms-1_dev/xhtml1/chapter-15.xht index 2c9f64f96ab..e1a0a508dac 100644 --- a/tests/wpt/css-tests/css-transforms-1_dev/xhtml1/chapter-15.xht +++ b/tests/wpt/css-tests/css-transforms-1_dev/xhtml1/chapter-15.xht @@ -6985,7 +6985,7 @@ <td><abbr class="dom" title="Requires Document Object Model support">DOM/JS</abbr><abbr class="script" title="Executes tests in script">Script</abbr></td> <td>transform translate with invalid translation value <ul class="assert"> - <li>Check if transform sets translate(null, null) that an expection is to be thrown</li> + <li>Check if transform sets translate(null, null), transform property returns initial value.</li> </ul> </td> </tr> @@ -6996,7 +6996,7 @@ <td><abbr class="dom" title="Requires Document Object Model support">DOM/JS</abbr><abbr class="script" title="Executes tests in script">Script</abbr></td> <td>transform translate with maximum translation value <ul class="assert"> - <li>Check if transform sets translate(INFINITE, INFINITE) that an expection is to be thrown</li> + <li>Check if transform sets translate(INFINITE, INFINITE), transform property returns initial value.</li> </ul> </td> </tr> @@ -7007,7 +7007,7 @@ <td><abbr class="dom" title="Requires Document Object Model support">DOM/JS</abbr><abbr class="script" title="Executes tests in script">Script</abbr></td> <td>transform translate with minimum translation value <ul class="assert"> - <li>Check if transform sets translate(-INFINITE, -INFINITE) that an expection is to be thrown</li> + <li>Check if transform sets translate(-INFINITE, -INFINITE), transform property returns initial value.</li> </ul> </td> </tr> diff --git a/tests/wpt/css-tests/css-transforms-1_dev/xhtml1/chapter-7.xht b/tests/wpt/css-tests/css-transforms-1_dev/xhtml1/chapter-7.xht index 8f6e71d2562..d140ee3cddb 100644 --- a/tests/wpt/css-tests/css-transforms-1_dev/xhtml1/chapter-7.xht +++ b/tests/wpt/css-tests/css-transforms-1_dev/xhtml1/chapter-7.xht @@ -942,7 +942,7 @@ <td><abbr class="dom" title="Requires Document Object Model support">DOM/JS</abbr><abbr class="script" title="Executes tests in script">Script</abbr></td> <td>transform translate with invalid translation value <ul class="assert"> - <li>Check if transform sets translate(null, null) that an expection is to be thrown</li> + <li>Check if transform sets translate(null, null), transform property returns initial value.</li> </ul> </td> </tr> @@ -953,7 +953,7 @@ <td><abbr class="dom" title="Requires Document Object Model support">DOM/JS</abbr><abbr class="script" title="Executes tests in script">Script</abbr></td> <td>transform translate with maximum translation value <ul class="assert"> - <li>Check if transform sets translate(INFINITE, INFINITE) that an expection is to be thrown</li> + <li>Check if transform sets translate(INFINITE, INFINITE), transform property returns initial value.</li> </ul> </td> </tr> @@ -964,7 +964,7 @@ <td><abbr class="dom" title="Requires Document Object Model support">DOM/JS</abbr><abbr class="script" title="Executes tests in script">Script</abbr></td> <td>transform translate with minimum translation value <ul class="assert"> - <li>Check if transform sets translate(-INFINITE, -INFINITE) that an expection is to be thrown</li> + <li>Check if transform sets translate(-INFINITE, -INFINITE), transform property returns initial value.</li> </ul> </td> </tr> diff --git a/tests/wpt/css-tests/css-transforms-1_dev/xhtml1/iframe-001.xht b/tests/wpt/css-tests/css-transforms-1_dev/xhtml1/iframe-001.xht index 472331bd1b5..98925551b0a 100644 --- a/tests/wpt/css-tests/css-transforms-1_dev/xhtml1/iframe-001.xht +++ b/tests/wpt/css-tests/css-transforms-1_dev/xhtml1/iframe-001.xht @@ -3,7 +3,7 @@ <title>CSS Regions: flowing an iframe that loads content with 3D transform</title> <link href="mailto:mibalan@adobe.com" rel="author" title="Mihai Balan" /> <link href="http://www.w3.org/TR/css3-regions/#the-flow-into-property" rel="help" /> - <link href="http://www.w3.org/TR/css3-regions/#the-flow-from-property" rel="help" /> + <link href="http://www.w3.org/TR/css3-regions/#flow-from" rel="help" /> <link href="http://www.w3.org/TR/css-transforms-1/#transform-functions" rel="help" /> <meta content="Test checks that flowing an iframe that loads content with 3D transforms in a region renders without artifacts." name="assert" /> <meta content="ahem" name="flags" /> diff --git a/tests/wpt/css-tests/css-transforms-1_dev/xhtml1/reference/2d-rotate-notref.xht b/tests/wpt/css-tests/css-transforms-1_dev/xhtml1/reference/2d-rotate-notref.xht index 9642d341ef7..27643ea7f22 100644 --- a/tests/wpt/css-tests/css-transforms-1_dev/xhtml1/reference/2d-rotate-notref.xht +++ b/tests/wpt/css-tests/css-transforms-1_dev/xhtml1/reference/2d-rotate-notref.xht @@ -29,7 +29,7 @@ <p>You should only see one block with color green, and you should not see any red</p> <section> <article></article> - <svg xmlns:xmlns="http://www.w3.org/2000/svg" width="300" version="1.1" height="200" xmlns="http://www.w3.org/2000/svg"> + <svg width="300" version="1.1" xmlns:xmlns="http://www.w3.org/2000/svg" height="200" xmlns="http://www.w3.org/2000/svg"> <style type="text/css"> rect{ stroke-width: 10; diff --git a/tests/wpt/css-tests/css-transforms-1_dev/xhtml1/reference/2d-rotate-ref.xht b/tests/wpt/css-tests/css-transforms-1_dev/xhtml1/reference/2d-rotate-ref.xht index 76defb16f7d..448409151f5 100644 --- a/tests/wpt/css-tests/css-transforms-1_dev/xhtml1/reference/2d-rotate-ref.xht +++ b/tests/wpt/css-tests/css-transforms-1_dev/xhtml1/reference/2d-rotate-ref.xht @@ -15,7 +15,7 @@ <body> <p>You should only see one block with color green, and you should not see any red</p> <section> - <svg xmlns:xmlns="http://www.w3.org/2000/svg" width="300" version="1.1" height="200" xmlns="http://www.w3.org/2000/svg"> + <svg width="300" version="1.1" xmlns:xmlns="http://www.w3.org/2000/svg" height="200" xmlns="http://www.w3.org/2000/svg"> <style type="text/css"> rect{ stroke-width: 10; diff --git a/tests/wpt/css-tests/css-transforms-1_dev/xhtml1/reference/skew-test1-ref.xht b/tests/wpt/css-tests/css-transforms-1_dev/xhtml1/reference/skew-test1-ref.xht index 8e5a886eca8..80943d5284e 100644 --- a/tests/wpt/css-tests/css-transforms-1_dev/xhtml1/reference/skew-test1-ref.xht +++ b/tests/wpt/css-tests/css-transforms-1_dev/xhtml1/reference/skew-test1-ref.xht @@ -24,7 +24,7 @@ <h4> There should be a green block on the page. </h4> - <svg xmlns:xmlns="http://www.w3.org/2000/svg" version="1.1" xmlns="http://www.w3.org/2000/svg"> + <svg version="1.1" xmlns:xmlns="http://www.w3.org/2000/svg" xmlns="http://www.w3.org/2000/svg"> <polygon style="fill:lime" points="0,0 150,55 235,205 88,150"></polygon> </svg> diff --git a/tests/wpt/css-tests/css-transforms-1_dev/xhtml1/regions-transforms-001.xht b/tests/wpt/css-tests/css-transforms-1_dev/xhtml1/regions-transforms-001.xht index ade9411f050..3eaf59e8bff 100644 --- a/tests/wpt/css-tests/css-transforms-1_dev/xhtml1/regions-transforms-001.xht +++ b/tests/wpt/css-tests/css-transforms-1_dev/xhtml1/regions-transforms-001.xht @@ -6,7 +6,7 @@ <link href="mailto:mibalan@adobe.com" rel="reviewer" title="Mihai Balan" /> <link href="mailto:rhauck@adobe.com" rel="reviewer" title="Rebecca Hauck" /> <!-- 07-15-2013 --> <link href="http://www.w3.org/TR/css3-regions/#the-flow-into-property" rel="help" /> - <link href="http://www.w3.org/TR/css3-regions/#the-flow-from-property" rel="help" /> + <link href="http://www.w3.org/TR/css3-regions/#flow-from" rel="help" /> <link href="http://www.w3.org/TR/css-transforms-1/#two-d-transform-functions" rel="help" /> <link href="reference/regions-transforms-001-ref.xht" rel="match" /> <meta content="This test checks that the transform is applied to the named flow non-text content." name="assert" /> diff --git a/tests/wpt/css-tests/css-transforms-1_dev/xhtml1/regions-transforms-002.xht b/tests/wpt/css-tests/css-transforms-1_dev/xhtml1/regions-transforms-002.xht index 0e5637e2cf8..31bc0863b66 100644 --- a/tests/wpt/css-tests/css-transforms-1_dev/xhtml1/regions-transforms-002.xht +++ b/tests/wpt/css-tests/css-transforms-1_dev/xhtml1/regions-transforms-002.xht @@ -6,7 +6,7 @@ <link href="mailto:mibalan@adobe.com" rel="reviewer" title="Mihai Balan" /> <link href="mailto:rhauck@adobe.com" rel="reviewer" title="Rebecca Hauck" /> <!-- 07-15-2013 --> <link href="http://www.w3.org/TR/css3-regions/#the-flow-into-property" rel="help" /> - <link href="http://www.w3.org/TR/css3-regions/#the-flow-from-property" rel="help" /> + <link href="http://www.w3.org/TR/css3-regions/#flow-from" rel="help" /> <link href="http://www.w3.org/TR/css-transforms-1/#two-d-transform-functions" rel="help" /> <link href="reference/regions-transforms-001-ref.xht" rel="match" /> <meta content="This test checks that the child is transformed along with the parent when the diff --git a/tests/wpt/css-tests/css-transforms-1_dev/xhtml1/regions-transforms-003.xht b/tests/wpt/css-tests/css-transforms-1_dev/xhtml1/regions-transforms-003.xht index 0706cf9251b..9b76e42434f 100644 --- a/tests/wpt/css-tests/css-transforms-1_dev/xhtml1/regions-transforms-003.xht +++ b/tests/wpt/css-tests/css-transforms-1_dev/xhtml1/regions-transforms-003.xht @@ -6,7 +6,7 @@ <link href="mailto:mibalan@adobe.com" rel="reviewer" title="Mihai Balan" /> <link href="mailto:rhauck@adobe.com" rel="reviewer" title="Rebecca Hauck" /> <!-- 07-15-2013 --> <link href="http://www.w3.org/TR/css3-regions/#the-flow-into-property" rel="help" /> - <link href="http://www.w3.org/TR/css3-regions/#the-flow-from-property" rel="help" /> + <link href="http://www.w3.org/TR/css3-regions/#flow-from" rel="help" /> <link href="http://www.w3.org/TR/css-transforms-1/#two-d-transform-functions" rel="help" /> <link href="reference/regions-transforms-001-ref.xht" rel="match" /> <meta content="This tests checks that when a transform is applied to a parent outside of the named diff --git a/tests/wpt/css-tests/css-transforms-1_dev/xhtml1/regions-transforms-004.xht b/tests/wpt/css-tests/css-transforms-1_dev/xhtml1/regions-transforms-004.xht index 1c624d7742f..5c4733440ff 100644 --- a/tests/wpt/css-tests/css-transforms-1_dev/xhtml1/regions-transforms-004.xht +++ b/tests/wpt/css-tests/css-transforms-1_dev/xhtml1/regions-transforms-004.xht @@ -5,7 +5,7 @@ <link href="mailto:dalcala@adobe.com" rel="author" title="David Alcala" /> <link href="mailto:rhauck@adobe.com" rel="reviewer" title="Rebecca Hauck" /> <!-- 07-15-2013 --> <link href="http://www.w3.org/TR/css3-regions/#the-flow-into-property" rel="help" /> - <link href="http://www.w3.org/TR/css3-regions/#the-flow-from-property" rel="help" /> + <link href="http://www.w3.org/TR/css3-regions/#flow-from" rel="help" /> <link href="http://www.w3.org/TR/css-transforms-1/#three-d-transform-functions" rel="help" /> <link href="reference/regions-transforms-001-ref.xht" rel="match" /> <meta content="This test checks that a 3D transform can be applied to a region" name="assert" /> diff --git a/tests/wpt/css-tests/css-transforms-1_dev/xhtml1/regions-transforms-005.xht b/tests/wpt/css-tests/css-transforms-1_dev/xhtml1/regions-transforms-005.xht index 97714a32fc2..40fcfd845a9 100644 --- a/tests/wpt/css-tests/css-transforms-1_dev/xhtml1/regions-transforms-005.xht +++ b/tests/wpt/css-tests/css-transforms-1_dev/xhtml1/regions-transforms-005.xht @@ -4,7 +4,7 @@ <link href="mailto:mibalan@adobe.com" rel="author" title="Mihai Balan" /> <link href="mailto:rhauck@adobe.com" rel="author" title="Rebecca Hauck" /> <link href="http://www.w3.org/TR/css3-regions/#the-flow-into-property" rel="help" /> - <link href="http://www.w3.org/TR/css3-regions/#the-flow-from-property" rel="help" /> + <link href="http://www.w3.org/TR/css3-regions/#flow-from" rel="help" /> <link href="http://www.w3.org/TR/css-transforms-1/#three-d-transform-functions" rel="help" /> <link href="http://www.w3.org/TR/css-transforms-1/#perspective-property" rel="help" /> <!-- TODO: Link to fragmentation spec section about perspective, fragments and fragmentainers - diff --git a/tests/wpt/css-tests/css-transforms-1_dev/xhtml1/regions-transforms-006.xht b/tests/wpt/css-tests/css-transforms-1_dev/xhtml1/regions-transforms-006.xht index 7a9f339c924..08277d78349 100644 --- a/tests/wpt/css-tests/css-transforms-1_dev/xhtml1/regions-transforms-006.xht +++ b/tests/wpt/css-tests/css-transforms-1_dev/xhtml1/regions-transforms-006.xht @@ -5,7 +5,7 @@ <link href="mailto:rhauck@adobe.com" rel="author" title="Rebecca Hauck" /> <link href="mailto:mibalan@adobe.com" rel="reviewer" title="Mihai Balan" /> <!-- 2013-07-24 --> <link href="http://www.w3.org/TR/css3-regions/#the-flow-into-property" rel="help" /> - <link href="http://www.w3.org/TR/css3-regions/#the-flow-from-property" rel="help" /> + <link href="http://www.w3.org/TR/css3-regions/#flow-from" rel="help" /> <link href="http://www.w3.org/TR/css-transforms-1/#three-d-transform-functions" rel="help" /> <meta content="Test checks that content flowed in a region and overflowing it is still rendered if the region has a 3D transform applied." name="assert" /> diff --git a/tests/wpt/css-tests/css-transforms-1_dev/xhtml1/regions-transforms-007.xht b/tests/wpt/css-tests/css-transforms-1_dev/xhtml1/regions-transforms-007.xht index 296d7eb428b..420efd49f1d 100644 --- a/tests/wpt/css-tests/css-transforms-1_dev/xhtml1/regions-transforms-007.xht +++ b/tests/wpt/css-tests/css-transforms-1_dev/xhtml1/regions-transforms-007.xht @@ -4,7 +4,7 @@ <link href="mailto:rhauck@adobe.com" rel="author" title="Rebecca Hauck" /> <link href="mailto:mibalan@adobe.com" rel="reviewer author" title="Mihai Balan" /> <!-- 2013-07-24 --> <link href="http://www.w3.org/TR/css3-regions/#the-flow-into-property" rel="help" /> - <link href="http://www.w3.org/TR/css3-regions/#the-flow-from-property" rel="help" /> + <link href="http://www.w3.org/TR/css3-regions/#flow-from" rel="help" /> <link href="http://www.w3.org/TR/css-transforms-1/#two-d-transform-functions" rel="help" /> <meta content="ahem" name="flags" /> <meta content="Test checks that if both the content flowed in a region and the region have a diff --git a/tests/wpt/css-tests/css-transforms-1_dev/xhtml1/regions-transforms-008.xht b/tests/wpt/css-tests/css-transforms-1_dev/xhtml1/regions-transforms-008.xht index fd35c2e1d61..bfdf2d48850 100644 --- a/tests/wpt/css-tests/css-transforms-1_dev/xhtml1/regions-transforms-008.xht +++ b/tests/wpt/css-tests/css-transforms-1_dev/xhtml1/regions-transforms-008.xht @@ -6,7 +6,7 @@ <link href="mailto:dalcala@adobe.com" rel="author" title="David Alcala" /> <link href="mailto:mibalan@adobe.com" rel="reviewer author" title="Mihai Balan" /> <!-- 2013-07-24 --> <link href="http://www.w3.org/TR/css3-regions/#the-flow-into-property" rel="help" /> - <link href="http://www.w3.org/TR/css3-regions/#the-flow-from-property" rel="help" /> + <link href="http://www.w3.org/TR/css3-regions/#flow-from" rel="help" /> <link href="http://www.w3.org/TR/css-transforms-1/#two-d-transform-functions" rel="help" /> <link href="http://www.w3.org/TR/css3-break/#transforms" rel="help" /> <link href="reference/regions-transforms-008-ref.xht" rel="match" /> diff --git a/tests/wpt/css-tests/css-transforms-1_dev/xhtml1/regions-transforms-009.xht b/tests/wpt/css-tests/css-transforms-1_dev/xhtml1/regions-transforms-009.xht index 51659352709..f0d0c48658c 100644 --- a/tests/wpt/css-tests/css-transforms-1_dev/xhtml1/regions-transforms-009.xht +++ b/tests/wpt/css-tests/css-transforms-1_dev/xhtml1/regions-transforms-009.xht @@ -6,7 +6,7 @@ <link href="mailto:dalcala@adobe.com" rel="author" title="David Alcala" /> <link href="mailto:mibalan@adobe.com" rel="reviewer" title="Mihai Balan" /> <!-- 2013-07-24 --> <link href="http://www.w3.org/TR/css3-regions/#the-flow-into-property" rel="help" /> - <link href="http://www.w3.org/TR/css3-regions/#the-flow-from-property" rel="help" /> + <link href="http://www.w3.org/TR/css3-regions/#flow-from" rel="help" /> <link href="http://www.w3.org/TR/css-transforms-1/#two-d-transform-functions" rel="help" /> <link href="http://www.w3.org/TR/css3-break/#transforms" rel="help" /> <link href="reference/regions-transforms-008-ref.xht" rel="match" /> diff --git a/tests/wpt/css-tests/css-transforms-1_dev/xhtml1/regions-transforms-010.xht b/tests/wpt/css-tests/css-transforms-1_dev/xhtml1/regions-transforms-010.xht index cd681f49aad..c9aaacb7038 100644 --- a/tests/wpt/css-tests/css-transforms-1_dev/xhtml1/regions-transforms-010.xht +++ b/tests/wpt/css-tests/css-transforms-1_dev/xhtml1/regions-transforms-010.xht @@ -6,7 +6,7 @@ <link href="mailto:dalcala@adobe.com" rel="author" title="David Alcala" /> <link href="mailto:mibalan@adobe.com" rel="reviewer" title="Mihai Balan" /> <!-- 2013-07-24 --> <link href="http://www.w3.org/TR/css3-regions/#the-flow-into-property" rel="help" /> - <link href="http://www.w3.org/TR/css3-regions/#the-flow-from-property" rel="help" /> + <link href="http://www.w3.org/TR/css3-regions/#flow-from" rel="help" /> <link href="http://www.w3.org/TR/css-transforms-1/#two-d-transform-functions" rel="help" /> <link href="reference/regions-transforms-010-ref.xht" rel="match" /> <meta content="This test checks that the transform can be applied on relative positioned region." name="assert" /> diff --git a/tests/wpt/css-tests/css-transforms-1_dev/xhtml1/regions-transforms-011.xht b/tests/wpt/css-tests/css-transforms-1_dev/xhtml1/regions-transforms-011.xht index d6661e1a03e..a8e25421601 100644 --- a/tests/wpt/css-tests/css-transforms-1_dev/xhtml1/regions-transforms-011.xht +++ b/tests/wpt/css-tests/css-transforms-1_dev/xhtml1/regions-transforms-011.xht @@ -6,7 +6,7 @@ <link href="mailto:mibalan@adobe.com" rel="reviewer" title="Mihai Balan" /> <link href="mailto:rhauck@adobe.com" rel="reviewer" title="Rebecca Hauck" /> <!-- 07-15-2013 --> <link href="http://www.w3.org/TR/css3-regions/#the-flow-into-property" rel="help" /> - <link href="http://www.w3.org/TR/css3-regions/#the-flow-from-property" rel="help" /> + <link href="http://www.w3.org/TR/css3-regions/#flow-from" rel="help" /> <link href="http://www.w3.org/TR/css-transforms-1/#two-d-transform-functions" rel="help" /> <link href="reference/regions-transforms-010-ref.xht" rel="match" /> <meta content="This test checks that the region is transformed when a parent and its child are diff --git a/tests/wpt/css-tests/css-transforms-1_dev/xhtml1/regions-transforms-012.xht b/tests/wpt/css-tests/css-transforms-1_dev/xhtml1/regions-transforms-012.xht index 9db656b7990..912f4d1294c 100644 --- a/tests/wpt/css-tests/css-transforms-1_dev/xhtml1/regions-transforms-012.xht +++ b/tests/wpt/css-tests/css-transforms-1_dev/xhtml1/regions-transforms-012.xht @@ -5,7 +5,7 @@ <link href="mailto:dalcala@adobe.com" rel="author" title="David Alcala" /> <link href="mailto:rhauck@adobe.com" rel="reviewer" title="Rebecca Hauck" /> <!-- 07-15-2013 --> <link href="http://www.w3.org/TR/css3-regions/#the-flow-into-property" rel="help" /> - <link href="http://www.w3.org/TR/css3-regions/#the-flow-from-property" rel="help" /> + <link href="http://www.w3.org/TR/css3-regions/#flow-from" rel="help" /> <link href="http://www.w3.org/TR/css-transforms-1/#two-d-transform-functions" rel="help" /> <link href="reference/regions-transforms-010-ref.xht" rel="match" /> <meta content="This test checks that named flow text content is transformed when it flows into diff --git a/tests/wpt/css-tests/css-transforms-1_dev/xhtml1/regions-transforms-013.xht b/tests/wpt/css-tests/css-transforms-1_dev/xhtml1/regions-transforms-013.xht index e16a4feefb1..e711dec1af4 100644 --- a/tests/wpt/css-tests/css-transforms-1_dev/xhtml1/regions-transforms-013.xht +++ b/tests/wpt/css-tests/css-transforms-1_dev/xhtml1/regions-transforms-013.xht @@ -6,7 +6,7 @@ <link href="mailto:dalcala@adobe.com" rel="author" title="David Alcala" /> <link href="mailto:mibalan@adobe.com" rel="reviewer" title="Mihai Balan" /> <!-- 2013-07-24 --> <link href="http://www.w3.org/TR/css3-regions/#the-flow-into-property" rel="help" /> - <link href="http://www.w3.org/TR/css3-regions/#the-flow-from-property" rel="help" /> + <link href="http://www.w3.org/TR/css3-regions/#flow-from" rel="help" /> <link href="http://www.w3.org/TR/css-transforms-1/#two-d-transform-functions" rel="help" /> <link href="http://www.w3.org/TR/css3-break/#transforms" rel="help" /> <link href="http://www.w3.org/TR/css3-break/#breaking-rules" rel="help" /> diff --git a/tests/wpt/css-tests/css-transforms-1_dev/xhtml1/regions-transforms-014.xht b/tests/wpt/css-tests/css-transforms-1_dev/xhtml1/regions-transforms-014.xht index d40b40185c5..c288c71fce4 100644 --- a/tests/wpt/css-tests/css-transforms-1_dev/xhtml1/regions-transforms-014.xht +++ b/tests/wpt/css-tests/css-transforms-1_dev/xhtml1/regions-transforms-014.xht @@ -5,7 +5,7 @@ <link href="mailto:dalcala@adobe.com" rel="author" title="David Alcala" /> <link href="mailto:rhauck@adobe.com" rel="reviewer" title="Rebecca Hauck" /> <!-- 07-15-2013 --> <link href="http://www.w3.org/TR/css3-regions/#the-flow-into-property" rel="help" /> - <link href="http://www.w3.org/TR/css3-regions/#the-flow-from-property" rel="help" /> + <link href="http://www.w3.org/TR/css3-regions/#flow-from" rel="help" /> <link href="http://www.w3.org/TR/css-transforms-1/#two-d-transform-functions" rel="help" /> <link href="http://www.w3.org/TR/css-transforms-1/#transform-origin-property" rel="help" /> <link href="reference/regions-transforms-014-ref.xht" rel="match" /> diff --git a/tests/wpt/css-tests/css-transforms-1_dev/xhtml1/regions-transforms-015.xht b/tests/wpt/css-tests/css-transforms-1_dev/xhtml1/regions-transforms-015.xht index a2058d805cd..9e5b36ec7d3 100644 --- a/tests/wpt/css-tests/css-transforms-1_dev/xhtml1/regions-transforms-015.xht +++ b/tests/wpt/css-tests/css-transforms-1_dev/xhtml1/regions-transforms-015.xht @@ -5,7 +5,7 @@ <link href="mailto:dalcala@adobe.com" rel="author" title="David Alcala" /> <link href="mailto:rhauck@adobe.com" rel="reviewer" title="Rebecca Hauck" /> <!-- 07-15-2013 --> <link href="http://www.w3.org/TR/css3-regions/#the-flow-into-property" rel="help" /> - <link href="http://www.w3.org/TR/css3-regions/#the-flow-from-property" rel="help" /> + <link href="http://www.w3.org/TR/css3-regions/#flow-from" rel="help" /> <link href="http://www.w3.org/TR/css-transforms-1/#two-d-transform-functions" rel="help" /> <link href="reference/regions-transforms-014-ref.xht" rel="match" /> <meta content="This test checks that the transform and transform-origin are applied to named flow diff --git a/tests/wpt/css-tests/css-transforms-1_dev/xhtml1/regions-transforms-016.xht b/tests/wpt/css-tests/css-transforms-1_dev/xhtml1/regions-transforms-016.xht index 19ceec3d4a3..3c7f1a79b48 100644 --- a/tests/wpt/css-tests/css-transforms-1_dev/xhtml1/regions-transforms-016.xht +++ b/tests/wpt/css-tests/css-transforms-1_dev/xhtml1/regions-transforms-016.xht @@ -6,7 +6,7 @@ <link href="mailto:dalcala@adobe.com" rel="author" title="David Alcala" /> <link href="mailto:rhauck@adobe.com" rel="reviewer" title="Rebecca Hauck" /> <!-- 07-15-2013 --> <link href="http://www.w3.org/TR/css3-regions/#the-flow-into-property" rel="help" /> - <link href="http://www.w3.org/TR/css3-regions/#the-flow-from-property" rel="help" /> + <link href="http://www.w3.org/TR/css3-regions/#flow-from" rel="help" /> <link href="http://www.w3.org/TR/css-transforms-1/#three-d-transform-functions" rel="help" /> <link href="reference/regions-transforms-016-ref.xht" rel="match" /> <meta content="This test checks that a 3D transform is applied with perspective to named flow content." name="assert" /> diff --git a/tests/wpt/css-tests/css-transforms-1_dev/xhtml1/regions-transforms-017.xht b/tests/wpt/css-tests/css-transforms-1_dev/xhtml1/regions-transforms-017.xht index 84d9e2fa7ab..92163763b86 100644 --- a/tests/wpt/css-tests/css-transforms-1_dev/xhtml1/regions-transforms-017.xht +++ b/tests/wpt/css-tests/css-transforms-1_dev/xhtml1/regions-transforms-017.xht @@ -5,7 +5,7 @@ <link href="mailto:dalcala@adobe.com" rel="author" title="David Alcala" /> <link href="mailto:rhauck@adobe.com" rel="reviewer" title="Rebecca Hauck" /> <!-- 07-15-2013 --> <link href="http://www.w3.org/TR/css3-regions/#the-flow-into-property" rel="help" /> - <link href="http://www.w3.org/TR/css3-regions/#the-flow-from-property" rel="help" /> + <link href="http://www.w3.org/TR/css3-regions/#flow-from" rel="help" /> <link href="http://www.w3.org/TR/css-transforms-1/#two-d-transform-functions" rel="help" /> <link href="reference/regions-transforms-017-ref.xht" rel="match" /> <meta content="This test checks that multiple named flow content nodes are transformed into a region diff --git a/tests/wpt/css-tests/css-transforms-1_dev/xhtml1/regions-transforms-018.xht b/tests/wpt/css-tests/css-transforms-1_dev/xhtml1/regions-transforms-018.xht index dab74c92b47..8839cfa75b3 100644 --- a/tests/wpt/css-tests/css-transforms-1_dev/xhtml1/regions-transforms-018.xht +++ b/tests/wpt/css-tests/css-transforms-1_dev/xhtml1/regions-transforms-018.xht @@ -5,7 +5,7 @@ <link href="mailto:rhauck@adobe.com" rel="author" title="Rebecca Hauck" /> <link href="mailto:mibalan@adobe.com" rel="reviewer" title="Mihai Balan" /> <!-- 2013-07-24 --> <link href="http://www.w3.org/TR/css3-regions/#the-flow-into-property" rel="help" /> - <link href="http://www.w3.org/TR/css3-regions/#the-flow-from-property" rel="help" /> + <link href="http://www.w3.org/TR/css3-regions/#flow-from" rel="help" /> <link href="http://www.w3.org/TR/css-transforms-1/#three-d-transform-functions" rel="help" /> <meta content="Test checks that content that is transformed does not clip when flowed in a region." name="assert" /> <meta content="ahem" name="flags" /> diff --git a/tests/wpt/css-tests/css-transforms-1_dev/xhtml1/regions-transforms-019.xht b/tests/wpt/css-tests/css-transforms-1_dev/xhtml1/regions-transforms-019.xht index 73aa7e5e3dd..a53956a173f 100644 --- a/tests/wpt/css-tests/css-transforms-1_dev/xhtml1/regions-transforms-019.xht +++ b/tests/wpt/css-tests/css-transforms-1_dev/xhtml1/regions-transforms-019.xht @@ -3,7 +3,7 @@ <title>CSS Regions: 3D transform on named flow (text) content with perspective property set on region</title> <link href="mailto:mibalan@adobe.com" rel="author" title="Mihai Balan" /> <link href="http://www.w3.org/TR/css3-regions/#the-flow-into-property" rel="help" /> - <link href="http://www.w3.org/TR/css3-regions/#the-flow-from-property" rel="help" /> + <link href="http://www.w3.org/TR/css3-regions/#flow-from" rel="help" /> <link href="http://www.w3.org/TR/css-transforms-1/#three-d-transform-functions" rel="help" /> <link href="http://www.w3.org/TR/css-transforms-1/#perspective-property" rel="help" /> <link href="http://www.w3.org/TR/css-transforms-1/#perspective-origin-property" rel="help" /> diff --git a/tests/wpt/css-tests/css-transforms-1_dev/xhtml1/regions-transforms-020.xht b/tests/wpt/css-tests/css-transforms-1_dev/xhtml1/regions-transforms-020.xht index dd147e696c8..e0866521167 100644 --- a/tests/wpt/css-tests/css-transforms-1_dev/xhtml1/regions-transforms-020.xht +++ b/tests/wpt/css-tests/css-transforms-1_dev/xhtml1/regions-transforms-020.xht @@ -6,7 +6,7 @@ <link href="mailto:rhauck@adobe.com" rel="author" title="Rebecca Hauck" /> <link href="mailto:mibalan@adobe.com" rel="reviewer" title="Mihai Balan" /> <!-- 2013-07-24 --> <link href="http://www.w3.org/TR/css3-regions/#the-flow-into-property" rel="help" /> - <link href="http://www.w3.org/TR/css3-regions/#the-flow-from-property" rel="help" /> + <link href="http://www.w3.org/TR/css3-regions/#flow-from" rel="help" /> <link href="http://www.w3.org/TR/css-transforms-1/#two-d-transform-functions" rel="help" /> <link href="http://www.w3.org/TR/css3-break/#transforms" rel="help" /> <link href="http://www.w3.org/TR/css3-break/#breaking-rules" rel="help" /> diff --git a/tests/wpt/css-tests/css-transforms-1_dev/xhtml1/regions-transforms-021.xht b/tests/wpt/css-tests/css-transforms-1_dev/xhtml1/regions-transforms-021.xht index 24a18790895..4e438ad285c 100644 --- a/tests/wpt/css-tests/css-transforms-1_dev/xhtml1/regions-transforms-021.xht +++ b/tests/wpt/css-tests/css-transforms-1_dev/xhtml1/regions-transforms-021.xht @@ -6,7 +6,7 @@ <link href="mailto:rhauck@adobe.com" rel="author" title="Rebecca Hauck" /> <link href="mailto:mibalan@adobe.com" rel="reviewer" title="Mihai Balan" /> <!-- 2013-07-24 --> <link href="http://www.w3.org/TR/css3-regions/#the-flow-into-property" rel="help" /> - <link href="http://www.w3.org/TR/css3-regions/#the-flow-from-property" rel="help" /> + <link href="http://www.w3.org/TR/css3-regions/#flow-from" rel="help" /> <link href="http://www.w3.org/TR/css-transforms-1/#two-d-transform-functions" rel="help" /> <link href="http://www.w3.org/TR/css3-break/#transforms" rel="help" /> <link href="reference/regions-transforms-020-ref.xht" rel="match" /> diff --git a/tests/wpt/css-tests/css-transforms-1_dev/xhtml1/regions-transforms-022.xht b/tests/wpt/css-tests/css-transforms-1_dev/xhtml1/regions-transforms-022.xht index c389f79c6c8..0836a17cd7d 100644 --- a/tests/wpt/css-tests/css-transforms-1_dev/xhtml1/regions-transforms-022.xht +++ b/tests/wpt/css-tests/css-transforms-1_dev/xhtml1/regions-transforms-022.xht @@ -6,7 +6,7 @@ <link href="mailto:rhauck@adobe.com" rel="author" title="Rebecca Hauck" /> <link href="mailto:mibalan@adobe.com" rel="reviewer" title="Mihai Balan" /> <!-- 2013-07-24 --> <link href="http://www.w3.org/TR/css3-regions/#the-flow-into-property" rel="help" /> - <link href="http://www.w3.org/TR/css3-regions/#the-flow-from-property" rel="help" /> + <link href="http://www.w3.org/TR/css3-regions/#flow-from" rel="help" /> <link href="http://www.w3.org/TR/css-transforms-1/#two-d-transform-functions" rel="help" /> <link href="http://www.w3.org/TR/css3-break/#transforms" rel="help" /> <link href="reference/regions-transforms-020-ref.xht" rel="match" /> diff --git a/tests/wpt/css-tests/css-transforms-1_dev/xhtml1/skew-test1.xht b/tests/wpt/css-tests/css-transforms-1_dev/xhtml1/skew-test1.xht index ac40444387c..e0fe2161199 100644 --- a/tests/wpt/css-tests/css-transforms-1_dev/xhtml1/skew-test1.xht +++ b/tests/wpt/css-tests/css-transforms-1_dev/xhtml1/skew-test1.xht @@ -40,7 +40,7 @@ <h4> There should be a green block on the page </h4> - <svg xmlns:xmlns="http://www.w3.org/2000/svg" version="1.1" xmlns="http://www.w3.org/2000/svg"> + <svg version="1.1" xmlns:xmlns="http://www.w3.org/2000/svg" xmlns="http://www.w3.org/2000/svg"> <polygon style="fill:red" points="0,0 150,55 235,205 88,150"></polygon> </svg> diff --git a/tests/wpt/css-tests/css-transforms-1_dev/xhtml1/transform_translate.xht b/tests/wpt/css-tests/css-transforms-1_dev/xhtml1/transform_translate.xht index 1ff492dcc2a..4f0185b4392 100644 --- a/tests/wpt/css-tests/css-transforms-1_dev/xhtml1/transform_translate.xht +++ b/tests/wpt/css-tests/css-transforms-1_dev/xhtml1/transform_translate.xht @@ -5,9 +5,9 @@ <link href="http://www.w3.org/TR/css-transforms-1/#transform-property" rel="help" /> <link href="http://www.w3.org/TR/css-transforms-1/#two-d-transform-functions" rel="help" /> <meta content="dom" name="flags" /> - <meta content="Check if transform supports translate(100px, 100px)" name="assert" /> + <meta content="Check if transform supports translate(100px, 100px)" name="assert" /> <script src="/resources/testharness.js" type="text/javascript"></script> - <script src="/resources/testharnessreport.js" type="text/javascript"></script> + <script src="/resources/testharnessreport.js" type="text/javascript"></script> </head> <body> <div id="test"></div> @@ -15,10 +15,10 @@ <script type="text/javascript"> test(function() { document.getElementById("test").style.transform = "translate(100px, 100px)"; - var value = document.getElementById("test").style.getPropertyCSSValue("transform").cssText; - assert_equals(value, "translate(100px, 100px)") + var value = window.getComputedStyle(document.getElementById("test")).getPropertyValue("transform"); + assert_equals(value, "matrix(1, 0, 0, 1, 100, 100)") }, "transform_translate_100px_100px"); - </script> + </script> </body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-transforms-1_dev/xhtml1/transform_translate_invalid.xht b/tests/wpt/css-tests/css-transforms-1_dev/xhtml1/transform_translate_invalid.xht index 45d12d148f7..e2953e6b52e 100644 --- a/tests/wpt/css-tests/css-transforms-1_dev/xhtml1/transform_translate_invalid.xht +++ b/tests/wpt/css-tests/css-transforms-1_dev/xhtml1/transform_translate_invalid.xht @@ -5,9 +5,10 @@ <link href="http://www.w3.org/TR/css-transforms-1/#transform-property" rel="help" /> <link href="http://www.w3.org/TR/css-transforms-1/#two-d-transform-functions" rel="help" /> <meta content="dom" name="flags" /> - <meta content="Check if transform sets translate(null, null) that an expection is to be thrown" name="assert" /> + <meta content="Check if transform sets translate(null, null), + transform property returns initial value." name="assert" /> <script src="/resources/testharness.js" type="text/javascript"></script> - <script src="/resources/testharnessreport.js" type="text/javascript"></script> + <script src="/resources/testharnessreport.js" type="text/javascript"></script> </head> <body> <div id="test"></div> @@ -15,12 +16,10 @@ <script type="text/javascript"> test(function() { document.getElementById("test").style.transform = "translate(null, null)"; - - assert_throws(null, function() { - document.getElementById("test").style.getPropertyCSSValue("transform").cssText; - }); + var value = window.getComputedStyle(document.getElementById("test")).getPropertyValue("transform"); + assert_equals(value, "none", "transform property value should be none"); }, "transform_translate_null_null"); - </script> + </script> </body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-transforms-1_dev/xhtml1/transform_translate_max.xht b/tests/wpt/css-tests/css-transforms-1_dev/xhtml1/transform_translate_max.xht index 11988292913..aba85c655f5 100644 --- a/tests/wpt/css-tests/css-transforms-1_dev/xhtml1/transform_translate_max.xht +++ b/tests/wpt/css-tests/css-transforms-1_dev/xhtml1/transform_translate_max.xht @@ -5,9 +5,10 @@ <link href="http://www.w3.org/TR/css-transforms-1/#transform-property" rel="help" /> <link href="http://www.w3.org/TR/css-transforms-1/#two-d-transform-functions" rel="help" /> <meta content="dom" name="flags" /> - <meta content="Check if transform sets translate(INFINITE, INFINITE) that an expection is to be thrown" name="assert" /> + <meta content="Check if transform sets translate(INFINITE, INFINITE), + transform property returns initial value." name="assert" /> <script src="/resources/testharness.js" type="text/javascript"></script> - <script src="/resources/testharnessreport.js" type="text/javascript"></script> + <script src="/resources/testharnessreport.js" type="text/javascript"></script> </head> <body> <div id="test"></div> @@ -15,11 +16,10 @@ <script type="text/javascript"> test(function() { document.getElementById("test").style.transform = "translate(INFINITE, INFINITE)"; - assert_throws(null, function() { - document.getElementById("test").style.getPropertyCSSValue("transform").cssText - }) + var value = window.getComputedStyle(document.getElementById("test")).getPropertyValue("transform"); + assert_equals(value, "none", "transform property value should be none"); }, "transform_translate_max"); - </script> + </script> </body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-transforms-1_dev/xhtml1/transform_translate_min.xht b/tests/wpt/css-tests/css-transforms-1_dev/xhtml1/transform_translate_min.xht index 48d8f3c0ece..d30213605b3 100644 --- a/tests/wpt/css-tests/css-transforms-1_dev/xhtml1/transform_translate_min.xht +++ b/tests/wpt/css-tests/css-transforms-1_dev/xhtml1/transform_translate_min.xht @@ -5,9 +5,10 @@ <link href="http://www.w3.org/TR/css-transforms-1/#transform-property" rel="help" /> <link href="http://www.w3.org/TR/css-transforms-1/#two-d-transform-functions" rel="help" /> <meta content="dom" name="flags" /> - <meta content="Check if transform sets translate(-INFINITE, -INFINITE) that an expection is to be thrown" name="assert" /> + <meta content="Check if transform sets translate(-INFINITE, -INFINITE), + transform property returns initial value." name="assert" /> <script src="/resources/testharness.js" type="text/javascript"></script> - <script src="/resources/testharnessreport.js" type="text/javascript"></script> + <script src="/resources/testharnessreport.js" type="text/javascript"></script> </head> <body> <div id="test"></div> @@ -15,11 +16,10 @@ <script type="text/javascript"> test(function() { document.getElementById("test").style.transform = "translate(-INFINITE, -INFINITE)"; - assert_throws(null, function() { - document.getElementById("test").style.getPropertyCSSValue("transform").cssText - }) + var value = window.getComputedStyle(document.getElementById("test")).getPropertyValue("transform"); + assert_equals(value, "none", "transform property value should be none"); }, "transform_translate_min"); - </script> + </script> </body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-transforms-1_dev/xhtml1/transform_translate_neg.xht b/tests/wpt/css-tests/css-transforms-1_dev/xhtml1/transform_translate_neg.xht index 3d76958dae3..58f67a6065a 100644 --- a/tests/wpt/css-tests/css-transforms-1_dev/xhtml1/transform_translate_neg.xht +++ b/tests/wpt/css-tests/css-transforms-1_dev/xhtml1/transform_translate_neg.xht @@ -5,9 +5,9 @@ <link href="http://www.w3.org/TR/css-transforms-1/#transform-property" rel="help" /> <link href="http://www.w3.org/TR/css-transforms-1/#two-d-transform-functions" rel="help" /> <meta content="dom" name="flags" /> - <meta content="Check if transform supports translate(-1px, -1px)" name="assert" /> + <meta content="Check if transform supports translate(-1px, -1px)" name="assert" /> <script src="/resources/testharness.js" type="text/javascript"></script> - <script src="/resources/testharnessreport.js" type="text/javascript"></script> + <script src="/resources/testharnessreport.js" type="text/javascript"></script> </head> <body> <div id="test"></div> @@ -15,10 +15,10 @@ <script type="text/javascript"> test(function() { document.getElementById("test").style.transform = "translate(-1px, -1px)"; - var value = document.getElementById("test").style.getPropertyCSSValue("transform").cssText; - assert_equals(value, "translate(-1px, -1px)") + var value = window.getComputedStyle(document.getElementById("test")).getPropertyValue("transform"); + assert_equals(value, "matrix(1, 0, 0, 1, -1, -1)") }, "transform_translate_-1px_-1px"); - </script> + </script> </body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-transforms-1_dev/xhtml1/transform_translate_second_omited.xht b/tests/wpt/css-tests/css-transforms-1_dev/xhtml1/transform_translate_second_omited.xht index e73bb03666d..06cdd4c9a08 100644 --- a/tests/wpt/css-tests/css-transforms-1_dev/xhtml1/transform_translate_second_omited.xht +++ b/tests/wpt/css-tests/css-transforms-1_dev/xhtml1/transform_translate_second_omited.xht @@ -5,9 +5,9 @@ <link href="http://www.w3.org/TR/css-transforms-1/#transform-property" rel="help" /> <link href="http://www.w3.org/TR/css-transforms-1/#two-d-transform-functions" rel="help" /> <meta content="dom" name="flags" /> - <meta content="Check if transform supports translate(100px)" name="assert" /> + <meta content="Check if transform supports translate(100px)" name="assert" /> <script src="/resources/testharness.js" type="text/javascript"></script> - <script src="/resources/testharnessreport.js" type="text/javascript"></script> + <script src="/resources/testharnessreport.js" type="text/javascript"></script> </head> <body> <div id="test"></div> @@ -15,10 +15,10 @@ <script type="text/javascript"> test(function() { document.getElementById("test").style.transform = "translate(100px)"; - var value = document.getElementById("test").style.getPropertyCSSValue("transform").cssText; - assert_equals(value, "translate(100px)") + var value = window.getComputedStyle(document.getElementById("test")).getPropertyValue("transform"); + assert_equals(value, "matrix(1, 0, 0, 1, 100, 0)") }, "transform_translate_100px"); - </script> + </script> </body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-transforms-1_dev/xhtml1/transform_translate_zero.xht b/tests/wpt/css-tests/css-transforms-1_dev/xhtml1/transform_translate_zero.xht index 628dd9d0815..6d0466565b0 100644 --- a/tests/wpt/css-tests/css-transforms-1_dev/xhtml1/transform_translate_zero.xht +++ b/tests/wpt/css-tests/css-transforms-1_dev/xhtml1/transform_translate_zero.xht @@ -5,9 +5,9 @@ <link href="http://www.w3.org/TR/css-transforms-1/#transform-property" rel="help" /> <link href="http://www.w3.org/TR/css-transforms-1/#two-d-transform-functions" rel="help" /> <meta content="dom" name="flags" /> - <meta content="Check if transform supports translate(0, 0)" name="assert" /> + <meta content="Check if transform supports translate(0, 0)" name="assert" /> <script src="/resources/testharness.js" type="text/javascript"></script> - <script src="/resources/testharnessreport.js" type="text/javascript"></script> + <script src="/resources/testharnessreport.js" type="text/javascript"></script> </head> <body> <div id="test"></div> @@ -15,10 +15,10 @@ <script type="text/javascript"> test(function() { document.getElementById("test").style.transform = "translate(0, 0)"; - var value = document.getElementById("test").style.getPropertyCSSValue("transform").cssText; - assert_equals(value, "translate(0px, 0px)") + var value = window.getComputedStyle(document.getElementById("test")).getPropertyValue("transform"); + assert_equals(value, "matrix(1, 0, 0, 1, 0, 0)") }, "transform_translate_0_0"); - </script> + </script> </body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-transforms-1_dev/xhtml1/video-001.xht b/tests/wpt/css-tests/css-transforms-1_dev/xhtml1/video-001.xht index 2e299279c22..182f14243e7 100644 --- a/tests/wpt/css-tests/css-transforms-1_dev/xhtml1/video-001.xht +++ b/tests/wpt/css-tests/css-transforms-1_dev/xhtml1/video-001.xht @@ -3,7 +3,7 @@ <title>CSS Regions: flowing a video in a region</title> <link href="mailto:mibalan@adobe.com" rel="author" title="Mihai Balan" /> <link href="http://www.w3.org/TR/css3-regions/#the-flow-into-property" rel="help" /> - <link href="http://www.w3.org/TR/css3-regions/#the-flow-from-property" rel="help" /> + <link href="http://www.w3.org/TR/css3-regions/#flow-from" rel="help" /> <link href="http://www.w3.org/TR/css-transforms-1/#transform-functions" rel="help" /> <meta content="Test checks videos flowed in regions render smoothly and without artifacts." name="assert" /> <style> diff --git a/tests/wpt/css-tests/css-transforms-1_dev/xhtml1print/2d-rotate-001.xht b/tests/wpt/css-tests/css-transforms-1_dev/xhtml1print/2d-rotate-001.xht index 3e13f207413..c39dc8ab1d6 100644 --- a/tests/wpt/css-tests/css-transforms-1_dev/xhtml1print/2d-rotate-001.xht +++ b/tests/wpt/css-tests/css-transforms-1_dev/xhtml1print/2d-rotate-001.xht @@ -29,7 +29,7 @@ <p>You should only see one block with color green, and you should not see any red</p> <section> <article></article> - <svg xmlns:xmlns="http://www.w3.org/2000/svg" width="300" version="1.1" height="200" xmlns="http://www.w3.org/2000/svg"> + <svg width="300" version="1.1" xmlns:xmlns="http://www.w3.org/2000/svg" height="200" xmlns="http://www.w3.org/2000/svg"> <style type="text/css"> rect{ stroke-width: 10; diff --git a/tests/wpt/css-tests/css-transforms-1_dev/xhtml1print/animations-001.xht b/tests/wpt/css-tests/css-transforms-1_dev/xhtml1print/animations-001.xht index 953bad52afe..a445d59b7bf 100644 --- a/tests/wpt/css-tests/css-transforms-1_dev/xhtml1print/animations-001.xht +++ b/tests/wpt/css-tests/css-transforms-1_dev/xhtml1print/animations-001.xht @@ -3,7 +3,7 @@ <title>CSS Regions: animating content flowed into a region</title> <link href="mailto:mibalan@adobe.com" rel="author" title="Mihai Balan" /> <link href="http://www.w3.org/TR/css3-regions/#the-flow-into-property" rel="help" /> - <link href="http://www.w3.org/TR/css3-regions/#the-flow-from-property" rel="help" /> + <link href="http://www.w3.org/TR/css3-regions/#flow-from" rel="help" /> <link href="http://www.w3.org/TR/css-transforms-1/#transform-functions" rel="help" /> <link href="http://www.w3.org/TR/css3-animations/#animations" rel="help" /> <meta content="Test checks that content that has an animated 3D transform renders and animates when flowed in a region." name="assert" /> diff --git a/tests/wpt/css-tests/css-transforms-1_dev/xhtml1print/canvas3d-001.xht b/tests/wpt/css-tests/css-transforms-1_dev/xhtml1print/canvas3d-001.xht index ff0a0230b08..2ac24e64074 100644 --- a/tests/wpt/css-tests/css-transforms-1_dev/xhtml1print/canvas3d-001.xht +++ b/tests/wpt/css-tests/css-transforms-1_dev/xhtml1print/canvas3d-001.xht @@ -3,7 +3,7 @@ <title>CSS Regions: rendering 3D canvas elements inside regions</title> <link href="mailto:mibalan@adobe.com" rel="author" title="Mihai Balan" /> <link href="http://www.w3.org/TR/css3-regions/#the-flow-into-property" rel="help" /> - <link href="http://www.w3.org/TR/css3-regions/#the-flow-from-property" rel="help" /> + <link href="http://www.w3.org/TR/css3-regions/#flow-from" rel="help" /> <link href="http://www.w3.org/TR/css-transforms-1/#transform-functions" rel="help" /> <meta content="Test checks that when a 3D (webGL) canvas element is flowed in a region it renders as it would render if it wouldn't be flowed in the region." name="assert" /> <meta content="dom" name="flags" /> diff --git a/tests/wpt/css-tests/css-transforms-1_dev/xhtml1print/canvas3d-002.xht b/tests/wpt/css-tests/css-transforms-1_dev/xhtml1print/canvas3d-002.xht index 53411fc35c9..b4f093f7005 100644 --- a/tests/wpt/css-tests/css-transforms-1_dev/xhtml1print/canvas3d-002.xht +++ b/tests/wpt/css-tests/css-transforms-1_dev/xhtml1print/canvas3d-002.xht @@ -3,7 +3,7 @@ <title>CSS Regions: rendering text flowed in a region on top of 3D content</title> <link href="mailto:mibalan@adobe.com" rel="author" title="Mihai Balan" /> <link href="http://www.w3.org/TR/css3-regions/#the-flow-into-property" rel="help" /> - <link href="http://www.w3.org/TR/css3-regions/#the-flow-from-property" rel="help" /> + <link href="http://www.w3.org/TR/css3-regions/#flow-from" rel="help" /> <link href="http://www.w3.org/TR/css-transforms-1/#transform-functions" rel="help" /> <meta content="Test checks that text flowed in a region renders without artifacts when the region overlaps a 3D (webGL) canvas element. This can be problematic in browsers that don't handle layers and/or 3D acceleration correctly." name="assert" /> <meta content="dom" name="flags" /> diff --git a/tests/wpt/css-tests/css-transforms-1_dev/xhtml1print/chapter-15.xht b/tests/wpt/css-tests/css-transforms-1_dev/xhtml1print/chapter-15.xht index 2c9f64f96ab..e1a0a508dac 100644 --- a/tests/wpt/css-tests/css-transforms-1_dev/xhtml1print/chapter-15.xht +++ b/tests/wpt/css-tests/css-transforms-1_dev/xhtml1print/chapter-15.xht @@ -6985,7 +6985,7 @@ <td><abbr class="dom" title="Requires Document Object Model support">DOM/JS</abbr><abbr class="script" title="Executes tests in script">Script</abbr></td> <td>transform translate with invalid translation value <ul class="assert"> - <li>Check if transform sets translate(null, null) that an expection is to be thrown</li> + <li>Check if transform sets translate(null, null), transform property returns initial value.</li> </ul> </td> </tr> @@ -6996,7 +6996,7 @@ <td><abbr class="dom" title="Requires Document Object Model support">DOM/JS</abbr><abbr class="script" title="Executes tests in script">Script</abbr></td> <td>transform translate with maximum translation value <ul class="assert"> - <li>Check if transform sets translate(INFINITE, INFINITE) that an expection is to be thrown</li> + <li>Check if transform sets translate(INFINITE, INFINITE), transform property returns initial value.</li> </ul> </td> </tr> @@ -7007,7 +7007,7 @@ <td><abbr class="dom" title="Requires Document Object Model support">DOM/JS</abbr><abbr class="script" title="Executes tests in script">Script</abbr></td> <td>transform translate with minimum translation value <ul class="assert"> - <li>Check if transform sets translate(-INFINITE, -INFINITE) that an expection is to be thrown</li> + <li>Check if transform sets translate(-INFINITE, -INFINITE), transform property returns initial value.</li> </ul> </td> </tr> diff --git a/tests/wpt/css-tests/css-transforms-1_dev/xhtml1print/chapter-7.xht b/tests/wpt/css-tests/css-transforms-1_dev/xhtml1print/chapter-7.xht index 8f6e71d2562..d140ee3cddb 100644 --- a/tests/wpt/css-tests/css-transforms-1_dev/xhtml1print/chapter-7.xht +++ b/tests/wpt/css-tests/css-transforms-1_dev/xhtml1print/chapter-7.xht @@ -942,7 +942,7 @@ <td><abbr class="dom" title="Requires Document Object Model support">DOM/JS</abbr><abbr class="script" title="Executes tests in script">Script</abbr></td> <td>transform translate with invalid translation value <ul class="assert"> - <li>Check if transform sets translate(null, null) that an expection is to be thrown</li> + <li>Check if transform sets translate(null, null), transform property returns initial value.</li> </ul> </td> </tr> @@ -953,7 +953,7 @@ <td><abbr class="dom" title="Requires Document Object Model support">DOM/JS</abbr><abbr class="script" title="Executes tests in script">Script</abbr></td> <td>transform translate with maximum translation value <ul class="assert"> - <li>Check if transform sets translate(INFINITE, INFINITE) that an expection is to be thrown</li> + <li>Check if transform sets translate(INFINITE, INFINITE), transform property returns initial value.</li> </ul> </td> </tr> @@ -964,7 +964,7 @@ <td><abbr class="dom" title="Requires Document Object Model support">DOM/JS</abbr><abbr class="script" title="Executes tests in script">Script</abbr></td> <td>transform translate with minimum translation value <ul class="assert"> - <li>Check if transform sets translate(-INFINITE, -INFINITE) that an expection is to be thrown</li> + <li>Check if transform sets translate(-INFINITE, -INFINITE), transform property returns initial value.</li> </ul> </td> </tr> diff --git a/tests/wpt/css-tests/css-transforms-1_dev/xhtml1print/iframe-001.xht b/tests/wpt/css-tests/css-transforms-1_dev/xhtml1print/iframe-001.xht index 472331bd1b5..98925551b0a 100644 --- a/tests/wpt/css-tests/css-transforms-1_dev/xhtml1print/iframe-001.xht +++ b/tests/wpt/css-tests/css-transforms-1_dev/xhtml1print/iframe-001.xht @@ -3,7 +3,7 @@ <title>CSS Regions: flowing an iframe that loads content with 3D transform</title> <link href="mailto:mibalan@adobe.com" rel="author" title="Mihai Balan" /> <link href="http://www.w3.org/TR/css3-regions/#the-flow-into-property" rel="help" /> - <link href="http://www.w3.org/TR/css3-regions/#the-flow-from-property" rel="help" /> + <link href="http://www.w3.org/TR/css3-regions/#flow-from" rel="help" /> <link href="http://www.w3.org/TR/css-transforms-1/#transform-functions" rel="help" /> <meta content="Test checks that flowing an iframe that loads content with 3D transforms in a region renders without artifacts." name="assert" /> <meta content="ahem" name="flags" /> diff --git a/tests/wpt/css-tests/css-transforms-1_dev/xhtml1print/reference/2d-rotate-notref.xht b/tests/wpt/css-tests/css-transforms-1_dev/xhtml1print/reference/2d-rotate-notref.xht index 9642d341ef7..27643ea7f22 100644 --- a/tests/wpt/css-tests/css-transforms-1_dev/xhtml1print/reference/2d-rotate-notref.xht +++ b/tests/wpt/css-tests/css-transforms-1_dev/xhtml1print/reference/2d-rotate-notref.xht @@ -29,7 +29,7 @@ <p>You should only see one block with color green, and you should not see any red</p> <section> <article></article> - <svg xmlns:xmlns="http://www.w3.org/2000/svg" width="300" version="1.1" height="200" xmlns="http://www.w3.org/2000/svg"> + <svg width="300" version="1.1" xmlns:xmlns="http://www.w3.org/2000/svg" height="200" xmlns="http://www.w3.org/2000/svg"> <style type="text/css"> rect{ stroke-width: 10; diff --git a/tests/wpt/css-tests/css-transforms-1_dev/xhtml1print/reference/2d-rotate-ref.xht b/tests/wpt/css-tests/css-transforms-1_dev/xhtml1print/reference/2d-rotate-ref.xht index 76defb16f7d..448409151f5 100644 --- a/tests/wpt/css-tests/css-transforms-1_dev/xhtml1print/reference/2d-rotate-ref.xht +++ b/tests/wpt/css-tests/css-transforms-1_dev/xhtml1print/reference/2d-rotate-ref.xht @@ -15,7 +15,7 @@ <body> <p>You should only see one block with color green, and you should not see any red</p> <section> - <svg xmlns:xmlns="http://www.w3.org/2000/svg" width="300" version="1.1" height="200" xmlns="http://www.w3.org/2000/svg"> + <svg width="300" version="1.1" xmlns:xmlns="http://www.w3.org/2000/svg" height="200" xmlns="http://www.w3.org/2000/svg"> <style type="text/css"> rect{ stroke-width: 10; diff --git a/tests/wpt/css-tests/css-transforms-1_dev/xhtml1print/reference/skew-test1-ref.xht b/tests/wpt/css-tests/css-transforms-1_dev/xhtml1print/reference/skew-test1-ref.xht index 8e5a886eca8..80943d5284e 100644 --- a/tests/wpt/css-tests/css-transforms-1_dev/xhtml1print/reference/skew-test1-ref.xht +++ b/tests/wpt/css-tests/css-transforms-1_dev/xhtml1print/reference/skew-test1-ref.xht @@ -24,7 +24,7 @@ <h4> There should be a green block on the page. </h4> - <svg xmlns:xmlns="http://www.w3.org/2000/svg" version="1.1" xmlns="http://www.w3.org/2000/svg"> + <svg version="1.1" xmlns:xmlns="http://www.w3.org/2000/svg" xmlns="http://www.w3.org/2000/svg"> <polygon style="fill:lime" points="0,0 150,55 235,205 88,150"></polygon> </svg> diff --git a/tests/wpt/css-tests/css-transforms-1_dev/xhtml1print/regions-transforms-001.xht b/tests/wpt/css-tests/css-transforms-1_dev/xhtml1print/regions-transforms-001.xht index ade9411f050..3eaf59e8bff 100644 --- a/tests/wpt/css-tests/css-transforms-1_dev/xhtml1print/regions-transforms-001.xht +++ b/tests/wpt/css-tests/css-transforms-1_dev/xhtml1print/regions-transforms-001.xht @@ -6,7 +6,7 @@ <link href="mailto:mibalan@adobe.com" rel="reviewer" title="Mihai Balan" /> <link href="mailto:rhauck@adobe.com" rel="reviewer" title="Rebecca Hauck" /> <!-- 07-15-2013 --> <link href="http://www.w3.org/TR/css3-regions/#the-flow-into-property" rel="help" /> - <link href="http://www.w3.org/TR/css3-regions/#the-flow-from-property" rel="help" /> + <link href="http://www.w3.org/TR/css3-regions/#flow-from" rel="help" /> <link href="http://www.w3.org/TR/css-transforms-1/#two-d-transform-functions" rel="help" /> <link href="reference/regions-transforms-001-ref.xht" rel="match" /> <meta content="This test checks that the transform is applied to the named flow non-text content." name="assert" /> diff --git a/tests/wpt/css-tests/css-transforms-1_dev/xhtml1print/regions-transforms-002.xht b/tests/wpt/css-tests/css-transforms-1_dev/xhtml1print/regions-transforms-002.xht index 0e5637e2cf8..31bc0863b66 100644 --- a/tests/wpt/css-tests/css-transforms-1_dev/xhtml1print/regions-transforms-002.xht +++ b/tests/wpt/css-tests/css-transforms-1_dev/xhtml1print/regions-transforms-002.xht @@ -6,7 +6,7 @@ <link href="mailto:mibalan@adobe.com" rel="reviewer" title="Mihai Balan" /> <link href="mailto:rhauck@adobe.com" rel="reviewer" title="Rebecca Hauck" /> <!-- 07-15-2013 --> <link href="http://www.w3.org/TR/css3-regions/#the-flow-into-property" rel="help" /> - <link href="http://www.w3.org/TR/css3-regions/#the-flow-from-property" rel="help" /> + <link href="http://www.w3.org/TR/css3-regions/#flow-from" rel="help" /> <link href="http://www.w3.org/TR/css-transforms-1/#two-d-transform-functions" rel="help" /> <link href="reference/regions-transforms-001-ref.xht" rel="match" /> <meta content="This test checks that the child is transformed along with the parent when the diff --git a/tests/wpt/css-tests/css-transforms-1_dev/xhtml1print/regions-transforms-003.xht b/tests/wpt/css-tests/css-transforms-1_dev/xhtml1print/regions-transforms-003.xht index 0706cf9251b..9b76e42434f 100644 --- a/tests/wpt/css-tests/css-transforms-1_dev/xhtml1print/regions-transforms-003.xht +++ b/tests/wpt/css-tests/css-transforms-1_dev/xhtml1print/regions-transforms-003.xht @@ -6,7 +6,7 @@ <link href="mailto:mibalan@adobe.com" rel="reviewer" title="Mihai Balan" /> <link href="mailto:rhauck@adobe.com" rel="reviewer" title="Rebecca Hauck" /> <!-- 07-15-2013 --> <link href="http://www.w3.org/TR/css3-regions/#the-flow-into-property" rel="help" /> - <link href="http://www.w3.org/TR/css3-regions/#the-flow-from-property" rel="help" /> + <link href="http://www.w3.org/TR/css3-regions/#flow-from" rel="help" /> <link href="http://www.w3.org/TR/css-transforms-1/#two-d-transform-functions" rel="help" /> <link href="reference/regions-transforms-001-ref.xht" rel="match" /> <meta content="This tests checks that when a transform is applied to a parent outside of the named diff --git a/tests/wpt/css-tests/css-transforms-1_dev/xhtml1print/regions-transforms-004.xht b/tests/wpt/css-tests/css-transforms-1_dev/xhtml1print/regions-transforms-004.xht index 1c624d7742f..5c4733440ff 100644 --- a/tests/wpt/css-tests/css-transforms-1_dev/xhtml1print/regions-transforms-004.xht +++ b/tests/wpt/css-tests/css-transforms-1_dev/xhtml1print/regions-transforms-004.xht @@ -5,7 +5,7 @@ <link href="mailto:dalcala@adobe.com" rel="author" title="David Alcala" /> <link href="mailto:rhauck@adobe.com" rel="reviewer" title="Rebecca Hauck" /> <!-- 07-15-2013 --> <link href="http://www.w3.org/TR/css3-regions/#the-flow-into-property" rel="help" /> - <link href="http://www.w3.org/TR/css3-regions/#the-flow-from-property" rel="help" /> + <link href="http://www.w3.org/TR/css3-regions/#flow-from" rel="help" /> <link href="http://www.w3.org/TR/css-transforms-1/#three-d-transform-functions" rel="help" /> <link href="reference/regions-transforms-001-ref.xht" rel="match" /> <meta content="This test checks that a 3D transform can be applied to a region" name="assert" /> diff --git a/tests/wpt/css-tests/css-transforms-1_dev/xhtml1print/regions-transforms-005.xht b/tests/wpt/css-tests/css-transforms-1_dev/xhtml1print/regions-transforms-005.xht index 97714a32fc2..40fcfd845a9 100644 --- a/tests/wpt/css-tests/css-transforms-1_dev/xhtml1print/regions-transforms-005.xht +++ b/tests/wpt/css-tests/css-transforms-1_dev/xhtml1print/regions-transforms-005.xht @@ -4,7 +4,7 @@ <link href="mailto:mibalan@adobe.com" rel="author" title="Mihai Balan" /> <link href="mailto:rhauck@adobe.com" rel="author" title="Rebecca Hauck" /> <link href="http://www.w3.org/TR/css3-regions/#the-flow-into-property" rel="help" /> - <link href="http://www.w3.org/TR/css3-regions/#the-flow-from-property" rel="help" /> + <link href="http://www.w3.org/TR/css3-regions/#flow-from" rel="help" /> <link href="http://www.w3.org/TR/css-transforms-1/#three-d-transform-functions" rel="help" /> <link href="http://www.w3.org/TR/css-transforms-1/#perspective-property" rel="help" /> <!-- TODO: Link to fragmentation spec section about perspective, fragments and fragmentainers - diff --git a/tests/wpt/css-tests/css-transforms-1_dev/xhtml1print/regions-transforms-006.xht b/tests/wpt/css-tests/css-transforms-1_dev/xhtml1print/regions-transforms-006.xht index 7a9f339c924..08277d78349 100644 --- a/tests/wpt/css-tests/css-transforms-1_dev/xhtml1print/regions-transforms-006.xht +++ b/tests/wpt/css-tests/css-transforms-1_dev/xhtml1print/regions-transforms-006.xht @@ -5,7 +5,7 @@ <link href="mailto:rhauck@adobe.com" rel="author" title="Rebecca Hauck" /> <link href="mailto:mibalan@adobe.com" rel="reviewer" title="Mihai Balan" /> <!-- 2013-07-24 --> <link href="http://www.w3.org/TR/css3-regions/#the-flow-into-property" rel="help" /> - <link href="http://www.w3.org/TR/css3-regions/#the-flow-from-property" rel="help" /> + <link href="http://www.w3.org/TR/css3-regions/#flow-from" rel="help" /> <link href="http://www.w3.org/TR/css-transforms-1/#three-d-transform-functions" rel="help" /> <meta content="Test checks that content flowed in a region and overflowing it is still rendered if the region has a 3D transform applied." name="assert" /> diff --git a/tests/wpt/css-tests/css-transforms-1_dev/xhtml1print/regions-transforms-007.xht b/tests/wpt/css-tests/css-transforms-1_dev/xhtml1print/regions-transforms-007.xht index 296d7eb428b..420efd49f1d 100644 --- a/tests/wpt/css-tests/css-transforms-1_dev/xhtml1print/regions-transforms-007.xht +++ b/tests/wpt/css-tests/css-transforms-1_dev/xhtml1print/regions-transforms-007.xht @@ -4,7 +4,7 @@ <link href="mailto:rhauck@adobe.com" rel="author" title="Rebecca Hauck" /> <link href="mailto:mibalan@adobe.com" rel="reviewer author" title="Mihai Balan" /> <!-- 2013-07-24 --> <link href="http://www.w3.org/TR/css3-regions/#the-flow-into-property" rel="help" /> - <link href="http://www.w3.org/TR/css3-regions/#the-flow-from-property" rel="help" /> + <link href="http://www.w3.org/TR/css3-regions/#flow-from" rel="help" /> <link href="http://www.w3.org/TR/css-transforms-1/#two-d-transform-functions" rel="help" /> <meta content="ahem" name="flags" /> <meta content="Test checks that if both the content flowed in a region and the region have a diff --git a/tests/wpt/css-tests/css-transforms-1_dev/xhtml1print/regions-transforms-008.xht b/tests/wpt/css-tests/css-transforms-1_dev/xhtml1print/regions-transforms-008.xht index fd35c2e1d61..bfdf2d48850 100644 --- a/tests/wpt/css-tests/css-transforms-1_dev/xhtml1print/regions-transforms-008.xht +++ b/tests/wpt/css-tests/css-transforms-1_dev/xhtml1print/regions-transforms-008.xht @@ -6,7 +6,7 @@ <link href="mailto:dalcala@adobe.com" rel="author" title="David Alcala" /> <link href="mailto:mibalan@adobe.com" rel="reviewer author" title="Mihai Balan" /> <!-- 2013-07-24 --> <link href="http://www.w3.org/TR/css3-regions/#the-flow-into-property" rel="help" /> - <link href="http://www.w3.org/TR/css3-regions/#the-flow-from-property" rel="help" /> + <link href="http://www.w3.org/TR/css3-regions/#flow-from" rel="help" /> <link href="http://www.w3.org/TR/css-transforms-1/#two-d-transform-functions" rel="help" /> <link href="http://www.w3.org/TR/css3-break/#transforms" rel="help" /> <link href="reference/regions-transforms-008-ref.xht" rel="match" /> diff --git a/tests/wpt/css-tests/css-transforms-1_dev/xhtml1print/regions-transforms-009.xht b/tests/wpt/css-tests/css-transforms-1_dev/xhtml1print/regions-transforms-009.xht index 51659352709..f0d0c48658c 100644 --- a/tests/wpt/css-tests/css-transforms-1_dev/xhtml1print/regions-transforms-009.xht +++ b/tests/wpt/css-tests/css-transforms-1_dev/xhtml1print/regions-transforms-009.xht @@ -6,7 +6,7 @@ <link href="mailto:dalcala@adobe.com" rel="author" title="David Alcala" /> <link href="mailto:mibalan@adobe.com" rel="reviewer" title="Mihai Balan" /> <!-- 2013-07-24 --> <link href="http://www.w3.org/TR/css3-regions/#the-flow-into-property" rel="help" /> - <link href="http://www.w3.org/TR/css3-regions/#the-flow-from-property" rel="help" /> + <link href="http://www.w3.org/TR/css3-regions/#flow-from" rel="help" /> <link href="http://www.w3.org/TR/css-transforms-1/#two-d-transform-functions" rel="help" /> <link href="http://www.w3.org/TR/css3-break/#transforms" rel="help" /> <link href="reference/regions-transforms-008-ref.xht" rel="match" /> diff --git a/tests/wpt/css-tests/css-transforms-1_dev/xhtml1print/regions-transforms-010.xht b/tests/wpt/css-tests/css-transforms-1_dev/xhtml1print/regions-transforms-010.xht index cd681f49aad..c9aaacb7038 100644 --- a/tests/wpt/css-tests/css-transforms-1_dev/xhtml1print/regions-transforms-010.xht +++ b/tests/wpt/css-tests/css-transforms-1_dev/xhtml1print/regions-transforms-010.xht @@ -6,7 +6,7 @@ <link href="mailto:dalcala@adobe.com" rel="author" title="David Alcala" /> <link href="mailto:mibalan@adobe.com" rel="reviewer" title="Mihai Balan" /> <!-- 2013-07-24 --> <link href="http://www.w3.org/TR/css3-regions/#the-flow-into-property" rel="help" /> - <link href="http://www.w3.org/TR/css3-regions/#the-flow-from-property" rel="help" /> + <link href="http://www.w3.org/TR/css3-regions/#flow-from" rel="help" /> <link href="http://www.w3.org/TR/css-transforms-1/#two-d-transform-functions" rel="help" /> <link href="reference/regions-transforms-010-ref.xht" rel="match" /> <meta content="This test checks that the transform can be applied on relative positioned region." name="assert" /> diff --git a/tests/wpt/css-tests/css-transforms-1_dev/xhtml1print/regions-transforms-011.xht b/tests/wpt/css-tests/css-transforms-1_dev/xhtml1print/regions-transforms-011.xht index d6661e1a03e..a8e25421601 100644 --- a/tests/wpt/css-tests/css-transforms-1_dev/xhtml1print/regions-transforms-011.xht +++ b/tests/wpt/css-tests/css-transforms-1_dev/xhtml1print/regions-transforms-011.xht @@ -6,7 +6,7 @@ <link href="mailto:mibalan@adobe.com" rel="reviewer" title="Mihai Balan" /> <link href="mailto:rhauck@adobe.com" rel="reviewer" title="Rebecca Hauck" /> <!-- 07-15-2013 --> <link href="http://www.w3.org/TR/css3-regions/#the-flow-into-property" rel="help" /> - <link href="http://www.w3.org/TR/css3-regions/#the-flow-from-property" rel="help" /> + <link href="http://www.w3.org/TR/css3-regions/#flow-from" rel="help" /> <link href="http://www.w3.org/TR/css-transforms-1/#two-d-transform-functions" rel="help" /> <link href="reference/regions-transforms-010-ref.xht" rel="match" /> <meta content="This test checks that the region is transformed when a parent and its child are diff --git a/tests/wpt/css-tests/css-transforms-1_dev/xhtml1print/regions-transforms-012.xht b/tests/wpt/css-tests/css-transforms-1_dev/xhtml1print/regions-transforms-012.xht index 9db656b7990..912f4d1294c 100644 --- a/tests/wpt/css-tests/css-transforms-1_dev/xhtml1print/regions-transforms-012.xht +++ b/tests/wpt/css-tests/css-transforms-1_dev/xhtml1print/regions-transforms-012.xht @@ -5,7 +5,7 @@ <link href="mailto:dalcala@adobe.com" rel="author" title="David Alcala" /> <link href="mailto:rhauck@adobe.com" rel="reviewer" title="Rebecca Hauck" /> <!-- 07-15-2013 --> <link href="http://www.w3.org/TR/css3-regions/#the-flow-into-property" rel="help" /> - <link href="http://www.w3.org/TR/css3-regions/#the-flow-from-property" rel="help" /> + <link href="http://www.w3.org/TR/css3-regions/#flow-from" rel="help" /> <link href="http://www.w3.org/TR/css-transforms-1/#two-d-transform-functions" rel="help" /> <link href="reference/regions-transforms-010-ref.xht" rel="match" /> <meta content="This test checks that named flow text content is transformed when it flows into diff --git a/tests/wpt/css-tests/css-transforms-1_dev/xhtml1print/regions-transforms-013.xht b/tests/wpt/css-tests/css-transforms-1_dev/xhtml1print/regions-transforms-013.xht index e16a4feefb1..e711dec1af4 100644 --- a/tests/wpt/css-tests/css-transforms-1_dev/xhtml1print/regions-transforms-013.xht +++ b/tests/wpt/css-tests/css-transforms-1_dev/xhtml1print/regions-transforms-013.xht @@ -6,7 +6,7 @@ <link href="mailto:dalcala@adobe.com" rel="author" title="David Alcala" /> <link href="mailto:mibalan@adobe.com" rel="reviewer" title="Mihai Balan" /> <!-- 2013-07-24 --> <link href="http://www.w3.org/TR/css3-regions/#the-flow-into-property" rel="help" /> - <link href="http://www.w3.org/TR/css3-regions/#the-flow-from-property" rel="help" /> + <link href="http://www.w3.org/TR/css3-regions/#flow-from" rel="help" /> <link href="http://www.w3.org/TR/css-transforms-1/#two-d-transform-functions" rel="help" /> <link href="http://www.w3.org/TR/css3-break/#transforms" rel="help" /> <link href="http://www.w3.org/TR/css3-break/#breaking-rules" rel="help" /> diff --git a/tests/wpt/css-tests/css-transforms-1_dev/xhtml1print/regions-transforms-014.xht b/tests/wpt/css-tests/css-transforms-1_dev/xhtml1print/regions-transforms-014.xht index d40b40185c5..c288c71fce4 100644 --- a/tests/wpt/css-tests/css-transforms-1_dev/xhtml1print/regions-transforms-014.xht +++ b/tests/wpt/css-tests/css-transforms-1_dev/xhtml1print/regions-transforms-014.xht @@ -5,7 +5,7 @@ <link href="mailto:dalcala@adobe.com" rel="author" title="David Alcala" /> <link href="mailto:rhauck@adobe.com" rel="reviewer" title="Rebecca Hauck" /> <!-- 07-15-2013 --> <link href="http://www.w3.org/TR/css3-regions/#the-flow-into-property" rel="help" /> - <link href="http://www.w3.org/TR/css3-regions/#the-flow-from-property" rel="help" /> + <link href="http://www.w3.org/TR/css3-regions/#flow-from" rel="help" /> <link href="http://www.w3.org/TR/css-transforms-1/#two-d-transform-functions" rel="help" /> <link href="http://www.w3.org/TR/css-transforms-1/#transform-origin-property" rel="help" /> <link href="reference/regions-transforms-014-ref.xht" rel="match" /> diff --git a/tests/wpt/css-tests/css-transforms-1_dev/xhtml1print/regions-transforms-015.xht b/tests/wpt/css-tests/css-transforms-1_dev/xhtml1print/regions-transforms-015.xht index a2058d805cd..9e5b36ec7d3 100644 --- a/tests/wpt/css-tests/css-transforms-1_dev/xhtml1print/regions-transforms-015.xht +++ b/tests/wpt/css-tests/css-transforms-1_dev/xhtml1print/regions-transforms-015.xht @@ -5,7 +5,7 @@ <link href="mailto:dalcala@adobe.com" rel="author" title="David Alcala" /> <link href="mailto:rhauck@adobe.com" rel="reviewer" title="Rebecca Hauck" /> <!-- 07-15-2013 --> <link href="http://www.w3.org/TR/css3-regions/#the-flow-into-property" rel="help" /> - <link href="http://www.w3.org/TR/css3-regions/#the-flow-from-property" rel="help" /> + <link href="http://www.w3.org/TR/css3-regions/#flow-from" rel="help" /> <link href="http://www.w3.org/TR/css-transforms-1/#two-d-transform-functions" rel="help" /> <link href="reference/regions-transforms-014-ref.xht" rel="match" /> <meta content="This test checks that the transform and transform-origin are applied to named flow diff --git a/tests/wpt/css-tests/css-transforms-1_dev/xhtml1print/regions-transforms-016.xht b/tests/wpt/css-tests/css-transforms-1_dev/xhtml1print/regions-transforms-016.xht index 19ceec3d4a3..3c7f1a79b48 100644 --- a/tests/wpt/css-tests/css-transforms-1_dev/xhtml1print/regions-transforms-016.xht +++ b/tests/wpt/css-tests/css-transforms-1_dev/xhtml1print/regions-transforms-016.xht @@ -6,7 +6,7 @@ <link href="mailto:dalcala@adobe.com" rel="author" title="David Alcala" /> <link href="mailto:rhauck@adobe.com" rel="reviewer" title="Rebecca Hauck" /> <!-- 07-15-2013 --> <link href="http://www.w3.org/TR/css3-regions/#the-flow-into-property" rel="help" /> - <link href="http://www.w3.org/TR/css3-regions/#the-flow-from-property" rel="help" /> + <link href="http://www.w3.org/TR/css3-regions/#flow-from" rel="help" /> <link href="http://www.w3.org/TR/css-transforms-1/#three-d-transform-functions" rel="help" /> <link href="reference/regions-transforms-016-ref.xht" rel="match" /> <meta content="This test checks that a 3D transform is applied with perspective to named flow content." name="assert" /> diff --git a/tests/wpt/css-tests/css-transforms-1_dev/xhtml1print/regions-transforms-017.xht b/tests/wpt/css-tests/css-transforms-1_dev/xhtml1print/regions-transforms-017.xht index 84d9e2fa7ab..92163763b86 100644 --- a/tests/wpt/css-tests/css-transforms-1_dev/xhtml1print/regions-transforms-017.xht +++ b/tests/wpt/css-tests/css-transforms-1_dev/xhtml1print/regions-transforms-017.xht @@ -5,7 +5,7 @@ <link href="mailto:dalcala@adobe.com" rel="author" title="David Alcala" /> <link href="mailto:rhauck@adobe.com" rel="reviewer" title="Rebecca Hauck" /> <!-- 07-15-2013 --> <link href="http://www.w3.org/TR/css3-regions/#the-flow-into-property" rel="help" /> - <link href="http://www.w3.org/TR/css3-regions/#the-flow-from-property" rel="help" /> + <link href="http://www.w3.org/TR/css3-regions/#flow-from" rel="help" /> <link href="http://www.w3.org/TR/css-transforms-1/#two-d-transform-functions" rel="help" /> <link href="reference/regions-transforms-017-ref.xht" rel="match" /> <meta content="This test checks that multiple named flow content nodes are transformed into a region diff --git a/tests/wpt/css-tests/css-transforms-1_dev/xhtml1print/regions-transforms-018.xht b/tests/wpt/css-tests/css-transforms-1_dev/xhtml1print/regions-transforms-018.xht index dab74c92b47..8839cfa75b3 100644 --- a/tests/wpt/css-tests/css-transforms-1_dev/xhtml1print/regions-transforms-018.xht +++ b/tests/wpt/css-tests/css-transforms-1_dev/xhtml1print/regions-transforms-018.xht @@ -5,7 +5,7 @@ <link href="mailto:rhauck@adobe.com" rel="author" title="Rebecca Hauck" /> <link href="mailto:mibalan@adobe.com" rel="reviewer" title="Mihai Balan" /> <!-- 2013-07-24 --> <link href="http://www.w3.org/TR/css3-regions/#the-flow-into-property" rel="help" /> - <link href="http://www.w3.org/TR/css3-regions/#the-flow-from-property" rel="help" /> + <link href="http://www.w3.org/TR/css3-regions/#flow-from" rel="help" /> <link href="http://www.w3.org/TR/css-transforms-1/#three-d-transform-functions" rel="help" /> <meta content="Test checks that content that is transformed does not clip when flowed in a region." name="assert" /> <meta content="ahem" name="flags" /> diff --git a/tests/wpt/css-tests/css-transforms-1_dev/xhtml1print/regions-transforms-019.xht b/tests/wpt/css-tests/css-transforms-1_dev/xhtml1print/regions-transforms-019.xht index 73aa7e5e3dd..a53956a173f 100644 --- a/tests/wpt/css-tests/css-transforms-1_dev/xhtml1print/regions-transforms-019.xht +++ b/tests/wpt/css-tests/css-transforms-1_dev/xhtml1print/regions-transforms-019.xht @@ -3,7 +3,7 @@ <title>CSS Regions: 3D transform on named flow (text) content with perspective property set on region</title> <link href="mailto:mibalan@adobe.com" rel="author" title="Mihai Balan" /> <link href="http://www.w3.org/TR/css3-regions/#the-flow-into-property" rel="help" /> - <link href="http://www.w3.org/TR/css3-regions/#the-flow-from-property" rel="help" /> + <link href="http://www.w3.org/TR/css3-regions/#flow-from" rel="help" /> <link href="http://www.w3.org/TR/css-transforms-1/#three-d-transform-functions" rel="help" /> <link href="http://www.w3.org/TR/css-transforms-1/#perspective-property" rel="help" /> <link href="http://www.w3.org/TR/css-transforms-1/#perspective-origin-property" rel="help" /> diff --git a/tests/wpt/css-tests/css-transforms-1_dev/xhtml1print/regions-transforms-020.xht b/tests/wpt/css-tests/css-transforms-1_dev/xhtml1print/regions-transforms-020.xht index dd147e696c8..e0866521167 100644 --- a/tests/wpt/css-tests/css-transforms-1_dev/xhtml1print/regions-transforms-020.xht +++ b/tests/wpt/css-tests/css-transforms-1_dev/xhtml1print/regions-transforms-020.xht @@ -6,7 +6,7 @@ <link href="mailto:rhauck@adobe.com" rel="author" title="Rebecca Hauck" /> <link href="mailto:mibalan@adobe.com" rel="reviewer" title="Mihai Balan" /> <!-- 2013-07-24 --> <link href="http://www.w3.org/TR/css3-regions/#the-flow-into-property" rel="help" /> - <link href="http://www.w3.org/TR/css3-regions/#the-flow-from-property" rel="help" /> + <link href="http://www.w3.org/TR/css3-regions/#flow-from" rel="help" /> <link href="http://www.w3.org/TR/css-transforms-1/#two-d-transform-functions" rel="help" /> <link href="http://www.w3.org/TR/css3-break/#transforms" rel="help" /> <link href="http://www.w3.org/TR/css3-break/#breaking-rules" rel="help" /> diff --git a/tests/wpt/css-tests/css-transforms-1_dev/xhtml1print/regions-transforms-021.xht b/tests/wpt/css-tests/css-transforms-1_dev/xhtml1print/regions-transforms-021.xht index 24a18790895..4e438ad285c 100644 --- a/tests/wpt/css-tests/css-transforms-1_dev/xhtml1print/regions-transforms-021.xht +++ b/tests/wpt/css-tests/css-transforms-1_dev/xhtml1print/regions-transforms-021.xht @@ -6,7 +6,7 @@ <link href="mailto:rhauck@adobe.com" rel="author" title="Rebecca Hauck" /> <link href="mailto:mibalan@adobe.com" rel="reviewer" title="Mihai Balan" /> <!-- 2013-07-24 --> <link href="http://www.w3.org/TR/css3-regions/#the-flow-into-property" rel="help" /> - <link href="http://www.w3.org/TR/css3-regions/#the-flow-from-property" rel="help" /> + <link href="http://www.w3.org/TR/css3-regions/#flow-from" rel="help" /> <link href="http://www.w3.org/TR/css-transforms-1/#two-d-transform-functions" rel="help" /> <link href="http://www.w3.org/TR/css3-break/#transforms" rel="help" /> <link href="reference/regions-transforms-020-ref.xht" rel="match" /> diff --git a/tests/wpt/css-tests/css-transforms-1_dev/xhtml1print/regions-transforms-022.xht b/tests/wpt/css-tests/css-transforms-1_dev/xhtml1print/regions-transforms-022.xht index c389f79c6c8..0836a17cd7d 100644 --- a/tests/wpt/css-tests/css-transforms-1_dev/xhtml1print/regions-transforms-022.xht +++ b/tests/wpt/css-tests/css-transforms-1_dev/xhtml1print/regions-transforms-022.xht @@ -6,7 +6,7 @@ <link href="mailto:rhauck@adobe.com" rel="author" title="Rebecca Hauck" /> <link href="mailto:mibalan@adobe.com" rel="reviewer" title="Mihai Balan" /> <!-- 2013-07-24 --> <link href="http://www.w3.org/TR/css3-regions/#the-flow-into-property" rel="help" /> - <link href="http://www.w3.org/TR/css3-regions/#the-flow-from-property" rel="help" /> + <link href="http://www.w3.org/TR/css3-regions/#flow-from" rel="help" /> <link href="http://www.w3.org/TR/css-transforms-1/#two-d-transform-functions" rel="help" /> <link href="http://www.w3.org/TR/css3-break/#transforms" rel="help" /> <link href="reference/regions-transforms-020-ref.xht" rel="match" /> diff --git a/tests/wpt/css-tests/css-transforms-1_dev/xhtml1print/skew-test1.xht b/tests/wpt/css-tests/css-transforms-1_dev/xhtml1print/skew-test1.xht index ac40444387c..e0fe2161199 100644 --- a/tests/wpt/css-tests/css-transforms-1_dev/xhtml1print/skew-test1.xht +++ b/tests/wpt/css-tests/css-transforms-1_dev/xhtml1print/skew-test1.xht @@ -40,7 +40,7 @@ <h4> There should be a green block on the page </h4> - <svg xmlns:xmlns="http://www.w3.org/2000/svg" version="1.1" xmlns="http://www.w3.org/2000/svg"> + <svg version="1.1" xmlns:xmlns="http://www.w3.org/2000/svg" xmlns="http://www.w3.org/2000/svg"> <polygon style="fill:red" points="0,0 150,55 235,205 88,150"></polygon> </svg> diff --git a/tests/wpt/css-tests/css-transforms-1_dev/xhtml1print/transform_translate.xht b/tests/wpt/css-tests/css-transforms-1_dev/xhtml1print/transform_translate.xht index 1ff492dcc2a..4f0185b4392 100644 --- a/tests/wpt/css-tests/css-transforms-1_dev/xhtml1print/transform_translate.xht +++ b/tests/wpt/css-tests/css-transforms-1_dev/xhtml1print/transform_translate.xht @@ -5,9 +5,9 @@ <link href="http://www.w3.org/TR/css-transforms-1/#transform-property" rel="help" /> <link href="http://www.w3.org/TR/css-transforms-1/#two-d-transform-functions" rel="help" /> <meta content="dom" name="flags" /> - <meta content="Check if transform supports translate(100px, 100px)" name="assert" /> + <meta content="Check if transform supports translate(100px, 100px)" name="assert" /> <script src="/resources/testharness.js" type="text/javascript"></script> - <script src="/resources/testharnessreport.js" type="text/javascript"></script> + <script src="/resources/testharnessreport.js" type="text/javascript"></script> </head> <body> <div id="test"></div> @@ -15,10 +15,10 @@ <script type="text/javascript"> test(function() { document.getElementById("test").style.transform = "translate(100px, 100px)"; - var value = document.getElementById("test").style.getPropertyCSSValue("transform").cssText; - assert_equals(value, "translate(100px, 100px)") + var value = window.getComputedStyle(document.getElementById("test")).getPropertyValue("transform"); + assert_equals(value, "matrix(1, 0, 0, 1, 100, 100)") }, "transform_translate_100px_100px"); - </script> + </script> </body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-transforms-1_dev/xhtml1print/transform_translate_invalid.xht b/tests/wpt/css-tests/css-transforms-1_dev/xhtml1print/transform_translate_invalid.xht index 45d12d148f7..e2953e6b52e 100644 --- a/tests/wpt/css-tests/css-transforms-1_dev/xhtml1print/transform_translate_invalid.xht +++ b/tests/wpt/css-tests/css-transforms-1_dev/xhtml1print/transform_translate_invalid.xht @@ -5,9 +5,10 @@ <link href="http://www.w3.org/TR/css-transforms-1/#transform-property" rel="help" /> <link href="http://www.w3.org/TR/css-transforms-1/#two-d-transform-functions" rel="help" /> <meta content="dom" name="flags" /> - <meta content="Check if transform sets translate(null, null) that an expection is to be thrown" name="assert" /> + <meta content="Check if transform sets translate(null, null), + transform property returns initial value." name="assert" /> <script src="/resources/testharness.js" type="text/javascript"></script> - <script src="/resources/testharnessreport.js" type="text/javascript"></script> + <script src="/resources/testharnessreport.js" type="text/javascript"></script> </head> <body> <div id="test"></div> @@ -15,12 +16,10 @@ <script type="text/javascript"> test(function() { document.getElementById("test").style.transform = "translate(null, null)"; - - assert_throws(null, function() { - document.getElementById("test").style.getPropertyCSSValue("transform").cssText; - }); + var value = window.getComputedStyle(document.getElementById("test")).getPropertyValue("transform"); + assert_equals(value, "none", "transform property value should be none"); }, "transform_translate_null_null"); - </script> + </script> </body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-transforms-1_dev/xhtml1print/transform_translate_max.xht b/tests/wpt/css-tests/css-transforms-1_dev/xhtml1print/transform_translate_max.xht index 11988292913..aba85c655f5 100644 --- a/tests/wpt/css-tests/css-transforms-1_dev/xhtml1print/transform_translate_max.xht +++ b/tests/wpt/css-tests/css-transforms-1_dev/xhtml1print/transform_translate_max.xht @@ -5,9 +5,10 @@ <link href="http://www.w3.org/TR/css-transforms-1/#transform-property" rel="help" /> <link href="http://www.w3.org/TR/css-transforms-1/#two-d-transform-functions" rel="help" /> <meta content="dom" name="flags" /> - <meta content="Check if transform sets translate(INFINITE, INFINITE) that an expection is to be thrown" name="assert" /> + <meta content="Check if transform sets translate(INFINITE, INFINITE), + transform property returns initial value." name="assert" /> <script src="/resources/testharness.js" type="text/javascript"></script> - <script src="/resources/testharnessreport.js" type="text/javascript"></script> + <script src="/resources/testharnessreport.js" type="text/javascript"></script> </head> <body> <div id="test"></div> @@ -15,11 +16,10 @@ <script type="text/javascript"> test(function() { document.getElementById("test").style.transform = "translate(INFINITE, INFINITE)"; - assert_throws(null, function() { - document.getElementById("test").style.getPropertyCSSValue("transform").cssText - }) + var value = window.getComputedStyle(document.getElementById("test")).getPropertyValue("transform"); + assert_equals(value, "none", "transform property value should be none"); }, "transform_translate_max"); - </script> + </script> </body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-transforms-1_dev/xhtml1print/transform_translate_min.xht b/tests/wpt/css-tests/css-transforms-1_dev/xhtml1print/transform_translate_min.xht index 48d8f3c0ece..d30213605b3 100644 --- a/tests/wpt/css-tests/css-transforms-1_dev/xhtml1print/transform_translate_min.xht +++ b/tests/wpt/css-tests/css-transforms-1_dev/xhtml1print/transform_translate_min.xht @@ -5,9 +5,10 @@ <link href="http://www.w3.org/TR/css-transforms-1/#transform-property" rel="help" /> <link href="http://www.w3.org/TR/css-transforms-1/#two-d-transform-functions" rel="help" /> <meta content="dom" name="flags" /> - <meta content="Check if transform sets translate(-INFINITE, -INFINITE) that an expection is to be thrown" name="assert" /> + <meta content="Check if transform sets translate(-INFINITE, -INFINITE), + transform property returns initial value." name="assert" /> <script src="/resources/testharness.js" type="text/javascript"></script> - <script src="/resources/testharnessreport.js" type="text/javascript"></script> + <script src="/resources/testharnessreport.js" type="text/javascript"></script> </head> <body> <div id="test"></div> @@ -15,11 +16,10 @@ <script type="text/javascript"> test(function() { document.getElementById("test").style.transform = "translate(-INFINITE, -INFINITE)"; - assert_throws(null, function() { - document.getElementById("test").style.getPropertyCSSValue("transform").cssText - }) + var value = window.getComputedStyle(document.getElementById("test")).getPropertyValue("transform"); + assert_equals(value, "none", "transform property value should be none"); }, "transform_translate_min"); - </script> + </script> </body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-transforms-1_dev/xhtml1print/transform_translate_neg.xht b/tests/wpt/css-tests/css-transforms-1_dev/xhtml1print/transform_translate_neg.xht index 3d76958dae3..58f67a6065a 100644 --- a/tests/wpt/css-tests/css-transforms-1_dev/xhtml1print/transform_translate_neg.xht +++ b/tests/wpt/css-tests/css-transforms-1_dev/xhtml1print/transform_translate_neg.xht @@ -5,9 +5,9 @@ <link href="http://www.w3.org/TR/css-transforms-1/#transform-property" rel="help" /> <link href="http://www.w3.org/TR/css-transforms-1/#two-d-transform-functions" rel="help" /> <meta content="dom" name="flags" /> - <meta content="Check if transform supports translate(-1px, -1px)" name="assert" /> + <meta content="Check if transform supports translate(-1px, -1px)" name="assert" /> <script src="/resources/testharness.js" type="text/javascript"></script> - <script src="/resources/testharnessreport.js" type="text/javascript"></script> + <script src="/resources/testharnessreport.js" type="text/javascript"></script> </head> <body> <div id="test"></div> @@ -15,10 +15,10 @@ <script type="text/javascript"> test(function() { document.getElementById("test").style.transform = "translate(-1px, -1px)"; - var value = document.getElementById("test").style.getPropertyCSSValue("transform").cssText; - assert_equals(value, "translate(-1px, -1px)") + var value = window.getComputedStyle(document.getElementById("test")).getPropertyValue("transform"); + assert_equals(value, "matrix(1, 0, 0, 1, -1, -1)") }, "transform_translate_-1px_-1px"); - </script> + </script> </body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-transforms-1_dev/xhtml1print/transform_translate_second_omited.xht b/tests/wpt/css-tests/css-transforms-1_dev/xhtml1print/transform_translate_second_omited.xht index e73bb03666d..06cdd4c9a08 100644 --- a/tests/wpt/css-tests/css-transforms-1_dev/xhtml1print/transform_translate_second_omited.xht +++ b/tests/wpt/css-tests/css-transforms-1_dev/xhtml1print/transform_translate_second_omited.xht @@ -5,9 +5,9 @@ <link href="http://www.w3.org/TR/css-transforms-1/#transform-property" rel="help" /> <link href="http://www.w3.org/TR/css-transforms-1/#two-d-transform-functions" rel="help" /> <meta content="dom" name="flags" /> - <meta content="Check if transform supports translate(100px)" name="assert" /> + <meta content="Check if transform supports translate(100px)" name="assert" /> <script src="/resources/testharness.js" type="text/javascript"></script> - <script src="/resources/testharnessreport.js" type="text/javascript"></script> + <script src="/resources/testharnessreport.js" type="text/javascript"></script> </head> <body> <div id="test"></div> @@ -15,10 +15,10 @@ <script type="text/javascript"> test(function() { document.getElementById("test").style.transform = "translate(100px)"; - var value = document.getElementById("test").style.getPropertyCSSValue("transform").cssText; - assert_equals(value, "translate(100px)") + var value = window.getComputedStyle(document.getElementById("test")).getPropertyValue("transform"); + assert_equals(value, "matrix(1, 0, 0, 1, 100, 0)") }, "transform_translate_100px"); - </script> + </script> </body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-transforms-1_dev/xhtml1print/transform_translate_zero.xht b/tests/wpt/css-tests/css-transforms-1_dev/xhtml1print/transform_translate_zero.xht index 628dd9d0815..6d0466565b0 100644 --- a/tests/wpt/css-tests/css-transforms-1_dev/xhtml1print/transform_translate_zero.xht +++ b/tests/wpt/css-tests/css-transforms-1_dev/xhtml1print/transform_translate_zero.xht @@ -5,9 +5,9 @@ <link href="http://www.w3.org/TR/css-transforms-1/#transform-property" rel="help" /> <link href="http://www.w3.org/TR/css-transforms-1/#two-d-transform-functions" rel="help" /> <meta content="dom" name="flags" /> - <meta content="Check if transform supports translate(0, 0)" name="assert" /> + <meta content="Check if transform supports translate(0, 0)" name="assert" /> <script src="/resources/testharness.js" type="text/javascript"></script> - <script src="/resources/testharnessreport.js" type="text/javascript"></script> + <script src="/resources/testharnessreport.js" type="text/javascript"></script> </head> <body> <div id="test"></div> @@ -15,10 +15,10 @@ <script type="text/javascript"> test(function() { document.getElementById("test").style.transform = "translate(0, 0)"; - var value = document.getElementById("test").style.getPropertyCSSValue("transform").cssText; - assert_equals(value, "translate(0px, 0px)") + var value = window.getComputedStyle(document.getElementById("test")).getPropertyValue("transform"); + assert_equals(value, "matrix(1, 0, 0, 1, 0, 0)") }, "transform_translate_0_0"); - </script> + </script> </body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-transforms-1_dev/xhtml1print/video-001.xht b/tests/wpt/css-tests/css-transforms-1_dev/xhtml1print/video-001.xht index 2e299279c22..182f14243e7 100644 --- a/tests/wpt/css-tests/css-transforms-1_dev/xhtml1print/video-001.xht +++ b/tests/wpt/css-tests/css-transforms-1_dev/xhtml1print/video-001.xht @@ -3,7 +3,7 @@ <title>CSS Regions: flowing a video in a region</title> <link href="mailto:mibalan@adobe.com" rel="author" title="Mihai Balan" /> <link href="http://www.w3.org/TR/css3-regions/#the-flow-into-property" rel="help" /> - <link href="http://www.w3.org/TR/css3-regions/#the-flow-from-property" rel="help" /> + <link href="http://www.w3.org/TR/css3-regions/#flow-from" rel="help" /> <link href="http://www.w3.org/TR/css-transforms-1/#transform-functions" rel="help" /> <meta content="Test checks videos flowed in regions render smoothly and without artifacts." name="assert" /> <style> |