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

Unified Diff: third_party/WebKit/LayoutTests/platform/linux/css2.1/t0805-c5514-ibrdr-lw-00-a-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/t0805-c5514-ibrdr-lw-00-a-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/linux/css2.1/t0805-c5514-ibrdr-lw-00-a-expected.txt b/third_party/WebKit/LayoutTests/platform/linux/css2.1/t0805-c5514-ibrdr-lw-00-a-expected.txt
index 3eb04b24db5a8b97bb9014601016b33e4fa706d8..4598465cafb944094ff72a52675bf6a056f20bec 100644
--- a/third_party/WebKit/LayoutTests/platform/linux/css2.1/t0805-c5514-ibrdr-lw-00-a-expected.txt
+++ b/third_party/WebKit/LayoutTests/platform/linux/css2.1/t0805-c5514-ibrdr-lw-00-a-expected.txt
@@ -4,7 +4,7 @@ layer at (0,0) size 800x88
LayoutBlockFlow {HTML} at (0,0) size 800x88
LayoutBlockFlow {BODY} at (8,16) size 784x56
LayoutBlockFlow {P} at (0,0) size 784x20
- LayoutInline {SPAN} at (0,0) size 238x25 [border: (3px solid #000000) (1px solid #000000)]
+ LayoutInline {SPAN} at (0,0) size 238x25 [border: (3.00px solid #000000) (1.00px solid #000000)]
LayoutText {#text} at (1,0) size 234x19
text run at (1,0) width 234: "This box should have a thin left border."
LayoutText {#text} at (0,0) size 0x0

Powered by Google App Engine
This is Rietveld 408576698