Commit d4289325 authored by Simon Montagu's avatar Simon Montagu
Browse files

Tests for bug 730562, r=roc

parent 45be3cde
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
<!DOCTYPE html>
<html>
  <head>
    <meta charset="utf-8">
  </head>
  <body>
    <div style="direction: rtl; white-space: pre;"><span style="outline: 1px solid red;" id="x">


</span></div>
  </body>
</html>
+24 −0
Original line number Diff line number Diff line
<!DOCTYPE html>
<html>
  <head>
    <meta charset="utf-8">
    <script>

function boom()
{
  // Force frame construction
  document.documentElement.offsetHeight;

  // A dynamic change
  var x = document.getElementById("x");
  x.removeChild(x.firstChild);
  x.appendChild(document.createTextNode("\n\n\n"));
}

    </script>
  </head>
  <body onload="boom();">
    <div style="direction: rtl; white-space: pre;"><span style="outline: 1px solid red;" id="x">
	:p</span></div>
  </body>
</html>
+1 −0
Original line number Diff line number Diff line
@@ -102,3 +102,4 @@ fails-if(/^Windows\x20NT\x206\.1/.test(http.oscpu)&&!layersGPUAccelerated) == 61
== 726420-1.html 726420-1-ref.html
== 726460-1.html 726460-1-ref.html
== 729047-1.html 729047-1-ref.html
== 730562-1.html 730562-1-ref.html