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

Unified Diff: third_party/WebKit/LayoutTests/platform/linux/css2.1/t0805-c5514-brdr-lw-00-b-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-brdr-lw-00-b-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/linux/css2.1/t0805-c5514-brdr-lw-00-b-expected.txt b/third_party/WebKit/LayoutTests/platform/linux/css2.1/t0805-c5514-brdr-lw-00-b-expected.txt
index 3c5ec6faa56749b002211c4b672b5d57a41c41af..c4a489ee3c9e4c68a8fc892038ded2eb72952eec 100644
--- a/third_party/WebKit/LayoutTests/platform/linux/css2.1/t0805-c5514-brdr-lw-00-b-expected.txt
+++ b/third_party/WebKit/LayoutTests/platform/linux/css2.1/t0805-c5514-brdr-lw-00-b-expected.txt
@@ -6,12 +6,12 @@ layer at (0,0) size 800x178
LayoutBlockFlow {P} at (0,0) size 784x20
LayoutText {#text} at (0,0) size 417x19
text run at (0,0) width 417: "The three boxes below should have progressively thinner left borders."
- LayoutBlockFlow {P} at (0,36) size 784x26 [border: (3px solid #000000) (5px solid #000000)]
+ LayoutBlockFlow {P} at (0,36) size 784x26 [border: (3.00px solid #000000) (5.00px solid #000000)]
LayoutText {#text} at (5,3) size 11x19
text run at (5,3) width 11: "A"
- LayoutBlockFlow {P} at (0,78) size 784x26 [border: (3px solid #000000)]
+ LayoutBlockFlow {P} at (0,78) size 784x26 [border: (3.00px solid #000000)]
LayoutText {#text} at (3,3) size 10x19
text run at (3,3) width 10: "B"
- LayoutBlockFlow {P} at (0,120) size 784x26 [border: (3px solid #000000) (1px solid #000000)]
+ LayoutBlockFlow {P} at (0,120) size 784x26 [border: (3.00px solid #000000) (1.00px solid #000000)]
LayoutText {#text} at (1,3) size 11x19
text run at (1,3) width 11: "C"

Powered by Google App Engine
This is Rietveld 408576698