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

Side by Side Diff: third_party/WebKit/LayoutTests/imported/wpt/mathml/relations/html5-tree/required-extensions-1.html

Issue 2425083003: Import wpt@4114c724042b41e257caab98f3eb23c143b50de4 (Closed)
Patch Set: Created 4 years, 2 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 <meta charset="utf-8">
3 <title>SVG requiredExtensions</title>
4 <link rel="help" href="http://www.mathml-association.org/MathMLinHTML5/S2.html#S S1">
5 <meta name="assert" content="Verify whether the MathML namespace is recognized a s a required extensions of SVG foreignObject when using the hasExtension javascr ipt function.">
6 <script src="/resources/testharness.js"></script>
7 <script src="/resources/testharnessreport.js"></script>
8 <script>
9 test(function() {
10 assert_true(document.createElementNS("http://www.w3.org/2000/svg", "foreignObj ect").hasExtension("http://www.w3.org/1998/Math/MathML"))
11 }, "Testing foreignObject.hasExtension('http://www.w3.org/1998/Math/MathML')") ;
12 </script>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698