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

Side by Side Diff: LayoutTests/svg/dynamic-updates/SVGFEColorMatrixElement-svgdom-values-prop-expected.txt

Issue 250803011: Revert FCM text-based-repaint change and rebaselines (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Too many 500 errors Created 6 years, 8 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 | Annotate | Revision Log
OLDNEW
1 SVG 1.1 dynamic update tests 1 SVG 1.1 dynamic update tests
2 2
3 Tests dynamic updates of the 'values' property of the SVGFEColorMatrixElement ob ject 3 Tests dynamic updates of the 'values' property of the SVGFEColorMatrixElement ob ject
4 4
5 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 5 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
6 6
7 7
8 PASS SVGNumberListToString(matrixElement.values.baseVal) is "0.9 0.9 0.9 0 0 0.3 3 0.33 0.33 0 0 0.33 0.33 0.33 0 0 0.33 0.33 0.33 0 0 " 8 PASS SVGNumberListToString(matrixElement.values.baseVal) is "0.9 0.9 0.9 0 0 0.3 3 0.33 0.33 0 0 0.33 0.33 0.33 0 0 0.33 0.33 0.33 0 0 "
9 PASS Math.round(saturateElement.values.baseVal.getItem(0).value * 1000) is 500 9 PASS Math.round(saturateElement.values.baseVal.getItem(0).value * 1000) is 500
10 PASS Math.round(hueRotateElement.values.baseVal.getItem(0).value * 1000) is 1000 0 10 PASS Math.round(hueRotateElement.values.baseVal.getItem(0).value * 1000) is 1000 0
11 PASS SVGNumberListToString(matrixElement.values.baseVal) is "0.33 0.33 0.33 0 0 0.33 0.33 0.33 0 0 0.33 0.33 0.33 0 0 0.33 0.33 0.33 0 0 " 11 PASS SVGNumberListToString(matrixElement.values.baseVal) is "0.33 0.33 0.33 0 0 0.33 0.33 0.33 0 0 0.33 0.33 0.33 0 0 0.33 0.33 0.33 0 0 "
12 PASS saturateElement.values.baseVal.getItem(0).value is 0.25 12 PASS saturateElement.values.baseVal.getItem(0).value is 0.25
13 PASS hueRotateElement.values.baseVal.getItem(0).value is 90 13 PASS hueRotateElement.values.baseVal.getItem(0).value is 90
14 PASS successfullyParsed is true 14 PASS successfullyParsed is true
15 15
16 TEST COMPLETE 16 TEST COMPLETE
17 (GraphicsLayer
18 (bounds 808.00 600.00)
19 (children 1
20 (GraphicsLayer
21 (bounds 808.00 600.00)
22 (contentsOpaque 1)
23 (drawsContent 1)
24 )
25 )
26 )
27 17
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698