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

Side by Side Diff: LayoutTests/imported/csswg-test/css-shapes-1/shape-outside/values/shape-outside-circle-007-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
(Empty)
1 This is a testharness.js-based test.
2 FAIL circle(foo) - invalid assert_equals: expected (object) null but got (string ) ""
3 FAIL circle(10) - invalid assert_equals: expected (object) null but got (string) ""
4 FAIL circle(20px 30px) - invalid assert_equals: expected (object) null but got ( string) ""
5 FAIL circle(20% 30%) - invalid assert_equals: expected (object) null but got (st ring) ""
6 FAIL circle(20px, 30px) - invalid assert_equals: expected (object) null but got (string) ""
7 FAIL circle(20%, 30%) - invalid assert_equals: expected (object) null but got (s tring) ""
8 FAIL circle(20px closest-side) - invalid assert_equals: expected (object) null b ut got (string) ""
9 FAIL circle(20px farthest-side) - invalid assert_equals: expected (object) null but got (string) ""
10 FAIL circle(closest-side 20px) - invalid assert_equals: expected (object) null b ut got (string) ""
11 FAIL circle(farthest-side 20px) - invalid assert_equals: expected (object) null but got (string) ""
12 FAIL circle(20% closest-side) - invalid assert_equals: expected (object) null bu t got (string) ""
13 FAIL circle(20% farthest-side) - invalid assert_equals: expected (object) null b ut got (string) ""
14 FAIL circle(closest-side 20%) - invalid assert_equals: expected (object) null bu t got (string) ""
15 FAIL circle(farthest-side 20%) - invalid assert_equals: expected (object) null b ut got (string) ""
16 FAIL circle(closest-side farthest-side) - invalid assert_equals: expected (objec t) null but got (string) ""
17 FAIL circle(farthest-side closest-side) - invalid assert_equals: expected (objec t) null but got (string) ""
18 Harness: the test ran to completion.
19
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698