| Index: third_party/WebKit/LayoutTests/imported/wpt/html/webappapis/scripting/processing-model-2/body-onerror-runtime-error.html
|
| diff --git a/third_party/WebKit/LayoutTests/imported/wpt/html/webappapis/scripting/processing-model-2/body-onerror-runtime-error.html b/third_party/WebKit/LayoutTests/imported/wpt/html/webappapis/scripting/processing-model-2/body-onerror-runtime-error.html
|
| index 95ddd5d5b4e732c6b0adcaace87f7256c3d80b96..faaddd9ed9541766576e084a76a762007dd9a2cb 100644
|
| --- a/third_party/WebKit/LayoutTests/imported/wpt/html/webappapis/scripting/processing-model-2/body-onerror-runtime-error.html
|
| +++ b/third_party/WebKit/LayoutTests/imported/wpt/html/webappapis/scripting/processing-model-2/body-onerror-runtime-error.html
|
| @@ -19,7 +19,7 @@
|
| assert_equals(typeof lineno, 'number', 'third arg');
|
| });
|
| t_col.step(function(){
|
| - assert_equals(typeof column, 'number', 'fourth arg');
|
| + assert_equals(typeof colno, 'number', 'fourth arg');
|
| });
|
| ">
|
| <div id=log></div>
|
| @@ -36,4 +36,4 @@
|
| });
|
| </script>
|
| </body>
|
| -</html>
|
| +</html>
|
|
|