Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(159)

Unified Diff: LayoutTests/fast/css3-text/css3-text-align-last/text-align-last.css

Issue 19471004: Rendering the property, text-align-last. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: 1st patch for review Created 7 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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!

Powered by Google App Engine
This is Rietveld 408576698