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

Unified Diff: third_party/WebKit/LayoutTests/fast/css/style-enumerate-properties.html

Issue 1710003002: Unprefix multicol properties. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase master Created 4 years, 10 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/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)

Powered by Google App Engine
This is Rietveld 408576698