Chromium Code Reviews| Index: LayoutTests/fast/css3-text/css3-text-align-last/text-align-last.css |
| diff --git a/LayoutTests/fast/css3-text/css3-text-align-last/text-align-last.css b/LayoutTests/fast/css3-text/css3-text-align-last/text-align-last.css |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..19fcf6b4dfedcfe5dde87a0901bd89b779a22342 |
| --- /dev/null |
| +++ b/LayoutTests/fast/css3-text/css3-text-align-last/text-align-last.css |
| @@ -0,0 +1,4 @@ |
| +div {width:150px; border:1px solid #000000; font-size:14pt} |
|
Julien - ping for review
2013/10/22 15:06:06
Please one rule per line, it's way more readable.
dw.im
2013/10/23 02:40:58
will fix it.
|
| +p {width:150px; border:0px;margin:0;padding:0; font-size:14pt} |
| + |
| + |
|
Julien - ping for review
2013/10/22 15:06:06
FWIW I find this shared style sheet to be confusin
dw.im
2013/10/23 02:40:58
will try. thanks!
|