Changeset 143155 in webkit


Ignore:
Timestamp:
Feb 17, 2013 11:35:26 PM (11 years ago)
Author:
vivek.vg@samsung.com
Message:

Add missing braces in fast/parser/noscript-with-javascript-enabled.html
https://bugs.webkit.org/show_bug.cgi?id=110078

Unreviewed gardening. Adding the missing braces.

  • fast/parser/noscript-with-javascript-enabled.html:
Location:
trunk/LayoutTests
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r143151 r143155  
     12013-02-17  Vivek Galatage  <vivek.vg@samsung.com>
     2
     3        Add missing braces in fast/parser/noscript-with-javascript-enabled.html
     4        https://bugs.webkit.org/show_bug.cgi?id=110078
     5
     6        Unreviewed gardening. Adding the missing braces.
     7
     8        * fast/parser/noscript-with-javascript-enabled.html:
     9
    1102013-02-17  Takashi Toyoshima  <toyoshim@chromium.org>
    211
  • trunk/LayoutTests/fast/parser/noscript-with-javascript-enabled.html

    r124410 r143155  
    22<head>
    33<script>
    4 if (window.testRunner)
     4if (window.testRunner) {
    55    testRunner.dumpAsText();
    66    testRunner.overridePreference("WebKitJavaScriptEnabled", true);
     7}
    78</script>
    89
Note: See TracChangeset for help on using the changeset viewer.