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

Side by Side Diff: LayoutTests/svg/dom/rgb-color-parser-expected.txt

Issue 17129003: Auto-closing at unexpected EOF for all entry points. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebased Patch Set 2 onto master Created 7 years, 6 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 This test fuzzes the color parser with semi-random attribute values and dumps th e results of any values that parse successfully. 1 This test fuzzes the color parser with semi-random attribute values and dumps th e results of any values that parse successfully.
2 2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4 4
5 5
6 Parsed as rgb(0,0,255): blue 6 Parsed as rgb(0,0,255): blue
7 Parsed as rgb(0,255,0): rgb(0, 255, 0) 7 Parsed as rgb(0,255,0): rgb(0, 255, 0)
8 Failed to parse: rgb(100%,100%,0% 8 Parsed as rgb(255,255,0): rgb(100%,100%,0%
9 Failed to parse: rgba(100%,100%,0% 9 Failed to parse: rgba(100%,100%,0%
10 Failed to parse: rgb(100%,100%,r) 10 Failed to parse: rgb(100%,100%,r)
11 Failed to parse: rgb (100%,100%,r) 11 Failed to parse: rgb (100%,100%,r)
12 Failed to parse: rgb(100%, 1, 1) 12 Failed to parse: rgb(100%, 1, 1)
13 Failed to parse: hsl(100%,100%,100%) 13 Failed to parse: hsl(100%,100%,100%)
14 Failed to parse: yello 14 Failed to parse: yello
15 Failed to parse: !#fff 15 Failed to parse: !#fff
16 Failed to parse: #sdf 16 Failed to parse: #sdf
17 Failed to parse: # 17 Failed to parse: #
18 Failed to parse: #f 18 Failed to parse: #f
(...skipping 261 matching lines...) Expand 10 before | Expand all | Expand 10 after
280 Failed to parse: rgb(.27+ 280 Failed to parse: rgb(.27+
281 Failed to parse: rgb( 281 Failed to parse: rgb(
282 Failed to parse: 282 Failed to parse:
283 Failed to parse: 283 Failed to parse:
284 Failed to parse: rgb() 284 Failed to parse: rgb()
285 Parsed as rgb(0,255,0): #0f0 285 Parsed as rgb(0,255,0): #0f0
286 PASS successfullyParsed is true 286 PASS successfullyParsed is true
287 287
288 TEST COMPLETE 288 TEST COMPLETE
289 289
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698