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

Side by Side Diff: LayoutTests/imported/csswg-test/css-shapes-1/shape-outside/values/shape-outside-polygon-003-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 polygon() - invalid assert_equals: expected (object) null but got (string) ""
3 FAIL polygon(evenodd) - invalid assert_equals: expected (object) null but got (s tring) ""
4 FAIL polygon(nonzero) - invalid assert_equals: expected (object) null but got (s tring) ""
5 FAIL polygon(evenodd, foo bar) - invalid assert_equals: expected (object) null b ut got (string) ""
6 FAIL polygon(nonzero, bar foo) - invalid assert_equals: expected (object) null b ut got (string) ""
7 FAIL polygon(foo, 1px 2px) - invalid assert_equals: expected (object) null but g ot (string) ""
8 FAIL polygon(evenodd 1px 2px) - invalid assert_equals: expected (object) null bu t got (string) ""
9 FAIL polygon(nonzero 1px 2px) - invalid assert_equals: expected (object) null bu t got (string) ""
10 FAIL polygon(1px) - invalid assert_equals: expected (object) null but got (strin g) ""
11 FAIL polygon(1px 2px 3px) - invalid assert_equals: expected (object) null but go t (string) ""
12 FAIL polygon(1px 2px 3px 4px) - invalid assert_equals: expected (object) null bu t got (string) ""
13 FAIL polygon(1px, 2px) - invalid assert_equals: expected (object) null but got ( string) ""
14 FAIL polygon(1px 2px evenodd) - invalid assert_equals: expected (object) null bu t got (string) ""
15 FAIL polygon(1px 2px nonzero) - invalid assert_equals: expected (object) null bu t got (string) ""
16 FAIL polygon(evenodd, 10 20) - invalid assert_equals: expected (object) null but got (string) ""
17 FAIL polygon(nonzero, 10 20) - invalid assert_equals: expected (object) null but got (string) ""
18 Harness: the test ran to completion.
19
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698