Commit 6d19022e authored by Ms2ger's avatar Ms2ger
Browse files

Bug 513923. [HTML5] HTML5 parser fails layout/reftests/bugs/495385-1c.html. r=bzbarsky

parent bd521594
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -3,5 +3,4 @@
<!-- Test that 'white-space' creates text frames between blocks when necessary -->
<body style="border:1px solid black; white-space:pre">  Hello<div></div>  Hello
<div></div>
Hello</body>
</html>
Hello</body></html>
+1 −2
Original line number Diff line number Diff line
@@ -3,5 +3,4 @@
<!-- Test that 'white-space' creates text frames between blocks when necessary -->
<body style="border:1px solid black; white-space:pre-wrap">  Hello<div></div>  Hello
<div></div>
Hello</body>
</html>
Hello</body></html>
+1 −2
Original line number Diff line number Diff line
@@ -11,5 +11,4 @@ function loaded() {
</head>
<body onload="loaded()" style="border:1px solid black;">  Hello<div></div>  Hello
<div></div>
Hello</body>
</html>
Hello</body></html>
+1 −2
Original line number Diff line number Diff line
@@ -11,5 +11,4 @@ function loaded() {
</head>
<body onload="loaded()" style="border:1px solid black;">  Hello<div></div>  Hello
<div></div>
Hello</body>
</html>
Hello</body></html>