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

Side by Side Diff: LayoutTests/svg/dynamic-updates/SVGFEColorMatrixElement-dom-values-attr-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' attribute of the SVGFEColorMatrixElement o bject 3 Tests dynamic updates of the 'values' attribute of the SVGFEColorMatrixElement o bject
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 matrixElement.getAttribute('values') is ".45 .45 .5 0 0 .13 .13 .13 0 0 .33 .13 .33 0 0 .99 .56 .33 0 0" 8 PASS matrixElement.getAttribute('values') is ".45 .45 .5 0 0 .13 .13 .13 0 0 .33 .13 .33 0 0 .99 .56 .33 0 0"
9 PASS saturateElement.getAttribute('values') is "0.5" 9 PASS saturateElement.getAttribute('values') is "0.5"
10 PASS hueRotateElement.getAttribute('values') is "10" 10 PASS hueRotateElement.getAttribute('values') is "10"
11 PASS matrixElement.getAttribute('values') is ".33 .33 .33 0 0 .33 .33 .33 0 0 .3 3 .33 .33 0 0 .33 .33 .33 0 0" 11 PASS matrixElement.getAttribute('values') is ".33 .33 .33 0 0 .33 .33 .33 0 0 .3 3 .33 .33 0 0 .33 .33 .33 0 0"
12 PASS saturateElement.getAttribute('values') is "0.25" 12 PASS saturateElement.getAttribute('values') is "0.25"
13 PASS hueRotateElement.getAttribute('values') is "90" 13 PASS hueRotateElement.getAttribute('values') 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