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

Side by Side Diff: LayoutTests/fast/css/getComputedStyle/getComputedStyle-length-unit-expected.txt

Issue 54473004: Make js-test-post a noop. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: add mac NeedsRebaselines Created 7 years, 1 month 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 PASS testPropertyUnit('visible', 'background-position') is 'px' 1 PASS testPropertyUnit('visible', 'background-position') is 'px'
2 PASS testPropertyUnit('visible', 'background-size') is 'px' 2 PASS testPropertyUnit('visible', 'background-size') is 'px'
3 PASS testPropertyUnit('visible', '-webkit-border-horizontal-spacing') is 'px' 3 PASS testPropertyUnit('visible', '-webkit-border-horizontal-spacing') is 'px'
4 PASS testPropertyUnit('visible', '-webkit-border-vertical-spacing') is 'px' 4 PASS testPropertyUnit('visible', '-webkit-border-vertical-spacing') is 'px'
5 PASS testPropertyUnit('visible', 'border-top-width') is 'px' 5 PASS testPropertyUnit('visible', 'border-top-width') is 'px'
6 PASS testPropertyUnit('visible', 'border-right-width') is 'px' 6 PASS testPropertyUnit('visible', 'border-right-width') is 'px'
7 PASS testPropertyUnit('visible', 'border-bottom-width') is 'px' 7 PASS testPropertyUnit('visible', 'border-bottom-width') is 'px'
8 PASS testPropertyUnit('visible', 'border-left-width') is 'px' 8 PASS testPropertyUnit('visible', 'border-left-width') is 'px'
9 PASS testPropertyUnit('visible', 'border-top-left-radius') is 'px' 9 PASS testPropertyUnit('visible', 'border-top-left-radius') is 'px'
10 PASS testPropertyUnit('visible', 'border-top-right-radius') is 'px' 10 PASS testPropertyUnit('visible', 'border-top-right-radius') is 'px'
(...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after
79 PASS testPropertyUnit('hidden', 'word-spacing') is 'px' 79 PASS testPropertyUnit('hidden', 'word-spacing') is 'px'
80 PASS testPropertyUnit('hidden', 'margin-top') is 'px' 80 PASS testPropertyUnit('hidden', 'margin-top') is 'px'
81 PASS testPropertyUnit('hidden', 'margin-right') is 'px' 81 PASS testPropertyUnit('hidden', 'margin-right') is 'px'
82 PASS testPropertyUnit('hidden', 'margin-bottom') is 'px' 82 PASS testPropertyUnit('hidden', 'margin-bottom') is 'px'
83 PASS testPropertyUnit('hidden', 'margin-left') is 'px' 83 PASS testPropertyUnit('hidden', 'margin-left') is 'px'
84 PASS testPropertyUnit('hidden', 'padding-top') is 'px' 84 PASS testPropertyUnit('hidden', 'padding-top') is 'px'
85 PASS testPropertyUnit('hidden', 'padding-right') is 'px' 85 PASS testPropertyUnit('hidden', 'padding-right') is 'px'
86 PASS testPropertyUnit('hidden', 'padding-bottom') is 'px' 86 PASS testPropertyUnit('hidden', 'padding-bottom') is 'px'
87 PASS testPropertyUnit('hidden', 'padding-left') is 'px' 87 PASS testPropertyUnit('hidden', 'padding-left') is 'px'
88 PASS testPropertyUnit('hidden', 'text-indent') is 'px' 88 PASS testPropertyUnit('hidden', 'text-indent') is 'px'
89 PASS successfullyParsed is true
89 90
91 TEST COMPLETE
92
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698