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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/text/transform-text-first-line.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
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/fast/text/transform-text-first-line-capitalize.html » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 <!DOCTYPE html>
2 <style>
3 p { width: 140px }
4 p::first-line { text-transform: uppercase; }
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
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/fast/text/transform-text-first-line-capitalize.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698