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

Unified Diff: LayoutTests/imported/csswg-test/css-shapes-1/shape-outside/values/shape-image-threshold-002.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-image-threshold-002.html
diff --git a/LayoutTests/imported/csswg-test/css-shapes-1/shape-outside/values/shape-image-threshold-002.html b/LayoutTests/imported/csswg-test/css-shapes-1/shape-outside/values/shape-image-threshold-002.html
index abbf2e0b426ac4e50af5276fe268ee7f38f26971..3cf1bdb16a76b6e7a39456b199bae094b67faa7a 100644
--- a/LayoutTests/imported/csswg-test/css-shapes-1/shape-outside/values/shape-image-threshold-002.html
+++ b/LayoutTests/imported/csswg-test/css-shapes-1/shape-outside/values/shape-image-threshold-002.html
@@ -23,7 +23,7 @@
{"name": "20%" }
];
generate_tests( ParsingUtils.testShapeThresholdInlineStyle,
- ParsingUtils.buildTestCases(shape_image_threshold_invalid_tests, 'inline - invalid') );
+ ParsingUtils.buildTestCases(shape_image_threshold_invalid_tests, 'inline - empty_string') );
</script>
</body>
</html>

Powered by Google App Engine
This is Rietveld 408576698