タグ

関連タグで絞り込む (1)

タグの絞り込みを解除

webkitとtestに関するsecondlifeのブックマーク (2)

  • Surfin’ Safari - Blog Archive » Layout Tests: Theory

    When I began WebKit development, one of the things that I was curious about was how testing is handled. Having been a web developer, I was aware of both how many bugs browser rendering engines can have (though things are certainly getting better), and how increasingly complex web pages are pushing those engines more and more. Having to live with bugs for years is definitely something to be avoided

  • WebKit について (テスト) - 2010-01-04 - 兼雑記

    テストについて。テストは、 Layout tests と呼ばれるもので行なわれています。 LayoutTests というディレクトリに入っています。これはテストの html を用意しておいて、それに対してどういうふうに rendering する予定であるかをあらわす render tree というものをテキストとして出力させて、それに対してテストを増やす時に置いておいた expectation との diff を取って diff が無ければテスト成功という感じで行なうテストです。 テストは、緑背景に PASS と書いてあるなど、見た目で成功しているか失敗しているかがぱっとわかるテストが好まれるようです。例えばこんな感じ: http://lt.shinh.org/t.html#t=css2.1/t0801-c412-hz-box-00-b-a 元々はその render tree の比較しかな

    WebKit について (テスト) - 2010-01-04 - 兼雑記
    secondlife
    secondlife 2010/03/26
    問題点おもしろー
  • 1