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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/text/transform-text-first-line-lowercase.html

Issue 2339683004: Apply first-line transform-text style (Closed)
Patch Set: Created 4 years, 3 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 unified diff | Download patch
OLDNEW
(Empty)
1 <!DOCTYPE html>
2 <style>
3 p { width: 140px }
4 p::first-line { text-transform: lowercase; }
5 </style>
6 <p>This is a somewhat long HTML paragraph.</p>
7 <script>
8 if (window.testRunner)
9 testRunner.dumpAsText();
10 </script>
11
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698