Loading layout/reftests/bidi/730562-1-ref.html 0 → 100644 +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> layout/reftests/bidi/730562-1.html 0 → 100644 +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> layout/reftests/bidi/reftest.list +1 −0 Original line number Diff line number Diff line Loading @@ -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 Loading
layout/reftests/bidi/730562-1-ref.html 0 → 100644 +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>
layout/reftests/bidi/730562-1.html 0 → 100644 +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>
layout/reftests/bidi/reftest.list +1 −0 Original line number Diff line number Diff line Loading @@ -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