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

Side by Side Diff: LayoutTests/fast/css/all-inherit-or-unset-color-expected.html

Issue 1330573003: Add Layout Test to check that color property works with all:{unset/inherit} (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Color/style changes Created 5 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 | « LayoutTests/fast/css/all-inherit-or-unset-color.html ('k') | no next file » | 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>
2 <style>
3 #target1 { color: green; }
4
5 #target2 { color: #90EE90; }
6
7 </style>
8 <div id='parent1'>
9 <div id='target1'>Testing target1 color -> should be green</div>
10 </div>
11
12 <div id='parent2'>
13 <div id='target2'>Testing target2 color -> should be light green</div>
14 </div>
OLDNEW
« no previous file with comments | « LayoutTests/fast/css/all-inherit-or-unset-color.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698