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

Unified Diff: third_party/WebKit/LayoutTests/csspaint/invalidation-content-image-expected.txt

Issue 2868003002: CSSPaint: Move layout tests in csspaint/ to http/tests/csspaint/ (Closed)
Patch Set: rebase 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 side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/csspaint/invalidation-content-image-expected.txt
diff --git a/third_party/WebKit/LayoutTests/csspaint/invalidation-content-image-expected.txt b/third_party/WebKit/LayoutTests/csspaint/invalidation-content-image-expected.txt
deleted file mode 100644
index 24d08ec0fa86b89ed982a6f463f662e551a1c838..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/csspaint/invalidation-content-image-expected.txt
+++ /dev/null
@@ -1,121 +0,0 @@
-CONSOLE MESSAGE: line 56:
-
-Test case:
-max-height: [inline not set] => max-height: 160px
-The worklet console should log: 'Successful invalidation for: max-height'
-CONSOLE MESSAGE: line 11: Successful invalidation for: max-height
-CONSOLE MESSAGE: line 56:
-
-Test case:
-max-height: 100px => max-height: 160px
-The worklet console should log: 'Successful invalidation for: max-height'
-CONSOLE MESSAGE: line 11: Successful invalidation for: max-height
-CONSOLE MESSAGE: line 56:
-
-Test case:
-max-height: 100px => max-height: calc(50px + 50px)
-The worklet console should log nothing
-CONSOLE MESSAGE: line 56:
-
-Test case:
-max-height: 100px => max-height: calc(50px + var(--fiftypx))
-The worklet console should log nothing
-CONSOLE MESSAGE: line 56:
-
-Test case:
-flex-basis: [inline not set] => flex-basis: 100px
-The worklet console should log: 'Successful invalidation for: flex-basis'
-CONSOLE MESSAGE: line 11: Successful invalidation for: flex-basis
-CONSOLE MESSAGE: line 56:
-
-Test case:
-flex-basis: 100px => flex-basis: [inline not set]
-The worklet console should log: 'Successful invalidation for: flex-basis'
-CONSOLE MESSAGE: line 11: Successful invalidation for: flex-basis
-CONSOLE MESSAGE: line 56:
-
-Test case:
-flex-basis: [inline not set] => flex-basis: 200px
-The worklet console should log nothing
-CONSOLE MESSAGE: line 56:
-
-Test case:
-flex-basis: 200px => flex-basis: [inline not set]
-The worklet console should log nothing
-CONSOLE MESSAGE: line 56:
-
-Test case:
-color: [inline not set] => color: red
-The worklet console should log: 'Successful invalidation for: color'
-CONSOLE MESSAGE: line 11: Successful invalidation for: color
-CONSOLE MESSAGE: line 56:
-
-Test case:
-color: #F00 => color: red
-The worklet console should log nothing
-CONSOLE MESSAGE: line 56:
-
-Test case:
-border-top-color: [inline not set] => border-top-color: blue
-The worklet console should log: 'Successful invalidation for: border-top-color'
-CONSOLE MESSAGE: line 11: Successful invalidation for: border-top-color
-CONSOLE MESSAGE: line 56:
-
-Test case:
-border-top-color: rgb(0,0,255) => border-top-color: blue
-The worklet console should log nothing
-CONSOLE MESSAGE: line 56:
-
-Test case:
---foo: [inline not set] => --foo: foo
-The worklet console should log: 'Successful invalidation for: --foo'
-CONSOLE MESSAGE: line 11: Successful invalidation for: --foo
-CONSOLE MESSAGE: line 56:
-
-Test case:
---foo: foo => --foo: var(--str)
-The worklet console should log nothing
-CONSOLE MESSAGE: line 56:
-
-Test case:
---str: [inline not set] => --str: bar
-The worklet console should log: 'Successful invalidation for: --str'
-CONSOLE MESSAGE: line 11: Successful invalidation for: --str
-CONSOLE MESSAGE: line 56:
-
-Test case:
---str: [inline not set] => --str: foo
-The worklet console should log nothing
-CONSOLE MESSAGE: line 56:
-
-Test case:
---length-inherited: [inline not set] => --length-inherited: 10px
-The worklet console should log: 'Successful invalidation for: --length-inherited'
-CONSOLE MESSAGE: line 11: Successful invalidation for: --length-inherited
-CONSOLE MESSAGE: line 56:
-
-Test case:
---length-non-inherited: [inline not set] => --length-non-inherited: 20px
-The worklet console should log: 'Successful invalidation for: --length-non-inherited'
-CONSOLE MESSAGE: line 11: Successful invalidation for: --length-non-inherited
-This is a testharness.js-based test.
-PASS max-height: [inline not set] => max-height: 160px
-PASS max-height: 100px => max-height: 160px
-PASS max-height: 100px => max-height: calc(50px + 50px)
-PASS max-height: 100px => max-height: calc(50px + var(--fiftypx))
-PASS flex-basis: [inline not set] => flex-basis: 100px
-PASS flex-basis: 100px => flex-basis: [inline not set]
-PASS flex-basis: [inline not set] => flex-basis: 200px
-PASS flex-basis: 200px => flex-basis: [inline not set]
-PASS color: [inline not set] => color: red
-PASS color: #F00 => color: red
-PASS border-top-color: [inline not set] => border-top-color: blue
-PASS border-top-color: rgb(0,0,255) => border-top-color: blue
-PASS --foo: [inline not set] => --foo: foo
-PASS --foo: foo => --foo: var(--str)
-PASS --str: [inline not set] => --str: bar
-PASS --str: [inline not set] => --str: foo
-PASS --length-inherited: [inline not set] => --length-inherited: 10px
-PASS --length-non-inherited: [inline not set] => --length-non-inherited: 20px
-Harness: the test ran to completion.
-

Powered by Google App Engine
This is Rietveld 408576698