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

Unified Diff: LayoutTests/ietestcenter/css3/valuesandunits/units-000-expected.htm

Issue 26802003: Make units-000.htm from ietestcenter pass. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 7 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
Index: LayoutTests/ietestcenter/css3/valuesandunits/units-000-expected.htm
diff --git a/LayoutTests/ietestcenter/css3/valuesandunits/units-000-expected.htm b/LayoutTests/ietestcenter/css3/valuesandunits/units-000-expected.htm
index 9a63b49fc81128c7e9cc31e4fbb1424f8ad5bee5..8b35bd989947534a15648238d43ba00457a7ac9f 100644
--- a/LayoutTests/ietestcenter/css3/valuesandunits/units-000-expected.htm
+++ b/LayoutTests/ietestcenter/css3/valuesandunits/units-000-expected.htm
@@ -7,8 +7,8 @@
<style type="text/css">
#parent
{
- height: 272px;
- width: 1in;
+ height: 340px;
+ width: 1.25in;
background: green;
position: relative;
}

Powered by Google App Engine
This is Rietveld 408576698