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

Unified Diff: LayoutTests/fast/css/first-letter.html

Issue 639863006: Revert of Convert first letter into a pseudo element. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 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/css/first-letter.html
diff --git a/LayoutTests/fast/css/first-letter.html b/LayoutTests/fast/css/first-letter.html
deleted file mode 100644
index fe49268e6e13bbf37a5648283a095db320ef62fb..0000000000000000000000000000000000000000
--- a/LayoutTests/fast/css/first-letter.html
+++ /dev/null
@@ -1,11 +0,0 @@
-<!DOCTYPE html>
-<style>
-.before:before { content: 'Carpe '; }
-.after:after { content: 'Foo '; }
- .target:first-letter { color: green; font-size: 2em; }
- span { text-decoration: underline; }
-</style>
-<div class="target">Lorem</div>
-<div class="target"><span>Ipsum</span></div>
-<div class="target"><span class="before">Diem</span></div>
-<div class="target"><span class="after"></span>bar</div>
« no previous file with comments | « LayoutTests/fast/css/dynamic-class-pseudo-elements-expected.txt ('k') | LayoutTests/fast/css/first-letter-removed-added.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698