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-c5513-ibrdr-bw-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-c5513-ibrdr-bw-00-a-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/linux/css2.1/t0805-c5513-ibrdr-bw-00-a-expected.txt b/third_party/WebKit/LayoutTests/platform/linux/css2.1/t0805-c5513-ibrdr-bw-00-a-expected.txt
index e77ed2e143dd4799cbeb34d5559dab8f05f96051..75839d09fd51c9b9cb5b0d780a89c60b191c64f1 100644
--- a/third_party/WebKit/LayoutTests/platform/linux/css2.1/t0805-c5513-ibrdr-bw-00-a-expected.txt
+++ b/third_party/WebKit/LayoutTests/platform/linux/css2.1/t0805-c5513-ibrdr-bw-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 265x23 [border: (3px solid #000000) (1px solid #000000) (3px solid #000000)]
+ LayoutInline {SPAN} at (0,0) size 265x23 [border: (3.00px solid #000000) (1.00px solid #000000) (3.00px solid #000000)]
LayoutText {#text} at (3,0) size 259x19
text run at (3,0) width 259: "This box should have a thin bottom border."
LayoutText {#text} at (0,0) size 0x0

Powered by Google App Engine
This is Rietveld 408576698