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

Unified 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, 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 side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/custom-properties/registered-property-computation-expected.txt
diff --git a/third_party/WebKit/LayoutTests/custom-properties/registered-property-computation-expected.txt b/third_party/WebKit/LayoutTests/custom-properties/registered-property-computation-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..4afae5b61769203f893c9b32e7b40a5c56b6aaa3
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/custom-properties/registered-property-computation-expected.txt
@@ -0,0 +1,11 @@
+This is a testharness.js-based test.
+FAIL <length> values are computed correctly for divWithFontSizeSet assert_equals: expected "140px" but got "224px"
+FAIL <length-percentage> values are computed correctly for divWithFontSizeSet assert_equals: expected "170px" but got "272px"
+FAIL <length>+ values are computed correctly for divWithFontSizeSet assert_equals: expected "10px 30px" but got "10px 48px"
+FAIL <length-percentage>+ values are computed correctly for divWithFontSizeSet assert_equals: expected "calc(10px + 50%) 4px" but got "calc(16px + 50%) 4px"
+PASS <length> values are computed correctly for divWithFontSizeInherited
+PASS <length-percentage> values are computed correctly for divWithFontSizeInherited
+PASS <length>+ values are computed correctly for divWithFontSizeInherited
+PASS <length-percentage>+ values are computed correctly for divWithFontSizeInherited
+Harness: the test ran to completion.
+

Powered by Google App Engine
This is Rietveld 408576698