Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(333)

Side by Side Diff: LayoutTests/imported/web-platform-tests/html/syntax/parsing/html5lib_innerHTML_tests4.html

Issue 1164243002: W3C Test: Import web-platform-tests/html/syntax. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <meta charset="utf8">
5 <title>HTML 5 Parser tests html5lib_innerHTML_tests4.html</title>
6 <meta name="timeout" content="long">
7 </head>
8 <body>
9 <h1>html5lib Parser Test</h1>
10 <div id="log"></div>
11 <script src="common.js"></script>
12 <script src="test.js"></script>
13 <script src="../../../../../resources/testharness.js"></script>
14 <script src="../../../../../resources/testharnessreport.js"></script>
15 <script>
16 var num_iframes = 8;
17 var order = ['8c692a23f8c9b5860cf06fb334041d2e97e96f5c','95cb768746a1ca7ac 02d39c0bb2b10d9e965e37c','06bd3583493359d112d19765f68fac3901267408','48d8375ef2d 9d73bd133f2947858a3450a988d53','36fb2178fbdfa1b32701a9d9214c3fd115fd7184','d373b c3abdda01b17a6055af21b16c151dd1d697','4f91b1d4c6e2bbc0595c9effc490b7357e9cefc2', ];
18 var tests = {
19 "8c692a23f8c9b5860cf06fb334041d2e97e96f5c":[async_test('html5lib_inner HTML_tests4.html 8c692a23f8c9b5860cf06fb334041d2e97e96f5c'), "direct%20div%20con tent", "%23document%0A%7C%20%22direct%20div%20content%22", 'div'],"95cb768746a1c a7ac02d39c0bb2b10d9e965e37c":[async_test('html5lib_innerHTML_tests4.html 95cb768 746a1ca7ac02d39c0bb2b10d9e965e37c'), "direct%20textarea%20content", "%23document %0A%7C%20%22direct%20textarea%20content%22", 'textarea'],"06bd3583493359d112d197 65f68fac3901267408":[async_test('html5lib_innerHTML_tests4.html 06bd3583493359d1 12d19765f68fac3901267408'), "textarea%20content%20with%20%3Cem%3Epseudo%3C/em%3E %20%3Cfoo%3Emarkup", "%23document%0A%7C%20%22textarea%20content%20with%20%3Cem%3 Epseudo%3C/em%3E%20%3Cfoo%3Emarkup%22", 'textarea'],"48d8375ef2d9d73bd133f294785 8a3450a988d53":[async_test('html5lib_innerHTML_tests4.html 48d8375ef2d9d73bd133f 2947858a3450a988d53'), "this%20is%20%26%23x0043%3BDATA%20inside%20a%20%3Cstyle%3 E%20element", "%23document%0A%7C%20%22this%20is%20%26%23x0043%3BDATA%20inside%20 a%20%3Cstyle%3E%20element%22", 'style'],"36fb2178fbdfa1b32701a9d9214c3fd115fd718 4":[async_test('html5lib_innerHTML_tests4.html 36fb2178fbdfa1b32701a9d9214c3fd11 5fd7184'), "%3C/plaintext%3E", "%23document%0A%7C%20%22%3C/plaintext%3E%22", 'pl aintext'],"d373bc3abdda01b17a6055af21b16c151dd1d697":[async_test('html5lib_inner HTML_tests4.html d373bc3abdda01b17a6055af21b16c151dd1d697'), "setting%20html%27s %20innerHTML", "%23document%0A%7C%20%3Chead%3E%0A%7C%20%3Cbody%3E%0A%7C%20%20%20 %22setting%20html%27s%20innerHTML%22", 'html'],"4f91b1d4c6e2bbc0595c9effc490b735 7e9cefc2":[async_test('html5lib_innerHTML_tests4.html 4f91b1d4c6e2bbc0595c9effc4 90b7357e9cefc2'), "%3Ctitle%3Esetting%20head%27s%20innerHTML%3C/title%3E", "%23d ocument%0A%7C%20%3Ctitle%3E%0A%7C%20%20%20%22setting%20head%27s%20innerHTML%22", 'head'],
20 }
21 init_tests("innerHTML");
22 </script>
23 </body>
24 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698