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

Side by Side Diff: third_party/WebKit/LayoutTests/http/tests/csspaint/invalidation-background-image-expected.txt

Issue 2868003002: CSSPaint: Move layout tests in csspaint/ to http/tests/csspaint/ (Closed)
Patch Set: Created 3 years, 7 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 unified diff | Download patch
OLDNEW
1 CONSOLE MESSAGE: line 56: 1 CONSOLE MESSAGE: line 56:
2 2
3 Test case: 3 Test case:
4 max-height: [inline not set] => max-height: 160px 4 max-height: [inline not set] => max-height: 160px
5 The worklet console should log: 'Successful invalidation for: max-height' 5 The worklet console should log: 'Successful invalidation for: max-height'
6 CONSOLE MESSAGE: line 11: Successful invalidation for: max-height 6 CONSOLE MESSAGE: line 11: Successful invalidation for: max-height
7 CONSOLE MESSAGE: line 56: 7 CONSOLE MESSAGE: line 56:
8 8
9 Test case: 9 Test case:
10 max-height: 100px => max-height: 160px 10 max-height: 100px => max-height: 160px
(...skipping 134 matching lines...) Expand 10 before | Expand all | Expand 10 after
145 PASS --str: [inline not set] => --str: foo 145 PASS --str: [inline not set] => --str: foo
146 PASS --length-inherited: [inline not set] => --length-inherited: 10px 146 PASS --length-inherited: [inline not set] => --length-inherited: 10px
147 PASS --length-non-inherited: [inline not set] => --length-non-inherited: 20px 147 PASS --length-non-inherited: [inline not set] => --length-non-inherited: 20px
148 PASS -webkit-border-radius: [inline not set] => -webkit-border-radius: 25px 148 PASS -webkit-border-radius: [inline not set] => -webkit-border-radius: 25px
149 PASS -webkit-border-radius: [inline not set] => border-radius: 25px 149 PASS -webkit-border-radius: [inline not set] => border-radius: 25px
150 PASS border-radius: 25px => -webkit-border-radius: [inline not set] 150 PASS border-radius: 25px => -webkit-border-radius: [inline not set]
151 PASS -webkit-border-radius: 100px => -webkit-border-radius: calc(50px + 50px) 151 PASS -webkit-border-radius: 100px => -webkit-border-radius: calc(50px + 50px)
152 PASS -webkit-margin-start: calc(50px + 50px) => margin-left: 100px 152 PASS -webkit-margin-start: calc(50px + 50px) => margin-left: 100px
153 Harness: the test ran to completion. 153 Harness: the test ran to completion.
154 154
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698