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

Side by Side Diff: LayoutTests/fast/selectors/visited-descendant.html

Issue 8365028: Merge 97745 - REGRESSION(r97248): :visited as descendant selector broken (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/912/
Patch Set: Created 9 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 unified diff | Download patch
« no previous file with comments | « no previous file | LayoutTests/platform/mac/fast/selectors/visited-descendant-expected.txt » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <html> 1 <html>
2 <head> 2 <head>
3 <style> 3 <style>
4 :visited { color: red } 4 :visited { color: red }
5 :visited #l1 { color: green } 5 :visited #l1 { color: green }
6 :visited > #l2 { color: green } 6 :visited > #l2 { color: green }
7 :visited span :visited { color: green } 7 :visited span :visited { color: green }
8 :link + #span1 { color: green } 8 :link + #span1 { color: green }
9 :visited + #span1 { color: red } 9 :visited + #span1 { color: red }
10 :link ~ #span2 { color: green } 10 :link ~ #span2 { color: green }
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
46 Test that indirect adjacent selector doesn't match visited style. 46 Test that indirect adjacent selector doesn't match visited style.
47 The link should be red, with red underlining. 47 The link should be red, with red underlining.
48 The span should be green. 48 The span should be green.
49 </p> 49 </p>
50 <p> 50 <p>
51 <a href="">Link</a> 51 <a href="">Link</a>
52 <span id=span2>Span</span> 52 <span id=span2>Span</span>
53 </p> 53 </p>
54 </body> 54 </body>
55 </html> 55 </html>
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/platform/mac/fast/selectors/visited-descendant-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698