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

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

Issue 1348363004: Add consumeInteger/consumeLength (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Patch for landing Created 5 years, 2 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
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 getComputedValue(".num-length-invalid", "tabSize") is "12345"
7 PASS getComputedValue(".px-valid", "tabSize") is "10px"
7 PASS successfullyParsed is true 8 PASS successfullyParsed is true
8 9
9 TEST COMPLETE 10 TEST COMPLETE
10 11
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698