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

Side by Side Diff: LayoutTests/fast/css/empty-generated-content.html

Issue 1033943002: Rename LayoutStyle to papayawhip (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: ensureComputedStyle Created 5 years, 8 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 | Annotate | Revision Log
OLDNEW
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <html> 2 <html>
3 <head> 3 <head>
4 » » <title>WebKit Bug 17286: :after generated content and :empty Lay outStyle crash</title> 4 » » <title>WebKit Bug 17286: :after generated content and :empty Com putedStyle crash</title>
5 <link href="http://chasenlehara.com/" rel="author" title="Chasen Le Hara" /> 5 <link href="http://chasenlehara.com/" rel="author" title="Chasen Le Hara" />
6 <style type="text/css"> 6 <style type="text/css">
7 :after {content: ""} 7 :after {content: ""}
8 :empty {} 8 :empty {}
9 </style> 9 </style>
10 </head> 10 </head>
11 <body>This page intentionally left blank.</body> 11 <body>This page intentionally left blank.</body>
12 </html> 12 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698