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

Side by Side Diff: LayoutTests/fast/css-generated-content/close-quote-negative-depth.html

Issue 10911108: Merge 125448 (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/1229/
Patch Set: Created 8 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 | LayoutTests/fast/css-generated-content/close-quote-negative-depth-expected.html » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 2
3 <style type="text/css"> 3 <style type="text/css">
4 * { quotes: "A" "B" "C" "D"; }
4 q:before { 5 q:before {
5 content: close-quote; 6 content: close-quote open-quote open-quote close-quote no-close-quote op en-quote close-quote close-quote open-quote;
6 } 7 }
7 </style> 8 </style>
8 9
9 There should be no quotes when the depth of the quote is negative, but this is c urrently broken. See WKBug 92690. 10 <p>There should be no quotes when the depth of the quote is negative, and the de pth
11 should restart from 0 next. Should see the same line printed twice.</p>
10 12
13 ACDABAB<br>
11 <q></q> 14 <q></q>
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/fast/css-generated-content/close-quote-negative-depth-expected.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698