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

Unified Diff: third_party/WebKit/LayoutTests/platform/linux/css2.1/20110323/width-non-replaced-inline-001-expected.txt

Issue 1574933002: Changed type of border-width longhands from unsigned to float. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Made transitions use fractional border widths, added assert that border widths are positive, and r… Created 4 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: third_party/WebKit/LayoutTests/platform/linux/css2.1/20110323/width-non-replaced-inline-001-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/linux/css2.1/20110323/width-non-replaced-inline-001-expected.txt b/third_party/WebKit/LayoutTests/platform/linux/css2.1/20110323/width-non-replaced-inline-001-expected.txt
index 759ec0f9c8685ddcd420f8351a2c49fc316691d2..9271060ec06deeaf151dfdd5a57ec42d3418f7e3 100644
--- a/third_party/WebKit/LayoutTests/platform/linux/css2.1/20110323/width-non-replaced-inline-001-expected.txt
+++ b/third_party/WebKit/LayoutTests/platform/linux/css2.1/20110323/width-non-replaced-inline-001-expected.txt
@@ -7,7 +7,7 @@ layer at (0,0) size 800x80
LayoutText {#text} at (0,0) size 483x19
text run at (0,0) width 483: "Test passes if the left and right borders start and end where the 'Filler Text' does."
LayoutBlockFlow {DIV} at (0,36) size 784x20
- LayoutInline {SPAN} at (0,0) size 262x19 [border: none (5px solid #000000) none (5px solid #000000)]
+ LayoutInline {SPAN} at (0,0) size 262x19 [border: none (5.00px solid #000000) none (5.00px solid #000000)]
LayoutText {#text} at (5,0) size 252x19
text run at (5,0) width 252: "Filler Text Filler Text Filler Text Filler Text"
LayoutText {#text} at (0,0) size 0x0

Powered by Google App Engine
This is Rietveld 408576698