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

Side by Side Diff: LayoutTests/fast/dom/background-shorthand-csstext-expected.txt

Issue 846933002: Handle null in value list in getLayeredShorthandValue (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Fix more tests 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
OLDNEW
1 This page tests whether or not the background shorthand properly omits initial v alues. 1 This page tests whether or not the background shorthand properly omits initial v alues.
2 2
3 PASS: document.body.style.background == 'green' should be true and is. 3 PASS: document.body.style.background == 'green' should be true and is.
4 PASS: document.getElementById('div1').style.background == 'repeat-x, repeat-y wh ite' should be true and is. 4 PASS: document.getElementById('div1').style.background == '' should be true and is.
5 PASS: document.getElementById('div2').style.background == '50% 50% blue' should be true and is. 5 PASS: document.getElementById('div2').style.background == '50% 50% blue' should be true and is.
6 PASS: document.getElementById('div3').style.background == 'none repeat scroll rg b(255, 255, 255)' should be true and is. 6 PASS: document.getElementById('div3').style.background == 'none repeat scroll rg b(255, 255, 255)' should be true and is.
OLDNEW
« no previous file with comments | « LayoutTests/fast/dom/background-shorthand-csstext.html ('k') | Source/core/css/StylePropertySerializer.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698