OLD | NEW |
---|---|
(Empty) | |
1 <!DOCTYPE html> | |
2 <html> | |
3 <body> | |
4 <script src="../resources/check-layout.js"></script> | |
5 <p> webkit.org/b/114900: checkLayout() should error out if the layout wasn't checked. </p> | |
6 <span style="background-color: green;">xxx <span style="background-color:blu e;" data-total-invalid-attribute=0>yyy</span></span> | |
7 <script> | |
8 checkLayout('span > span'); | |
9 </script> | |
10 </body> | |
11 </html> | |
OLD | NEW |