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

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

Issue 1306283006: BackgroundImage incorrectly returns empty url() when created on-the-fly (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Ensure getComputedStyle returns absolute URLs 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
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

Powered by Google App Engine
This is Rietveld 408576698