| Index: LayoutTests/fast/css3-text/css3-text-decoration/repaint/repaint-text-decoration-color.html
|
| diff --git a/LayoutTests/fast/css3-text/css3-text-decoration/repaint/repaint-text-decoration-color.html b/LayoutTests/fast/css3-text/css3-text-decoration/repaint/repaint-text-decoration-color.html
|
| index 063034cfcf0449dcbf089904ff021f3e0a0f91b4..8089075a2c2dce8c88ffdf5fa133506ae6394593 100644
|
| --- a/LayoutTests/fast/css3-text/css3-text-decoration/repaint/repaint-text-decoration-color.html
|
| +++ b/LayoutTests/fast/css3-text/css3-text-decoration/repaint/repaint-text-decoration-color.html
|
| @@ -10,15 +10,15 @@
|
| <script src="../../repaint/resources/repaint.js" type="text/javascript"></script>
|
| <script>
|
| function runRepaintTest() {
|
| - document.getElementById("test-underline").style.webkitTextDecorationColor = 'gray';
|
| - document.getElementById("test-overline").style.webkitTextDecorationColor = 'yellow';
|
| - document.getElementById("test-line-through").style.webkitTextDecorationColor = 'white';
|
| - document.getElementById("test-parent").style.webkitTextDecorationColor = 'green';
|
| - document.getElementById("test-ancestor-1").style.webkitTextDecorationColor = 'black';
|
| - document.getElementById("test-ancestor-2").style.webkitTextDecorationColor = 'inherit';
|
| - document.getElementById("test-mixed-1").style.webkitTextDecorationColor = 'black';
|
| - document.getElementById("test-mixed-2").style.webkitTextDecorationColor = 'green';
|
| - document.getElementById("test-mixed-3").style.webkitTextDecorationColor = 'blue';
|
| + document.getElementById("test-underline").style.textDecorationColor = 'gray';
|
| + document.getElementById("test-overline").style.textDecorationColor = 'yellow';
|
| + document.getElementById("test-line-through").style.textDecorationColor = 'white';
|
| + document.getElementById("test-parent").style.textDecorationColor = 'green';
|
| + document.getElementById("test-ancestor-1").style.textDecorationColor = 'black';
|
| + document.getElementById("test-ancestor-2").style.textDecorationColor = 'inherit';
|
| + document.getElementById("test-mixed-1").style.textDecorationColor = 'black';
|
| + document.getElementById("test-mixed-2").style.textDecorationColor = 'green';
|
| + document.getElementById("test-mixed-3").style.textDecorationColor = 'blue';
|
| }
|
| </script>
|
| <style>
|
|
|