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

Side by Side Diff: LayoutTests/imported/csswg-test/css-shapes-1/shape-outside/values/shape-outside-ellipse-006-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 PASS ellipse(+10px +20px) - inline
3 PASS ellipse(+30px 40px) - inline
4 PASS ellipse(50px +60px) - inline
5 PASS ellipse(+10.00px +20.230px) - inline
6 PASS ellipse(+30.00px 40.567px) - inline
7 PASS ellipse(50.10px +60.7px) - inline
8 PASS ellipse(+10% +20%) - inline
9 PASS ellipse(+30% 40%) - inline
10 PASS ellipse(+50% +60%) - inline
11 PASS ellipse(+10.00% +20.230%) - inline
12 PASS ellipse(+30.00% 40.567%) - inline
13 PASS ellipse(50.10% +60.7%) - inline
14 PASS ellipse(+10px +20px) - computed
15 PASS ellipse(+30px 40px) - computed
16 PASS ellipse(50px +60px) - computed
17 PASS ellipse(+10.00px +20.230px) - computed
18 PASS ellipse(+30.00px 40.567px) - computed
19 PASS ellipse(50.10px +60.7px) - computed
20 PASS ellipse(+10% +20%) - computed
21 PASS ellipse(+30% 40%) - computed
22 PASS ellipse(+50% +60%) - computed
23 PASS ellipse(+10.00% +20.230%) - computed
24 PASS ellipse(+30.00% 40.567%) - computed
25 PASS ellipse(50.10% +60.7%) - computed
26 FAIL ellipse(-10px -20px) - invalid assert_equals: expected (object) null but go t (string) ""
27 FAIL ellipse(-30px 40px) - invalid assert_equals: expected (object) null but got (string) ""
28 FAIL ellipse(50px -60px) - invalid assert_equals: expected (object) null but got (string) ""
29 Harness: the test ran to completion.
30
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698