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

Side by Side Diff: LayoutTests/fast/box-decoration-break/box-decoration-break-parsing-expected.txt

Issue 1274643002: CSSStyleDeclaraction returns empty string (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Removed changes from imported/csswg-test Created 5 years, 4 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 Test to make sure the box-decoration-break property is correctly parsed. 1 Test to make sure the box-decoration-break property is correctly parsed.
2 2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4 4
5 5
6 PASS e.style.getPropertyValue('-webkit-box-decoration-break') is 'slice' 6 PASS e.style.getPropertyValue('-webkit-box-decoration-break') is 'slice'
7 PASS computedStyle.getPropertyValue('-webkit-box-decoration-break') is 'slice' 7 PASS computedStyle.getPropertyValue('-webkit-box-decoration-break') is 'slice'
8 PASS e.style.getPropertyValue('-webkit-box-decoration-break') is 'clone' 8 PASS e.style.getPropertyValue('-webkit-box-decoration-break') is 'clone'
9 PASS computedStyle.getPropertyValue('-webkit-box-decoration-break') is 'clone' 9 PASS computedStyle.getPropertyValue('-webkit-box-decoration-break') is 'clone'
10 PASS e.style.getPropertyValue('-webkit-box-decoration-break') is null 10 PASS e.style.getPropertyValue('-webkit-box-decoration-break') is ""
11 PASS computedStyle.getPropertyValue('-webkit-box-decoration-break') is 'slice' 11 PASS computedStyle.getPropertyValue('-webkit-box-decoration-break') is 'slice'
12 PASS successfullyParsed is true 12 PASS successfullyParsed is true
13 13
14 TEST COMPLETE 14 TEST COMPLETE
15 15
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698