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

Side by Side Diff: third_party/WebKit/LayoutTests/svg/dom/SVGStyleElement/disable-svg-style-element-expected.txt

Issue 2730413003: Remove non-standard API SVGStyleElement#disabled (Closed)
Patch Set: Fix webexposed in Layout tests Created 3 years, 9 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
(Empty)
1 Test the disabled property on an svg style element.
2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4
5
6 PASS styleElement.disabled is false
7 PASS window.getComputedStyle(rect).fill is "rgb(0, 0, 255)"
8 PASS styleElement.disabled is true
9 PASS window.getComputedStyle(rect).fill is "rgb(255, 0, 0)"
10 PASS newStyleElement.disabled is false
11 PASS newStyleElement.disabled is false
12 PASS otherStyleElement.disabled is false
13 PASS otherStyleElement.disabled is false
14 PASS successfullyParsed is true
15
16 TEST COMPLETE
17
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698