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

Unified Diff: third_party/WebKit/LayoutTests/fast/css/selector-list-limits.html

Issue 2785103004: Added available bit to m_selectorIndex. (Closed)
Patch Set: Corrected expectation. Created 3 years, 9 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
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/css/RuleSet.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/fast/css/selector-list-limits.html
diff --git a/third_party/WebKit/LayoutTests/fast/css/selector-list-limits.html b/third_party/WebKit/LayoutTests/fast/css/selector-list-limits.html
index e7fc1606fa6a214ebc440c6b0dd2ba07d3b4d214..00119cab383e963ff3569fe24eec5e828f9ad838 100644
--- a/third_party/WebKit/LayoutTests/fast/css/selector-list-limits.html
+++ b/third_party/WebKit/LayoutTests/fast/css/selector-list-limits.html
@@ -14,7 +14,7 @@ function selectors(n) {
return list.join(', ');
}
-var selectorLimit = 8192;
+var selectorLimit = 16384;
rune 2017/03/31 17:52:34 This is basically test the same as the unit test I
meade_UTC10 2017/04/03 04:11:33 Yeah it makes sense to remove it, unless there's s
style.textContent = selectors(selectorLimit - 1) + ', #target { width: 100px; }\n' +
selectors(selectorLimit) + ', #target { height: 100px; }';
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/css/RuleSet.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698