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

Side by Side Diff: third_party/WebKit/LayoutTests/custom-properties/registered-property-computation-expected.txt

Issue 2354463002: CSS Properties and Values API: Implement computation / computational independence (Closed)
Patch Set: test Created 4 years, 3 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 <length> values are computed correctly assert_equals: expected "140px" but got "224px"
3 FAIL <length-percentage> values are computed correctly assert_equals: expected " 170px" but got "272px"
4 FAIL <length>+ values are computed correctly assert_equals: expected "10px 30px" but got "10px 48px"
5 FAIL <length-percentage>+ values are computed correctly assert_equals: expected "calc(10px + 50%) 4px" but got "calc(16px + 50%) 4px"
6 PASS <length> values are computed correctly
7 PASS <length-percentage> values are computed correctly
8 PASS <length>+ values are computed correctly
9 PASS <length-percentage>+ values are computed correctly
10 Harness: the test ran to completion.
11
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698