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

Unified Diff: LayoutTests/fast/dom/length-attribute-mapping.html

Issue 10349004: Revert 115573 - Move Length and CSS length computation to float (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/1123/
Patch Set: Created 8 years, 8 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 | LayoutTests/fast/dom/length-attribute-mapping-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/dom/length-attribute-mapping.html
===================================================================
--- LayoutTests/fast/dom/length-attribute-mapping.html (revision 115918)
+++ LayoutTests/fast/dom/length-attribute-mapping.html (working copy)
@@ -33,7 +33,7 @@
test(img, "60%%", "60%");
test(img, "50*");
test(img, "40*5");
- test(img, "30.5", "30.5px");
+ test(img, "30.5", "30px");
log("");
var col = document.getElementById("col");
@@ -44,5 +44,5 @@
test(col, "60%%", "60%");
test(col, "50*");
test(col, "40*5");
- test(col, "30.5", "30.5px");
+ test(col, "30.5", "30px");
</script>
« no previous file with comments | « no previous file | LayoutTests/fast/dom/length-attribute-mapping-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698