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: LayoutTests/fast/css-grid-layout/named-grid-line-get-set-expected.txt

Issue 17583004: Improve WTF::HashTable performance by changing probing method (Closed) Base URL: https://chromium.googlesource.com/chromium/blink@master
Patch Set: rebaseline named-grid-line-get-set which depends on hashtable iteration order Created 7 years, 6 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 | « LayoutTests/fast/css-grid-layout/named-grid-line-get-set.html ('k') | Source/wtf/HashTable.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/css-grid-layout/named-grid-line-get-set-expected.txt
diff --git a/LayoutTests/fast/css-grid-layout/named-grid-line-get-set-expected.txt b/LayoutTests/fast/css-grid-layout/named-grid-line-get-set-expected.txt
index a59481174b30d3b25f11369f1ea2febf63130bee..1dfe63cdef0d101b2a1067fd13a80929ee0ffd08 100644
--- a/LayoutTests/fast/css-grid-layout/named-grid-line-get-set-expected.txt
+++ b/LayoutTests/fast/css-grid-layout/named-grid-line-get-set-expected.txt
@@ -12,9 +12,9 @@ PASS getComputedStyle(gridElement, '').getPropertyValue('grid-columns') is "firs
PASS getComputedStyle(gridElement, '').getPropertyValue('grid-rows') is "auto last"
PASS getComputedStyle(gridElement, '').getPropertyValue('grid-columns') is "first minmax(10%, 15px)"
PASS getComputedStyle(gridElement, '').getPropertyValue('grid-rows') is "minmax(20px, 50%) last"
-PASS getComputedStyle(gridElement, '').getPropertyValue('grid-columns') is "nav first 10px last"
-PASS getComputedStyle(gridElement, '').getPropertyValue('grid-rows') is "nav first 15px last"
-PASS getComputedStyle(gridElement, '').getPropertyValue('grid-columns') is "nav first 10% nav 15% last"
+PASS getComputedStyle(gridElement, '').getPropertyValue('grid-columns') is "first nav 10px last"
+PASS getComputedStyle(gridElement, '').getPropertyValue('grid-rows') is "first nav 15px last"
+PASS getComputedStyle(gridElement, '').getPropertyValue('grid-columns') is "first nav 10% nav 15% last"
PASS getComputedStyle(gridElement, '').getPropertyValue('grid-rows') is "first nav2 25% nav2 75% last"
Test getting and setting grid-columns and grid-rows through JS
@@ -36,9 +36,9 @@ PASS getComputedStyle(gridElement, '').getPropertyValue('grid-columns') is "firs
PASS getComputedStyle(gridElement, '').getPropertyValue('grid-rows') is "minmax(-webkit-max-content, 50px) last"
PASS getComputedStyle(gridElement, '').getPropertyValue('grid-columns') is "first minmax(-webkit-min-content, -webkit-max-content)"
PASS getComputedStyle(gridElement, '').getPropertyValue('grid-rows') is "minmax(-webkit-max-content, -webkit-min-content) last"
-PASS getComputedStyle(gridElement, '').getPropertyValue('grid-columns') is "nav first minmax(-webkit-min-content, -webkit-max-content) last"
-PASS getComputedStyle(gridElement, '').getPropertyValue('grid-rows') is "nav first minmax(-webkit-max-content, -webkit-min-content) last"
-PASS getComputedStyle(gridElement, '').getPropertyValue('grid-columns') is "nav first minmax(-webkit-min-content, -webkit-max-content) nav auto last"
+PASS getComputedStyle(gridElement, '').getPropertyValue('grid-columns') is "first nav minmax(-webkit-min-content, -webkit-max-content) last"
+PASS getComputedStyle(gridElement, '').getPropertyValue('grid-rows') is "first nav minmax(-webkit-max-content, -webkit-min-content) last"
+PASS getComputedStyle(gridElement, '').getPropertyValue('grid-columns') is "first nav minmax(-webkit-min-content, -webkit-max-content) nav auto last"
PASS getComputedStyle(gridElement, '').getPropertyValue('grid-rows') is "first nav2 minmax(-webkit-max-content, -webkit-min-content) nav2 minmax(10px, 15px) last"
PASS getComputedStyle(gridElement, '').getPropertyValue('grid-columns') is "foo bar auto foo auto bar"
PASS getComputedStyle(gridElement, '').getPropertyValue('grid-rows') is "foo bar auto foo auto bar"
« no previous file with comments | « LayoutTests/fast/css-grid-layout/named-grid-line-get-set.html ('k') | Source/wtf/HashTable.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698