Revision 7f3e17fe6d5d48b0090b7b176fa5175037580654 authored by Ms2ger on 20 September 2018, 10:53:42 UTC, committed by jgraham on 24 September 2018, 09:48:58 UTC
In particular, is_html would never become true if SVGSVGElement was supported
at all.

Even if SVGSVGElement was not supported, it would never become true because
we were checking the namespace and localName of the Document object, rather
than the root element.
1 parent 664b50b
History
File Mode Size
META.yml -rw-r--r-- 95 bytes
css-style-declaration-alias-enumeration.html -rw-r--r-- 734 bytes
green-ref.html -rw-r--r-- 273 bytes
historical.html -rw-r--r-- 535 bytes
idlharness.window.js -rw-r--r-- 307 bytes
webkit-appearance.html -rw-r--r-- 2.1 KB
webkit-background-origin-text-ref.html -rw-r--r-- 306 bytes
webkit-background-origin-text.html -rw-r--r-- 585 bytes
webkit-linear-gradient-line-bottom.html -rw-r--r-- 704 bytes
webkit-linear-gradient-line-left.html -rw-r--r-- 700 bytes
webkit-linear-gradient-line-right.html -rw-r--r-- 702 bytes
webkit-linear-gradient-line-top.html -rw-r--r-- 698 bytes
webkit-text-fill-color-currentColor.html -rw-r--r-- 750 bytes
webkit-text-fill-color-property-001-ref.html -rw-r--r-- 285 bytes
webkit-text-fill-color-property-001a.html -rw-r--r-- 521 bytes
webkit-text-fill-color-property-001b.html -rw-r--r-- 533 bytes
webkit-text-fill-color-property-001c.html -rw-r--r-- 565 bytes
webkit-text-fill-color-property-001d.html -rw-r--r-- 541 bytes
webkit-text-fill-color-property-002-ref.html -rw-r--r-- 808 bytes
webkit-text-fill-color-property-002.html -rw-r--r-- 1.1 KB
webkit-text-fill-color-property-003-ref.html -rw-r--r-- 853 bytes
webkit-text-fill-color-property-003.html -rw-r--r-- 1.1 KB
webkit-text-fill-color-property-004-ref.html -rw-r--r-- 690 bytes
webkit-text-fill-color-property-004.html -rw-r--r-- 966 bytes
webkit-text-fill-color-property-005-ref.html -rw-r--r-- 588 bytes
webkit-text-fill-color-property-005.html -rw-r--r-- 886 bytes
webkit-text-fill-color-property-006-ref.html -rw-r--r-- 605 bytes
webkit-text-fill-color-property-006.html -rw-r--r-- 897 bytes

back to top