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

Unified Diff: LayoutTests/fast/shapes/parsing/parsing-shape-lengths.html

Issue 112103012: Update default shape property value to 'none' (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Merging with new ellipse code Created 6 years, 11 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/fast/shapes/parsing/parsing-shape-lengths.html
diff --git a/LayoutTests/fast/shapes/parsing/parsing-shape-lengths.html b/LayoutTests/fast/shapes/parsing/parsing-shape-lengths.html
index 57ec1b8d66257d27dc293c77ab3df416dafd0a89..426804fb71d648d3da771186b0a787941c68370c 100644
--- a/LayoutTests/fast/shapes/parsing/parsing-shape-lengths.html
+++ b/LayoutTests/fast/shapes/parsing/parsing-shape-lengths.html
@@ -32,7 +32,7 @@ function testComputedStyleValue(value, expected) {
function testInvalidValue(property, value) {
testStyleValue(value, null);
- testComputedStyleValue(value, 'auto');
+ testComputedStyleValue(value, 'none');
}
// absolute lengths - number serialization, units

Powered by Google App Engine
This is Rietveld 408576698