Adding comments to the existing SVG reftests indicating where they came from to make it easier to figure things out when regressions occur
git-svn-id: svn://10.0.0.236/trunk@222088 18797224-902f-48f8-a5cc-f745e15eee43
@ -1,11 +1,14 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" version="1.1"
|
||||
onload="setTimeout(handleLoad, 0);">
|
||||
|
||||
<title>Testcase for removing display:none from foreignObject child</title>
|
||||
|
||||
<!-- From https://bugzilla.mozilla.org/show_bug.cgi?id=281260 -->
|
||||
|
||||
<script type="application/ecmascript">
|
||||
<![CDATA[
|
||||
|
||||
// This is from https://bugzilla.mozilla.org/show_bug.cgi?id=281260
|
||||
// The setTimeout is necessary since it was _after_ loading that we failed
|
||||
// This must be called using setTimeout since it was _after_ loading we failed
|
||||
|
||||
function handleLoad(event)
|
||||
{
|
||||
|
||||
|
Before Width: | Height: | Size: 728 B After Width: | Height: | Size: 735 B |
@ -1,6 +1,10 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" version="1.1"
|
||||
onload="handleLoad(evt);">
|
||||
|
||||
<title>Testcase for getElementById finding <a> element</title>
|
||||
|
||||
<!-- From https://bugzilla.mozilla.org/show_bug.cgi?id=320724 -->
|
||||
|
||||
<script type="application/ecmascript">
|
||||
<![CDATA[
|
||||
|
||||
|
||||
|
Before Width: | Height: | Size: 416 B After Width: | Height: | Size: 487 B |
@ -1,6 +1,10 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" version="1.1"
|
||||
xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
|
||||
<title>Testcase for the :first-child, :link, :visited and :lang pseudo-classes</title>
|
||||
|
||||
<!-- From https://bugzilla.mozilla.org/show_bug.cgi?id=268135 -->
|
||||
|
||||
<style type="text/css">
|
||||
<![CDATA[
|
||||
|
||||
|
||||
|
Before Width: | Height: | Size: 930 B After Width: | Height: | Size: 1001 B |
@ -1,5 +1,6 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" version="1.1"
|
||||
xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
|
||||
<title>Reference for pseudo-classes and text/links</title>
|
||||
|
||||
<!-- link in text -->
|
||||
|
||||
|
Before Width: | Height: | Size: 589 B After Width: | Height: | Size: 590 B |
@ -1,6 +1,10 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" version="1.1"
|
||||
xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
|
||||
<title>Testcase for pseudo-classes and text/links</title>
|
||||
|
||||
<!-- From https://bugzilla.mozilla.org/show_bug.cgi?id=268135 -->
|
||||
|
||||
<style type="text/css">
|
||||
<![CDATA[
|
||||
|
||||
|
||||
|
Before Width: | Height: | Size: 989 B After Width: | Height: | Size: 1.0 KiB |