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

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

Issue 114373004: Remove the SVGColor and SVGPaint DOM interfaces (were deprecated). (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: text diff fix Created 7 years 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
« no previous file with comments | « LayoutTests/svg/dom/rgb-color-parser.html ('k') | LayoutTests/svg/dom/script-tests/SVGColor.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/svg/dom/rgb-color-parser-expected.txt
diff --git a/LayoutTests/svg/dom/rgb-color-parser-expected.txt b/LayoutTests/svg/dom/rgb-color-parser-expected.txt
index ca20d827246154c6e1b9b8f5e6fd5392c139c127..aa3a2f895b6c281f2c8bae661fa64e3bd2d82d8e 100644
--- a/LayoutTests/svg/dom/rgb-color-parser-expected.txt
+++ b/LayoutTests/svg/dom/rgb-color-parser-expected.txt
@@ -3,9 +3,9 @@ This test fuzzes the color parser with semi-random attribute values and dumps th
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-Parsed as rgb(0,0,255): blue
-Parsed as rgb(0,255,0): rgb(0, 255, 0)
-Parsed as rgb(255,255,0): rgb(100%,100%,0%
+Parsed as rgb(0, 0, 255): blue
+Parsed as rgb(0, 255, 0): rgb(0, 255, 0)
+Parsed as rgb(255, 255, 0): rgb(100%,100%,0%
Failed to parse: rgba(100%,100%,0%
Failed to parse: rgb(100%,100%,r)
Failed to parse: rgb (100%,100%,r)
@@ -21,14 +21,14 @@ Failed to parse: #ffff
Failed to parse: #fffff
Failed to parse: #fffffff
Failed to parse: green,
-Parsed as rgb(0,10,20): rgb(0, 10, 20)
-Parsed as rgb(255,255,255): #fff
-Parsed as rgb(255,255,255): #ffffff
-Parsed as rgb(255,255,255): #FFF
-Parsed as rgb(255,255,255): #FFFFFF
-Parsed as rgb(0,128,0): green
-Parsed as rgb(0,128,0): green
-Parsed as rgb(0,128,0): green
+Parsed as rgb(0, 10, 20): rgb(0, 10, 20)
+Parsed as rgb(255, 255, 255): #fff
+Parsed as rgb(255, 255, 255): #ffffff
+Parsed as rgb(255, 255, 255): #FFF
+Parsed as rgb(255, 255, 255): #FFFFFF
+Parsed as rgb(0, 128, 0): green
+Parsed as rgb(0, 128, 0): green
+Parsed as rgb(0, 128, 0): green
Failed to parse: rgb(.78-2e8e
Failed to parse: rgb(%
Failed to parse: rgb(7
@@ -282,7 +282,7 @@ Failed to parse: rgb(
Failed to parse:
Failed to parse:
Failed to parse: rgb()
-Parsed as rgb(0,255,0): #0f0
+Parsed as rgb(0, 255, 0): #0f0
PASS successfullyParsed is true
TEST COMPLETE
« no previous file with comments | « LayoutTests/svg/dom/rgb-color-parser.html ('k') | LayoutTests/svg/dom/script-tests/SVGColor.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698