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

Side by Side Diff: LayoutTests/fast/css-generated-content/nested-quote-more-than-pairs.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
OLDNEW
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 2
3 <style> 3 <style>
4 q { quotes: "A" "B" "C" "D"; } 4 q { quotes: "A" "B" "C" "D"; }
5 </style> 5 </style>
6 6
7 <p> 7 <p>
8 The last pair should be repeated when nested beyond the number of pairs. 8 The last pair should be repeated when nested beyond the number of pairs.
9 You should see the below line printed twice. 9 You should see the below line printed twice.
10 </p> 10 </p>
11 11
12 ACCCDDDB<br> 12 ACCCDDDB<br>
13 <q><q><q><q></q></q></q></q> 13 <q><q><q><q></q></q></q></q>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698