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

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: actually fix test :) Created 4 years, 2 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 for divWithFontSizeSet assert_equals : expected "140px" but got "224px"
3 FAIL <length-percentage> values are computed correctly for divWithFontSizeSet as sert_equals: expected "170px" but got "272px"
4 FAIL <length>+ values are computed correctly for divWithFontSizeSet assert_equal s: expected "10px 30px" but got "10px 48px"
5 FAIL <length-percentage>+ values are computed correctly for divWithFontSizeSet a ssert_equals: expected "calc(10px + 50%) 4px" but got "calc(16px + 50%) 4px"
6 PASS <length> values are computed correctly for divWithFontSizeInherited
7 PASS <length-percentage> values are computed correctly for divWithFontSizeInheri ted
8 PASS <length>+ values are computed correctly for divWithFontSizeInherited
9 PASS <length-percentage>+ values are computed correctly for divWithFontSizeInher ited
10 Harness: the test ran to completion.
11
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698