diff options
Diffstat (limited to 'WebKitTools/Scripts/test-html5-parser')
-rwxr-xr-x | WebKitTools/Scripts/test-html5-parser | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/WebKitTools/Scripts/test-html5-parser b/WebKitTools/Scripts/test-html5-parser index 5b935b8..eb9bab4 100755 --- a/WebKitTools/Scripts/test-html5-parser +++ b/WebKitTools/Scripts/test-html5-parser @@ -60,7 +60,6 @@ system("WebKitTools/Scripts/build-dumprendertree", @args) == 0 or die "Failed to my @tests = ( "html5lib/runner", - "html5lib/webkit-resumer", ); foreach my $test (@tests) { @@ -69,7 +68,7 @@ foreach my $test (@tests) { my $testPath = "LayoutTests/$test.html"; my $expectedPath = "LayoutTests/$test-expected-html5.txt"; my $actualPath = "LayoutTests/$test-actual-html5.txt"; - my $command = "DYLD_FRAMEWORK_PATH=$productDir $dumpTool --html5-parser $testPath"; + my $command = "DYLD_FRAMEWORK_PATH=$productDir $dumpTool --html5-treebuilder $testPath"; print $command, "\n"; my $output = `$command`; writeToFile($actualPath, $output); |