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

Side by Side Diff: LayoutTests/fast/selectors/001-expected.html

Issue 847073002: Convert some fast/selectors tests to reftests. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 11 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/selectors/002-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
(Empty)
1 <!DOCTYPE html>
mstensho (USE GERRIT) 2015/01/13 09:24:18 What's the difference between the ref and the test
rune 2015/01/13 13:45:23 Oops. I'm using a style attribute in all reference
2 <style>
3 li, p { background: lime }
4 </style>
5 <ul>
6 <li>The background of this list item should be green</li>
7 <li>The background of this second list item should be also green</li>
8 </ul>
9 <p>The background of this paragraph should be green.</p>
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/fast/selectors/002-expected.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698