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

Unified Diff: LayoutTests/imported/csswg-test/css-shapes-1/shape-outside/values/shape-margin-004.html

Issue 1274643002: CSSStyleDeclaraction returns empty string (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Updated failing tests 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 side-by-side diff with in-line comments
Download patch
Index: LayoutTests/imported/csswg-test/css-shapes-1/shape-outside/values/shape-margin-004.html
diff --git a/LayoutTests/imported/csswg-test/css-shapes-1/shape-outside/values/shape-margin-004.html b/LayoutTests/imported/csswg-test/css-shapes-1/shape-outside/values/shape-margin-004.html
index e6db8ec5bdd7048d887c7a5c08deabc9acbaf609..2eda9e52f18f817a67e6b416f4e07c8610c5f36a 100644
--- a/LayoutTests/imported/csswg-test/css-shapes-1/shape-outside/values/shape-margin-004.html
+++ b/LayoutTests/imported/csswg-test/css-shapes-1/shape-outside/values/shape-margin-004.html
@@ -21,9 +21,9 @@
{"name": "10"}
];
generate_tests( ParsingUtils.testShapeMarginInlineStyle,
- ParsingUtils.buildTestCases(shape_margin_invalid_tests, "inline - invalid"));
+ ParsingUtils.buildTestCases(shape_margin_invalid_tests, "inline - empty_string"));
generate_tests( ParsingUtils.testShapeMarginComputedStyle,
- ParsingUtils.buildTestCases(shape_margin_invalid_tests, "computed - invalid"));
+ ParsingUtils.buildTestCases(shape_margin_invalid_tests, "computed - empty_string"));
</script>
</body>
</html>

Powered by Google App Engine
This is Rietveld 408576698