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

Side by Side Diff: LayoutTests/css3/calc/calc-numbers-expected.txt

Issue 920553002: Combine two validUnit calls (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Add test for calc Created 5 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 unified diff | Download patch
« no previous file with comments | « LayoutTests/css3/calc/calc-numbers.html ('k') | Source/core/css/parser/CSSPropertyParser.cpp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 PASS getComputedValue(".int", "tabSize") is "8" 1 PASS getComputedValue(".int", "tabSize") is "8"
2 PASS getComputedValue(".int-non-neg-invalid", "tabSize") is "12345" 2 PASS getComputedValue(".int-non-neg-invalid", "tabSize") is "12345"
3 PASS Number(getComputedValue(".float", "opacity")) is within 0.0001 of 0.5 3 PASS Number(getComputedValue(".float", "opacity")) is within 0.0001 of 0.5
4 PASS getComputedValue(".float-invalid", "tabSize") is "12345" 4 PASS getComputedValue(".float-invalid", "tabSize") is "12345"
5 PASS Number(getComputedValue(".px-invalid", "opacity")) is within 0.0001 of 0.9 5 PASS Number(getComputedValue(".px-invalid", "opacity")) is within 0.0001 of 0.9
6 PASS getComputedValue(".num-length-invalid", "tabSize") is "12345"
6 PASS successfullyParsed is true 7 PASS successfullyParsed is true
7 8
8 TEST COMPLETE 9 TEST COMPLETE
9 10
OLDNEW
« no previous file with comments | « LayoutTests/css3/calc/calc-numbers.html ('k') | Source/core/css/parser/CSSPropertyParser.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698