Chromium Code Reviews| Index: LayoutTests/fast/css3-text/css3-text-decoration/getComputedStyle/getComputedStyle-text-decoration-shorthand.html |
| diff --git a/LayoutTests/fast/css3-text/css3-text-decoration/getComputedStyle/getComputedStyle-text-underline-position.html b/LayoutTests/fast/css3-text/css3-text-decoration/getComputedStyle/getComputedStyle-text-decoration-shorthand.html |
| similarity index 68% |
| copy from LayoutTests/fast/css3-text/css3-text-decoration/getComputedStyle/getComputedStyle-text-underline-position.html |
| copy to LayoutTests/fast/css3-text/css3-text-decoration/getComputedStyle/getComputedStyle-text-decoration-shorthand.html |
| index e45d77235b112e06b4cc1b85600ee34b0e3e86ce..c0110adf66ee4847b1f2d3db3747a08aa7eeb418 100644 |
| --- a/LayoutTests/fast/css3-text/css3-text-decoration/getComputedStyle/getComputedStyle-text-underline-position.html |
| +++ b/LayoutTests/fast/css3-text/css3-text-decoration/getComputedStyle/getComputedStyle-text-decoration-shorthand.html |
| @@ -4,7 +4,7 @@ |
| <script src="../../../js/resources/js-test-pre.js"></script> |
| </head> |
| <body> |
| -<script src="script-tests/getComputedStyle-text-underline-position.js"></script> |
| +<script src="script-tests/getComputedStyle-text-decoration-shorthand.js"></script> |
|
Julien - ping for review
2013/07/27 01:46:35
Nit: I would rather see this script inlined.
Also
abinader
2013/07/28 04:21:52
Right, putting JS code on a separate file seemed t
|
| <script src="../../../js/resources/js-test-post.js"></script> |
| </body> |
| </html> |