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

Unified Diff: third_party/WebKit/LayoutTests/platform/linux/css2.1/t0805-c5515-brdr-w-01-b-g-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-c5515-brdr-w-01-b-g-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/linux/css2.1/t0805-c5515-brdr-w-01-b-g-expected.txt b/third_party/WebKit/LayoutTests/platform/linux/css2.1/t0805-c5515-brdr-w-01-b-g-expected.txt
index ac3efcf9d2faa854a2476a65444f476519fea0ff..982605f1be8fa07d95edea60ce715261949c7b71 100644
--- a/third_party/WebKit/LayoutTests/platform/linux/css2.1/t0805-c5515-brdr-w-01-b-g-expected.txt
+++ b/third_party/WebKit/LayoutTests/platform/linux/css2.1/t0805-c5515-brdr-w-01-b-g-expected.txt
@@ -4,7 +4,7 @@ layer at (0,0) size 800x66
LayoutBlockFlow {HTML} at (0,0) size 800x66
LayoutBlockFlow {BODY} at (8,8) size 784x50
LayoutBlockFlow {DIV} at (0,0) size 784x50
- LayoutBlockFlow {DIV} at (0,0) size 784x50 [color=#008000] [border: (15px solid #008000)]
+ LayoutBlockFlow {DIV} at (0,0) size 784x50 [color=#008000] [border: (15.00px solid #008000)]
LayoutBlockFlow {P} at (15,15) size 754x20 [color=#000000] [bgcolor=#FFFFFF]
LayoutText {#text} at (0,0) size 220x19
text run at (0,0) width 220: "There should be no red on this page."

Powered by Google App Engine
This is Rietveld 408576698