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

Unified Diff: LayoutTests/fast/css/calc-rounding-expected.html

Issue 845313010: Allow Length::nonNanCalculatedValue to take a LayoutUnit (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Add reftest Created 5 years, 11 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: LayoutTests/fast/css/calc-rounding-expected.html
diff --git a/LayoutTests/fast/css/calc-rounding-expected.html b/LayoutTests/fast/css/calc-rounding-expected.html
new file mode 100644
index 0000000000000000000000000000000000000000..3cbde58d75146a79c34f1aac0bc9c0540b2cbaa5
--- /dev/null
+++ b/LayoutTests/fast/css/calc-rounding-expected.html
@@ -0,0 +1,9 @@
+<style>
+ #outerDiv
+ {
+ width: 100.5px;
+ height: 100.5px;
+ background-color: green;
+ }
+</style>
+<div id="outerDiv"/>

Powered by Google App Engine
This is Rietveld 408576698