Index: third_party/WebKit/LayoutTests/fast/css/style-enumerate-properties.html |
diff --git a/third_party/WebKit/LayoutTests/fast/css/style-enumerate-properties.html b/third_party/WebKit/LayoutTests/fast/css/style-enumerate-properties.html |
index 6d1cd22c21a280435017ed70b149ccb265ea759f..350420cde67f7a361b6a6253d5ed3c5e63adc43c 100644 |
--- a/third_party/WebKit/LayoutTests/fast/css/style-enumerate-properties.html |
+++ b/third_party/WebKit/LayoutTests/fast/css/style-enumerate-properties.html |
@@ -42,7 +42,7 @@ |
testFailed("Invalid CSS-mapped property order: '" + p + "' after '" + previous + "'"); |
break; |
} |
- if (++cssPropertyCount <= 100) |
+ if (++cssPropertyCount <= 150) |
leviw_travelin_and_unemployed
2016/02/18 19:32:57
Where'd this number come from?
mstensho (USE GERRIT)
2016/02/18 19:59:31
Suddenly, there are more than 100 properties betwe
|
previous = p; |
else { |
if (seenFilter) |