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

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

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 <!DOCTYPE html>
2 <html>
3 <head>
4 <script src="../../../resources/js-test.js"></script>
5 <style>
6 svg {
7 width: 200px;
8 height: 200px;
9 }
10 rect {
11 fill: #ff0000;
12 }
13 </style>
14 </head>
15 <body>
16 <p id="description"></p>
17 <div id="console"></div>
18 <script src="script-tests/disable-svg-style-element.js"></script>
19 </body>
20 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698