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

Unified Diff: third_party/WebKit/LayoutTests/platform/linux/compositing/overflow/ancestor-overflow-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/compositing/overflow/ancestor-overflow-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/linux/compositing/overflow/ancestor-overflow-expected.txt b/third_party/WebKit/LayoutTests/platform/linux/compositing/overflow/ancestor-overflow-expected.txt
index 6949fc2aa7576f3b79942ae04c4abc3264d49571..965e01a571f280364e7ebd73a7fe988fd48e46cc 100644
--- a/third_party/WebKit/LayoutTests/platform/linux/compositing/overflow/ancestor-overflow-expected.txt
+++ b/third_party/WebKit/LayoutTests/platform/linux/compositing/overflow/ancestor-overflow-expected.txt
@@ -20,36 +20,36 @@ layer at (0,0) size 800x434
text run at (368,354) width 4: " "
LayoutText {#text} at (0,0) size 0x0
layer at (28,72) size 142x142 clip at (29,73) size 140x140 scrollHeight 171
- LayoutBlockFlow {DIV} at (20,20) size 142x142 [border: (1px solid #000000)]
- LayoutBlockFlow {DIV} at (11,11) size 122x122 [border: (1px solid #0000FF)]
+ LayoutBlockFlow {DIV} at (20,20) size 142x142 [border: (1.00px solid #000000)]
+ LayoutBlockFlow {DIV} at (11,11) size 122x122 [border: (1.00px solid #0000FF)]
layer at (214,72) size 142x142 clip at (215,73) size 140x140
- LayoutBlockFlow {DIV} at (206,20) size 142x142 [border: (1px solid #000000)]
+ LayoutBlockFlow {DIV} at (206,20) size 142x142 [border: (1.00px solid #000000)]
layer at (28,259) size 142x142 clip at (29,260) size 140x140 scrollHeight 171
- LayoutBlockFlow {DIV} at (20,207) size 142x142 [border: (1px solid #000000)]
- LayoutBlockFlow {DIV} at (11,11) size 122x122 [border: (1px solid #0000FF)]
+ LayoutBlockFlow {DIV} at (20,207) size 142x142 [border: (1.00px solid #000000)]
+ LayoutBlockFlow {DIV} at (11,11) size 122x122 [border: (1.00px solid #0000FF)]
layer at (214,259) size 142x142 clip at (215,260) size 140x140
- LayoutBlockFlow {DIV} at (206,207) size 142x142 [border: (1px solid #000000)]
+ LayoutBlockFlow {DIV} at (206,207) size 142x142 [border: (1.00px solid #000000)]
layer at (50,94) size 100x150 backgroundClip at (29,73) size 140x140 clip at (29,73) size 140x140
LayoutBlockFlow {DIV} at (11,11) size 100x150 [bgcolor=#808080]
layer at (225,83) size 122x122
- LayoutBlockFlow (positioned) {DIV} at (225,83) size 122x122 [border: (1px solid #0000FF)]
+ LayoutBlockFlow (positioned) {DIV} at (225,83) size 122x122 [border: (1.00px solid #0000FF)]
layer at (236,94) size 100x150
LayoutBlockFlow {DIV} at (11,11) size 100x150 [bgcolor=#808080]
layer at (400,72) size 142x142 clip at (401,73) size 140x140 scrollHeight 171
- LayoutBlockFlow (relative positioned) {DIV} at (392,20) size 142x142 [border: (1px solid #000000)]
+ LayoutBlockFlow (relative positioned) {DIV} at (392,20) size 142x142 [border: (1.00px solid #000000)]
layer at (411,83) size 122x122
- LayoutBlockFlow (positioned) {DIV} at (11,11) size 122x122 [border: (1px solid #0000FF)]
+ LayoutBlockFlow (positioned) {DIV} at (11,11) size 122x122 [border: (1.00px solid #0000FF)]
layer at (422,94) size 100x150 backgroundClip at (401,73) size 140x140 clip at (401,73) size 140x140
LayoutBlockFlow {DIV} at (11,11) size 100x150 [bgcolor=#808080]
layer at (50,281) size 100x150 backgroundClip at (29,260) size 140x140 clip at (29,260) size 140x140
LayoutBlockFlow {DIV} at (11,11) size 100x150 [bgcolor=#808080]
layer at (225,270) size 122x122
- LayoutBlockFlow (positioned) {DIV} at (225,270) size 122x122 [border: (1px solid #0000FF)]
+ LayoutBlockFlow (positioned) {DIV} at (225,270) size 122x122 [border: (1.00px solid #0000FF)]
layer at (236,281) size 100x150
LayoutBlockFlow {DIV} at (11,11) size 100x150 [bgcolor=#808080]
layer at (400,259) size 142x142 clip at (401,260) size 140x140 scrollHeight 171
- LayoutBlockFlow (relative positioned) {DIV} at (392,207) size 142x142 [border: (1px solid #000000)]
+ LayoutBlockFlow (relative positioned) {DIV} at (392,207) size 142x142 [border: (1.00px solid #000000)]
layer at (411,270) size 122x122
- LayoutBlockFlow (positioned) {DIV} at (11,11) size 122x122 [border: (1px solid #0000FF)]
+ LayoutBlockFlow (positioned) {DIV} at (11,11) size 122x122 [border: (1.00px solid #0000FF)]
layer at (422,281) size 100x150 backgroundClip at (401,260) size 140x140 clip at (401,260) size 140x140
LayoutBlockFlow {DIV} at (11,11) size 100x150 [bgcolor=#808080]

Powered by Google App Engine
This is Rietveld 408576698