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

Unified Diff: third_party/WebKit/LayoutTests/css3/calc/simple-calcs.html

Issue 1368213004: Consume whitespace at start of calc subexpression (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/css3/calc/simple-calcs-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/css3/calc/simple-calcs.html
diff --git a/third_party/WebKit/LayoutTests/css3/calc/simple-calcs.html b/third_party/WebKit/LayoutTests/css3/calc/simple-calcs.html
index 6f8ea975b7912760026994f14e9d2541ccfef9bb..68b9678a6248c8b45a5b96cb353086eb2a3727d6 100644
--- a/third_party/WebKit/LayoutTests/css3/calc/simple-calcs.html
+++ b/third_party/WebKit/LayoutTests/css3/calc/simple-calcs.html
@@ -78,6 +78,7 @@
<div class="width-test" style="width: calc(-50px + 150px);">-50px + 150px</div>
<div class="width-test" style="width: calc(-50px - -150px);">-50px - -150px</div>
<div class="width-test" style="width: calc((((((((100px))))))));">(((((((100px)))))))</div>
+<div class="width-test" style="width: calc(( 50px + 50px ));"> 50px + 50px </div>
<div class="height-test" style="height: calc(100px);">100px</div>
<div style="height: 50px; background-color: white;" class="wrapper">
<div class="height-test" style="height: calc(100% * 2);">100% * 2</div>
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/css3/calc/simple-calcs-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698