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

Unified 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, 3 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/css3/calc/calc-numbers-expected.txt
diff --git a/third_party/WebKit/LayoutTests/css3/calc/calc-numbers-expected.txt b/third_party/WebKit/LayoutTests/css3/calc/calc-numbers-expected.txt
index 77cd938c9884c6175b9272dadf18b9f0ee192a51..4dbe2e99967216154831b33a09f39b05263cb318 100644
--- a/third_party/WebKit/LayoutTests/css3/calc/calc-numbers-expected.txt
+++ b/third_party/WebKit/LayoutTests/css3/calc/calc-numbers-expected.txt
@@ -4,6 +4,7 @@ PASS Number(getComputedValue(".float", "opacity")) is within 0.0001 of 0.5
PASS getComputedValue(".float-invalid", "tabSize") is "12345"
PASS Number(getComputedValue(".px-invalid", "opacity")) is within 0.0001 of 0.9
PASS getComputedValue(".num-length-invalid", "tabSize") is "12345"
+PASS getComputedValue(".px-valid", "tabSize") is "10px"
PASS successfullyParsed is true
TEST COMPLETE

Powered by Google App Engine
This is Rietveld 408576698