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

Side by Side Diff: LayoutTests/svg/dom/SVGStyleElement/disable-svg-style-element-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 unified diff | Download patch
OLDNEW
1 Test the disabled property on an svg style element. 1 Test the disabled property on an svg style element.
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 PASS styleElement.disabled is false 6 PASS styleElement.disabled is false
7 PASS window.getComputedStyle(rect).fill is "#0000ff" 7 PASS window.getComputedStyle(rect).fill is "rgb(0, 0, 255)"
8 PASS styleElement.disabled is true 8 PASS styleElement.disabled is true
9 PASS window.getComputedStyle(rect).fill is "#ff0000" 9 PASS window.getComputedStyle(rect).fill is "rgb(255, 0, 0)"
10 PASS newStyleElement.disabled is false 10 PASS newStyleElement.disabled is false
11 PASS newStyleElement.disabled is false 11 PASS newStyleElement.disabled is false
12 PASS otherStyleElement.disabled is false 12 PASS otherStyleElement.disabled is false
13 PASS otherStyleElement.disabled is false 13 PASS otherStyleElement.disabled is false
14 PASS successfullyParsed is true 14 PASS successfullyParsed is true
15 15
16 TEST COMPLETE 16 TEST COMPLETE
17 17
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698