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

Side by Side Diff: third_party/WebKit/LayoutTests/csspaint/registerPaint-expected.txt

Issue 1896893004: Hook up style invalidation for CSS Paint API. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@css-paint-register
Patch Set: rebase. Created 4 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 14: The worklet should throw an error with: "A class with name:'foo' is already registered." 1 CONSOLE MESSAGE: line 14: The worklet should throw an error with: "A class with name:'foo' is already registered."
2 CONSOLE ERROR: line 1: Uncaught [object DOMException] 2 CONSOLE ERROR: line 1: Uncaught [object DOMException]
3 CONSOLE MESSAGE: line 14: The worklet should throw an error with: "The empty str ing is not a valid name." 3 CONSOLE MESSAGE: line 14: The worklet should throw an error with: "The empty str ing is not a valid name."
4 CONSOLE ERROR: line 1: Uncaught TypeError: Failed to execute 'registerPaint' on 'PaintWorkletGlobalScope': The empty string is not a valid name. 4 CONSOLE ERROR: line 1: Uncaught TypeError: Failed to execute 'registerPaint' on 'PaintWorkletGlobalScope': The empty string is not a valid name.
5 CONSOLE MESSAGE: line 14: The worklet should throw an error with: "failed!" 5 CONSOLE MESSAGE: line 14: The worklet should throw an error with: "failed!"
6 CONSOLE ERROR: line 1: Uncaught Error: failed! 6 CONSOLE ERROR: line 1: Uncaught Error: failed!
7 CONSOLE MESSAGE: line 14: The worklet should throw an error with: "The value pro vided is neither an array, nor does it have indexed properties." 7 CONSOLE MESSAGE: line 14: The worklet should throw an error with: "The value pro vided is neither an array, nor does it have indexed properties."
8 CONSOLE ERROR: line 1: Uncaught TypeError: Failed to execute 'registerPaint' on 'PaintWorkletGlobalScope': The value provided is neither an array, nor does it h ave indexed properties. 8 CONSOLE ERROR: line 1: Uncaught TypeError: Failed to execute 'registerPaint' on 'PaintWorkletGlobalScope': The value provided is neither an array, nor does it h ave indexed properties.
9 CONSOLE MESSAGE: line 14: The worklet should throw an error with: "The 'prototyp e' object on the class does not exist." 9 CONSOLE MESSAGE: line 14: The worklet should throw an error with: "The 'prototyp e' object on the class does not exist."
10 CONSOLE ERROR: line 1: Uncaught TypeError: Failed to execute 'registerPaint' on 'PaintWorkletGlobalScope': The 'prototype' object on the class does not exist. 10 CONSOLE ERROR: line 1: Uncaught TypeError: Failed to execute 'registerPaint' on 'PaintWorkletGlobalScope': The 'prototype' object on the class does not exist.
11 CONSOLE MESSAGE: line 14: The worklet should throw an error with: "The 'prototyp e' property on the class is not an object." 11 CONSOLE MESSAGE: line 14: The worklet should throw an error with: "The 'prototyp e' property on the class is not an object."
12 CONSOLE ERROR: line 1: Uncaught TypeError: Failed to execute 'registerPaint' on 'PaintWorkletGlobalScope': The 'prototype' property on the class is not an objec t. 12 CONSOLE ERROR: line 1: Uncaught TypeError: Failed to execute 'registerPaint' on 'PaintWorkletGlobalScope': The 'prototype' property on the class is not an objec t.
13 CONSOLE MESSAGE: line 14: The worklet should throw an error with: "The 'paint' f unction on the prototype does not exist." 13 CONSOLE MESSAGE: line 14: The worklet should throw an error with: "The 'paint' f unction on the prototype does not exist."
14 CONSOLE ERROR: line 1: Uncaught TypeError: Failed to execute 'registerPaint' on 'PaintWorkletGlobalScope': The 'paint' function on the prototype does not exist. 14 CONSOLE ERROR: line 1: Uncaught TypeError: Failed to execute 'registerPaint' on 'PaintWorkletGlobalScope': The 'paint' function on the prototype does not exist.
15 CONSOLE MESSAGE: line 14: The worklet should throw an error with: "The 'paint' p roperty on the prototype is not a function." 15 CONSOLE MESSAGE: line 14: The worklet should throw an error with: "The 'paint' p roperty on the prototype is not a function."
16 CONSOLE ERROR: line 1: Uncaught TypeError: Failed to execute 'registerPaint' on 'PaintWorkletGlobalScope': The 'paint' property on the prototype is not a functi on. 16 CONSOLE ERROR: line 1: Uncaught TypeError: Failed to execute 'registerPaint' on 'PaintWorkletGlobalScope': The 'paint' property on the prototype is not a functi on.
17 CONSOLE MESSAGE: line 16: The worklet should not throw an error. 17 CONSOLE MESSAGE: line 18: The worklet should not throw an error.
18 CONSOLE MESSAGE: line 1: Success for 'foo9'. 18 CONSOLE MESSAGE: line 1: Success for 'foo9'.
19 CONSOLE MESSAGE: line 16: The worklet should not throw an error. 19 CONSOLE MESSAGE: line 18: The worklet should not throw an error.
20 CONSOLE MESSAGE: line 1: Success for 'foo10'. 20 CONSOLE MESSAGE: line 1: Success for 'foo10'.
21 CONSOLE MESSAGE: line 16: The worklet should log a warning with: "-webkit-border -radius is a prefixed property which is not supported."
22 CONSOLE WARNING: -webkit-border-radius is a prefixed property which is not suppo rted.
21 This tests a series of PaintWorkletGlobalScope#registerPaint calls. 23 This tests a series of PaintWorkletGlobalScope#registerPaint calls.
22 24
23 See the devtools console for test output. 25 See the devtools console for test output.
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698